Searched refs:EVHTTP_CON_CLOSEDETECT (Results 1 – 2 of 2) sorted by relevance
76 #define EVHTTP_CON_CLOSEDETECT 0x0004 /* detecting if persistent close */ macro
1355 evcon->flags |= EVHTTP_CON_CLOSEDETECT; in evhttp_connection_start_detectclose()1363 evcon->flags &= ~EVHTTP_CON_CLOSEDETECT; in evhttp_connection_stop_detectclose()1497 if (evcon->flags & EVHTTP_CON_CLOSEDETECT) { in evhttp_error_cb()1498 evcon->flags &= ~EVHTTP_CON_CLOSEDETECT; in evhttp_error_cb()