Searched refs:evhttp_read_cb (Results 1 – 1 of 1) sorted by relevance
208 static void evhttp_read_cb(struct bufferevent *, void *);412 evhttp_read_cb, in evhttp_send_continue()1136 evhttp_read_cb(struct bufferevent *bufev, void *arg) in evhttp_read_cb() function1633 evhttp_read_cb, in evhttp_connection_cb()2416 bufferevent_setcb(bev, evhttp_read_cb, evhttp_write_cb, evhttp_error_cb, evcon); in evhttp_connection_base_bufferevent_new()2747 evhttp_read_cb, in evhttp_start_read_()