Searched refs:EVHTTP_CON_REUSE_CONNECTED_ADDR (Results 1 – 10 of 10) sorted by relevance
657 #define EVHTTP_CON_REUSE_CONNECTED_ADDR 0x0008 macro
2471 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_()
470 - EVHTTP_CON_REUSE_CONNECTED_ADDR -- reuse connection address on retry (avoid
423 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…
3734 tt_assert(!evhttp_connection_set_flags(evcon, EVHTTP_CON_REUSE_CONNECTED_ADDR)); in http_connection_retry_test_basic()