Home
last modified time | relevance | path

Searched refs:EVHTTP_CON_REUSE_CONNECTED_ADDR (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h657 #define EVHTTP_CON_REUSE_CONNECTED_ADDR 0x0008 macro
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h657 #define EVHTTP_CON_REUSE_CONNECTED_ADDR 0x0008 macro
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c2471 avail_flags |= EVHTTP_CON_REUSE_CONNECTED_ADDR; in evhttp_connection_set_flags()
2613 if (evcon->flags & EVHTTP_CON_REUSE_CONNECTED_ADDR && in evhttp_connection_connect_()
H A Dwhatsnew-2.1.txt470 - EVHTTP_CON_REUSE_CONNECTED_ADDR -- reuse connection address on retry (avoid
H A DChangeLog423 o http: reuse connected address only with EVHTTP_CON_REUSE_CONNECTED_ADDR (a50f5f0 Azat Khuzhin)
479 …o http: fix conflicts EVHTTP_CON_AUTOFREE and EVHTTP_CON_REUSE_CONNECTED_ADDR (4dc0979 Azat Khuzhi…
/freebsd/contrib/libevent/
H A Dhttp.c2471 avail_flags |= EVHTTP_CON_REUSE_CONNECTED_ADDR; in evhttp_connection_set_flags()
2613 if (evcon->flags & EVHTTP_CON_REUSE_CONNECTED_ADDR && in evhttp_connection_connect_()
H A Dwhatsnew-2.1.txt470 - EVHTTP_CON_REUSE_CONNECTED_ADDR -- reuse connection address on retry (avoid
H A DChangeLog423 o http: reuse connected address only with EVHTTP_CON_REUSE_CONNECTED_ADDR (a50f5f0 Azat Khuzhin)
479 …o http: fix conflicts EVHTTP_CON_AUTOFREE and EVHTTP_CON_REUSE_CONNECTED_ADDR (4dc0979 Azat Khuzhi…
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c3734 tt_assert(!evhttp_connection_set_flags(evcon, EVHTTP_CON_REUSE_CONNECTED_ADDR)); in http_connection_retry_test_basic()
/freebsd/contrib/libevent/test/
H A Dregress_http.c3734 tt_assert(!evhttp_connection_set_flags(evcon, EVHTTP_CON_REUSE_CONNECTED_ADDR)); in http_connection_retry_test_basic()