Searched refs:EVHTTP_CON_AUTOFREE (Results 1 – 2 of 2) sorted by relevance
77 #define EVHTTP_CON_AUTOFREE 0x0008 /* set when we want to auto free the connection */ macro
805 } else if ((evcon->flags & EVHTTP_CON_AUTOFREE)) { in evhttp_connection_done()1196 evcon->flags |= EVHTTP_CON_AUTOFREE; in evhttp_connection_free_on_completion()1419 && (evcon->flags & EVHTTP_CON_AUTOFREE)) { in evhttp_error_cb()