Searched defs:evhttp_connection (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http-internal.h | 51 struct evhttp_connection { struct 56 evutil_socket_t fd; 57 struct bufferevent *bufev; 59 struct event retry_ev; /* for retrying connects */ 61 char *bind_address; /* address to use for binding the src */ 62 ev_uint16_t bind_port; /* local port for binding the src */ 87 enum evhttp_connection_state state; argument 94 void (*cb)(struct evhttp_connection *, void *); argument 97 void (*closecb)(struct evhttp_connection *, void *); argument 118 TAILQ_HEAD(evconq, evhttp_connection); argument
|
H A D | http.c | 371 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_write_buffer() argument 2543 void (*cb)(struct evhttp_connection *, void *), void *cbarg) in evhttp_connection_set_closecb() argument 2895 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_send_reply_chunk_with_cb() argument
|
/freebsd/contrib/libevent/ |
H A D | http-internal.h | 51 struct evhttp_connection { struct 56 evutil_socket_t fd; 57 struct bufferevent *bufev; 59 struct event retry_ev; /* for retrying connects */ 61 char *bind_address; /* address to use for binding the src */ 62 ev_uint16_t bind_port; /* local port for binding the src */ 87 enum evhttp_connection_state state; argument 94 void (*cb)(struct evhttp_connection *, void *); argument 97 void (*closecb)(struct evhttp_connection *, void *); argument 118 TAILQ_HEAD(evconq, evhttp_connection); argument
|
H A D | http.c | 371 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_write_buffer() argument 2543 void (*cb)(struct evhttp_connection *, void *), void *cbarg) in evhttp_connection_set_closecb() argument 2895 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_send_reply_chunk_with_cb() argument
|