Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Dhttp-internal.h42 EVCON_IDLE, /**< connection is established */ enumerator
Dhttp.c363 case EVCON_IDLE: in evhttp_connected()
728 evcon->state = EVCON_IDLE; in evhttp_connection_done()
955 case EVCON_IDLE: in evhttp_read()
1060 assert(evcon->state == EVCON_IDLE); in evhttp_request_dispatch()
1167 evcon->state = EVCON_IDLE; in evhttp_connectioncb()