Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Dhttp.c1134 evhttp_connectioncb(int fd, short what, void *arg) in evhttp_connectioncb() function
1783 event_set(&evcon->ev, evcon->fd, EV_WRITE, evhttp_connectioncb, evcon); in evhttp_connection_connect()