Home
last modified time | relevance | path

Searched refs:EVHTTP_CON_AUTOFREE (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/ntp/sntp/libevent/
HDhttp-internal.h77 #define EVHTTP_CON_AUTOFREE 0x0008 /* set when we want to auto free the connection */ macro
HDhttp.c805 } 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()