HomeSort by: relevance | last modified time | path
    Searched defs:bufferevent (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libevent/dist/include/event2/
bufferevent_struct.h 64 Shared implementation of a bufferevent.
71 struct bufferevent { struct
72 /** Event base for which this bufferevent was created. */
75 bufferevent behaves. */
80 bufferevent. */
84 bufferevent. */
87 /** An input buffer. Only the bufferevent is allowed to add data to
91 /** An input buffer. Only the bufferevent is allowed to drain data
bufferevent.h 1 /* $NetBSD: bufferevent.h,v 1.1.1.4 2021/04/07 02:43:14 christos Exp $ */
32 @file event2/bufferevent.h
39 A bufferevent provides input and output buffers that get filled and
40 drained automatically. The user of a bufferevent no longer deals
44 Once initialized, the bufferevent structure can be used repeatedly
47 When reading is enabled, the bufferevent will try to read from the
49 When writing is enabled, the bufferevent will try to write data onto its
57 <dd>A bufferevent that reads and writes data onto a network
66 <dd>A bufferevent that transforms data, and sends or receives it
67 over another underlying bufferevent. Created wit
114 struct bufferevent struct
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
bufferevent_struct.h 65 Shared implementation of a bufferevent.
72 struct bufferevent { struct
73 /** Event base for which this bufferevent was created. */
76 bufferevent behaves. */
81 bufferevent. */
85 bufferevent. */
88 /** An input buffer. Only the bufferevent is allowed to add data to
92 /** An input buffer. Only the bufferevent is allowed to drain data
bufferevent.h 1 /* $NetBSD: bufferevent.h,v 1.7 2024/08/18 20:47:22 christos Exp $ */
33 @file event2/bufferevent.h
40 A bufferevent provides input and output buffers that get filled and
41 drained automatically. The user of a bufferevent no longer deals
45 Once initialized, the bufferevent structure can be used repeatedly
48 When reading is enabled, the bufferevent will try to read from the
50 When writing is enabled, the bufferevent will try to write data onto its
58 <dd>A bufferevent that reads and writes data onto a network
67 <dd>A bufferevent that transforms data, and sends or receives it
68 over another underlying bufferevent. Created wit
115 struct bufferevent struct
    [all...]

Completed in 25 milliseconds