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

/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp-internal.h77 #define EVHTTP_CON_AUTOFREE 0x0008 /* set when we want to auto free the connection */ macro
H A Dhttp.c805 } else if ((evcon->flags & EVHTTP_CON_AUTOFREE)) {
1196 evcon->flags |= EVHTTP_CON_AUTOFREE;
1419 && (evcon->flags & EVHTTP_CON_AUTOFREE)) {

Completed in 106 milliseconds