Searched defs:evbuffer_file_segment (Results 1 – 1 of 1) sorted by relevance
237 struct evbuffer_file_segment { struct238 void *lock; /**< lock prevent concurrent access to refcnt */239 int refcnt; /**< Reference count for this file segment */240 unsigned flags; /**< combination of EVBUF_FS_* flags */265 evbuffer_file_segment_cleanup_cb cleanup_cb; argument267 void *cleanup_cb_arg;