Searched defs:bufferevent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libevent/
H A Devent.h70 @section bufferevent I/O Buffers
78 Once initialized via bufferevent_new(), the bufferevent structure can be
83 When read enabled the bufferevent will try to read from the file descriptor
745 struct bufferevent;
746 typedef void (*evbuffercb)(struct bufferevent *, void *);
747 typedef void (*everrorcb)(struct bufferevent *, short what, void *);
755 struct bufferevent { struct
780 Create a new bufferevent.
788 Once initialized, the bufferevent structure can be used repeatedly with
791 When read enabled the bufferevent wil
[all...]

Completed in 84 milliseconds