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

  /external/chromium/third_party/libevent/
event.h 70 @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 will try to read from the file descripto
    [all...]
  /external/chromium_org/third_party/libevent/
event.h 70 @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 will try to read from the file descripto
    [all...]

Completed in 751 milliseconds