OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evbuffer_ptr
(Results
1 - 2
of
2
) sorted by null
/external/libevent/include/event2/
buffer.h
109
struct
evbuffer_ptr
{
struct
552
@param start NULL or a pointer to a valid struct
evbuffer_ptr
.
553
@return a struct
evbuffer_ptr
whose 'pos' field has the offset of the
557
struct
evbuffer_ptr
evbuffer_search(struct evbuffer *buffer, const char *what, size_t len, const struct
evbuffer_ptr
*start);
565
@param start NULL or a pointer to a valid struct
evbuffer_ptr
that
567
@param end NULL or a pointer to a valid struct
evbuffer_ptr
that
569
@return a struct
evbuffer_ptr
whose 'pos' field has the offset of the
573
struct
evbuffer_ptr
evbuffer_search_range(struct evbuffer *buffer, const char *what, size_t len, const struct
evbuffer_ptr
*start, const struct evbuffer_ptr *end)
[
all
...]
/external/libevent/
buffer.c
144
const struct
evbuffer_ptr
*pos, const char *mem, size_t len);
1307
evbuffer_strchr(struct
evbuffer_ptr
*it, const char chr)
1356
evbuffer_find_eol_char(struct
evbuffer_ptr
*it)
[
all
...]
Completed in 464 milliseconds