Searched refs:EVBUF_FS_CLOSE_ON_FREE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dbuffer.h545 #define EVBUF_FS_CLOSE_ON_FREE 0x01 macro
/freebsd-12-stable/contrib/libevent/include/event2/
H A Dbuffer.h545 #define EVBUF_FS_CLOSE_ON_FREE 0x01 macro
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c3157 if ((seg->flags & EVBUF_FS_CLOSE_ON_FREE) && seg->fd >= 0) {
3276 unsigned flags = EVBUF_FS_CLOSE_ON_FREE;
/freebsd-12-stable/contrib/libevent/
H A Dbuffer.c3165 if ((seg->flags & EVBUF_FS_CLOSE_ON_FREE) && seg->fd >= 0) {
3284 unsigned flags = EVBUF_FS_CLOSE_ON_FREE;

Completed in 134 milliseconds