Searched refs:EVHTTP_CON_REUSE_CONNECTED_ADDR (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dhttp.h658 #define EVHTTP_CON_REUSE_CONNECTED_ADDR 0x0008 macro
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dhttp.h659 #define EVHTTP_CON_REUSE_CONNECTED_ADDR 0x0008 macro
/netbsd-current/external/bsd/libevent/dist/
H A Dhttp.c2475 avail_flags |= EVHTTP_CON_REUSE_CONNECTED_ADDR;
2617 if (evcon->flags & EVHTTP_CON_REUSE_CONNECTED_ADDR &&
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dhttp.c2473 avail_flags |= EVHTTP_CON_REUSE_CONNECTED_ADDR;
2615 if (evcon->flags & EVHTTP_CON_REUSE_CONNECTED_ADDR &&
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_http.c3739 tt_assert(!evhttp_connection_set_flags(evcon, EVHTTP_CON_REUSE_CONNECTED_ADDR));
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_http.c3736 tt_assert(!evhttp_connection_set_flags(evcon, EVHTTP_CON_REUSE_CONNECTED_ADDR));

Completed in 159 milliseconds