evbuffer_ptr_set

Sets the search pointer in the buffer to position.

If evbuffer_ptr is not initialized. This function can only be called with EVBUFFER_PTR_SET.

@param buffer the evbuffer to be search @param ptr a pointer to a struct evbuffer_ptr @param position the position at which to start the next search @param how determines how the pointer should be manipulated. @returns 0 on success or -1 otherwise

extern (C) nothrow
int
evbuffer_ptr_set

Meta