Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dhttp-internal.h54 struct evhttp_connection { struct
59 evutil_socket_t fd;
60 struct bufferevent *bufev;
62 struct event retry_ev; /* for retrying connects */
86 enum evhttp_connection_state state; argument
93 void (*cb)(struct evhttp_connection *, void *); argument
96 void (*closecb)(struct evhttp_connection *, void *); argument
97 void *closecb_arg;
99 struct event_callback read_more_deferred_cb;
124 TAILQ_HEAD(evconq, evhttp_connection); argument
H A Dhttp.c359 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_write_buffer() argument
2398 void (*cb)(struct evhttp_connection *, void *), void *cbarg) in evhttp_connection_set_closecb() argument
2715 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_send_reply_chunk_with_cb() argument
/freebsd-13.1/contrib/libevent/
H A Dhttp-internal.h54 struct evhttp_connection { struct
59 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; argument
97 void (*cb)(struct evhttp_connection *, void *); argument
100 void (*closecb)(struct evhttp_connection *, void *); argument
121 TAILQ_HEAD(evconq, evhttp_connection); argument
H A Dhttp.c362 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_write_buffer() argument
2502 void (*cb)(struct evhttp_connection *, void *), void *cbarg) in evhttp_connection_set_closecb() argument
2843 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_send_reply_chunk_with_cb() argument