Home
last modified time | relevance | path

Searched defs:evbuffer_file_segment (Results 1 – 1 of 1) sorted by relevance

/external/libevent/
Devbuffer-internal.h235 struct evbuffer_file_segment { struct
236 void *lock; /**< lock prevent concurrent access to refcnt */
237 int refcnt; /**< Reference count for this file segment */
238 unsigned flags; /**< combination of EVBUF_FS_* flags */
263 evbuffer_file_segment_cleanup_cb cleanup_cb; argument
265 void *cleanup_cb_arg;