Searched defs:evhttp_connection (Results 1 – 2 of 2) sorted by relevance
54 struct evhttp_connection { struct59 evutil_socket_t fd;60 struct bufferevent *bufev;62 struct event retry_ev; /* for retrying connects */64 char *bind_address; /* address to use for binding the src */65 ev_uint16_t bind_port; /* local port for binding the src */90 enum evhttp_connection_state state; argument97 void (*cb)(struct evhttp_connection *, void *); argument100 void (*closecb)(struct evhttp_connection *, void *); argument121 TAILQ_HEAD(evconq, evhttp_connection); argument
362 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_write_buffer() argument2502 void (*cb)(struct evhttp_connection *, void *), void *cbarg) in evhttp_connection_set_closecb() argument2843 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_send_reply_chunk_with_cb() argument