Searched refs:EVHTTP_CON_REUSE_CONNECTED_ADDR (Results 1 – 5 of 5) sorted by relevance
654 #define EVHTTP_CON_REUSE_CONNECTED_ADDR 0x0008 macro
2430 avail_flags |= EVHTTP_CON_REUSE_CONNECTED_ADDR; in evhttp_connection_set_flags()2569 if (evcon->flags & EVHTTP_CON_REUSE_CONNECTED_ADDR && in evhttp_connection_connect_()
470 - EVHTTP_CON_REUSE_CONNECTED_ADDR -- reuse connection address on retry (avoid
110 o http: reuse connected address only with EVHTTP_CON_REUSE_CONNECTED_ADDR (a50f5f0 Azat Khuzhin)166 …o http: fix conflicts EVHTTP_CON_AUTOFREE and EVHTTP_CON_REUSE_CONNECTED_ADDR (4dc0979 Azat Khuzhi…
3667 tt_assert(!evhttp_connection_set_flags(evcon, EVHTTP_CON_REUSE_CONNECTED_ADDR)); in http_connection_retry_test_basic()