Searched refs:evhttp_connection (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_compat.h70 struct evhttp_connection *evhttp_connection_new(
79 void evhttp_connection_set_base(struct evhttp_connection *evcon,
H A Dhttp.h42 struct evhttp_connection;
457 void (*cb)(struct evhttp_connection *, void *), void *arg);
506 * @return an evhttp_connection object that can be used for making requests
509 struct evhttp_connection *evhttp_connection_base_bufferevent_new(
513 * Return the bufferevent that an evhttp_connection is using.
516 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon);
522 struct evhttp *evhttp_connection_get_server(struct evhttp_connection *evcon);
626 * @return an evhttp_connection object that can be used for making requests
629 struct evhttp_connection *evhttp_connection_base_new(
636 void evhttp_connection_set_family(struct evhttp_connection *evco
[all...]
H A Dhttp_struct.h68 struct evhttp_connection *evcon;
H A Drpc.h356 struct evhttp_connection;
417 struct evhttp_connection *evcon);
428 struct evhttp_connection *evcon);
548 * @return a pointer to the evhttp_connection object
550 struct evhttp_connection *evrpc_hook_get_connection(void *ctx);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp-internal.h54 struct evhttp_connection { struct
57 TAILQ_ENTRY(evhttp_connection) next;
93 void (*cb)(struct evhttp_connection *, void *);
96 void (*closecb)(struct evhttp_connection *, void *);
124 TAILQ_HEAD(evconq, evhttp_connection);
182 void evhttp_connection_reset_(struct evhttp_connection *);
185 int evhttp_connection_connect_(struct evhttp_connection *);
189 void evhttp_connection_fail_(struct evhttp_connection *,
197 void evhttp_start_read_(struct evhttp_connection *);
H A Devrpc-internal.h85 /* A pool for holding evhttp_connection objects */
117 struct evhttp_connection *evcon;
122 struct evhttp_connection *evcon);
177 struct evhttp_connection *evcon;
H A Dhttp.c174 struct evhttp_connection *evcon);
176 struct evhttp_connection *evcon);
178 struct evhttp_connection *evcon);
179 static void evhttp_request_dispatch(struct evhttp_connection* evcon);
180 static void evhttp_read_firstline(struct evhttp_connection *evcon,
182 static void evhttp_read_header(struct evhttp_connection *evcon,
188 static void evhttp_write_buffer(struct evhttp_connection *,
189 void (*)(struct evhttp_connection *, void *), void *);
190 static void evhttp_make_header(struct evhttp_connection *, struct evhttp_request *);
358 evhttp_write_buffer(struct evhttp_connection *evco
[all...]
H A Devrpc.c503 static int evrpc_schedule_request(struct evhttp_connection *connection,
539 struct evhttp_connection *connection;
580 struct evhttp_connection *connection)
613 struct evhttp_connection *connection)
621 struct evhttp_connection *evcon;
636 static struct evhttp_connection *
639 struct evhttp_connection *connection;
658 evrpc_schedule_request(struct evhttp_connection *connection,
720 struct evhttp_connection *connection = ctx->evcon;
957 struct evhttp_connection *evco
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c290 struct evhttp_connection *evcon;
674 static struct evhttp_connection *delayed_client;
971 struct evhttp_connection *evcon = NULL;
1076 struct evhttp_connection *evcon = NULL;
1171 struct evhttp_connection *evcon = NULL;
1253 struct evhttp_connection *evcon = NULL;
1375 struct evhttp_connection *evcon = NULL;
1620 struct evhttp_connection *evcon = NULL;
1670 struct evhttp_connection *evcon = NULL;
1810 struct evhttp_connection *evco
[all...]
H A Dregress_rpc.c190 struct evhttp_connection *evcon = NULL;
259 struct evhttp_connection *evcon = NULL;
311 struct evhttp_connection *evcon;

Completed in 115 milliseconds