Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/
H A Dhttp-internal.h40 EVCON_IDLE, /**< connection is established */ enumerator
H A Dhttp.c426 case EVCON_IDLE: in evhttp_connected()
840 evcon->state = EVCON_IDLE; in evhttp_connection_done()
1164 case EVCON_IDLE: in evhttp_read_cb()
1321 EVUTIL_ASSERT(evcon->state == EVCON_IDLE); in evhttp_request_dispatch()
1513 case EVCON_IDLE: in evhttp_error_cb()
1532 EVUTIL_ASSERT(evcon->state == EVCON_IDLE); in evhttp_error_cb()
1629 evcon->state = EVCON_IDLE; in evhttp_connection_cb()