Home
last modified time | relevance | path

Searched defs:evhttp_connection (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/
H A Dhttp-internal.h52 struct evhttp_connection { struct
57 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; argument
95 void (*cb)(struct evhttp_connection *, void *); argument
98 void (*closecb)(struct evhttp_connection *, void *); argument
119 TAILQ_HEAD(evconq, evhttp_connection); argument
H A Dhttp.c375 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_write_buffer() argument
2547 void (*cb)(struct evhttp_connection *, void *), void *cbarg) in evhttp_connection_set_closecb() argument
2899 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_send_reply_chunk_with_cb() argument