Home
last modified time | relevance | path

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

/minix3/external/bsd/libevent/dist/
H A Dhttp-internal.h84 #define EVHTTP_CON_OUTGOING 0x0002 /* multiple requests possible */ macro
H A Dhttp.c777 int con_outgoing = evcon->flags & EVHTTP_CON_OUTGOING; in evhttp_connection_done()
2195 evcon->flags |= EVHTTP_CON_OUTGOING; in evhttp_connection_connect()