HomeSort by relevance Sort by last modified time
    Searched defs:evbuffer (Results 1 - 2 of 2) sorted by null

  /external/libevent/include/event2/
buffer.h 33 An evbuffer can be used for preparing data before sending it to
39 A new evbuffer can be allocated with evbuffer_new(), and can be
67 As the contents of an evbuffer can be stored in multiple different
90 An evbuffer is an opaque data type for efficiently buffering data to be
95 struct evbuffer struct
102 Pointer to a position within an evbuffer.
119 /** Describes a single extent of memory inside an evbuffer. Used for
138 Allocate storage for a new evbuffer.
140 @return a pointer to a newly allocated evbuffer struct, or NULL if an error
143 struct evbuffer *evbuffer_new(void)
    [all...]
  /external/libevent/
evbuffer-internal.h 58 /** A single evbuffer callback for an evbuffer. This function will be invoked
59 * when bytes are added to or removed from the evbuffer. */
78 struct evbuffer { struct
114 * evbuffer. */
122 /** True iff this evbuffer's callbacks are not invoked immediately
138 /** A reference count on this evbuffer. When the reference count
151 /** The parent bufferevent object this evbuffer belongs to.
152 * NULL if the evbuffer stands alone. */
168 /** A single item in an evbuffer. *
    [all...]

Completed in 297 milliseconds