Searched defs:evhttp_connection (Results 1 – 2 of 2) sorted by relevance
52 struct evhttp_connection { struct57 evutil_socket_t fd;58 struct bufferevent *bufev;60 struct event retry_ev; /* for retrying connects */62 char *bind_address; /* address to use for binding the src */63 ev_uint16_t bind_port; /* local port for binding the src */88 enum evhttp_connection_state state; argument95 void (*cb)(struct evhttp_connection *, void *); argument98 void (*closecb)(struct evhttp_connection *, void *); argument119 TAILQ_HEAD(evconq, evhttp_connection); argument
375 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_write_buffer() argument2547 void (*cb)(struct evhttp_connection *, void *), void *cbarg) in evhttp_connection_set_closecb() argument2899 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_send_reply_chunk_with_cb() argument