Searched refs:evcon (Results 1 - 7 of 7) sorted by relevance

/external/libevent/
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,
372 /** Helper: called after we've added some data to an evcon's bufferevent's
377 evhttp_write_buffer(struct evhttp_connection *evcon, argument
383 evcon->cb = cb;
384 evcon
399 evhttp_send_continue_done(struct evhttp_connection *evcon, void *arg) argument
405 evhttp_send_continue(struct evhttp_connection *evcon, struct evhttp_request *req) argument
423 evhttp_connected(struct evhttp_connection *evcon) argument
445 evhttp_make_header_request(struct evhttp_connection *evcon, struct evhttp_request *req) argument
537 evhttp_make_header_response(struct evhttp_connection *evcon, struct evhttp_request *req) argument
593 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) argument
627 evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, ev_ssize_t new_max_headers_size) argument
636 evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, ev_ssize_t new_max_body_size) argument
698 evhttp_connection_fail(struct evhttp_connection *evcon, enum evhttp_connection_error error) argument
756 struct evhttp_connection *evcon = arg; local
771 evhttp_connection_done(struct evhttp_connection *evcon) argument
933 evhttp_read_trailer(struct evhttp_connection *evcon, struct evhttp_request *req) argument
955 evhttp_read_body(struct evhttp_connection *evcon, struct evhttp_request *req) argument
1046 struct evhttp_connection *evcon = arg; local
1101 struct evhttp_connection *evcon = data; local
1106 evhttp_write_connectioncb(struct evhttp_connection *evcon, void *arg) argument
1125 evhttp_connection_free(struct evhttp_connection *evcon) argument
1176 evhttp_connection_set_local_address(struct evhttp_connection *evcon, const char *address) argument
1187 evhttp_connection_set_local_port(struct evhttp_connection *evcon, ev_uint16_t port) argument
1195 evhttp_request_dispatch(struct evhttp_connection* evcon) argument
1220 evhttp_connection_reset(struct evhttp_connection *evcon) argument
1257 evhttp_connection_start_detectclose(struct evhttp_connection *evcon) argument
1265 evhttp_connection_stop_detectclose(struct evhttp_connection *evcon) argument
1275 struct evhttp_connection *evcon = arg; local
1282 evhttp_connection_cb_cleanup(struct evhttp_connection *evcon) argument
1325 struct evhttp_connection *evcon = arg; local
1389 struct evhttp_connection *evcon = arg; local
1910 evhttp_get_body(struct evhttp_connection *evcon, struct evhttp_request *req) argument
1974 evhttp_read_firstline(struct evhttp_connection *evcon, struct evhttp_request *req) argument
1996 evhttp_read_header(struct evhttp_connection *evcon, struct evhttp_request *req) argument
2075 struct evhttp_connection *evcon = NULL; local
2129 evhttp_connection_get_bufferevent(struct evhttp_connection *evcon) argument
2135 evhttp_connection_set_base(struct evhttp_connection *evcon, struct event_base *base) argument
2145 evhttp_connection_set_timeout(struct evhttp_connection *evcon, int timeout_in_secs) argument
2159 evhttp_connection_set_retries(struct evhttp_connection *evcon, int retry_max) argument
2166 evhttp_connection_set_closecb(struct evhttp_connection *evcon, void (*cb)(struct evhttp_connection *, void *), void *cbarg) argument
2174 evhttp_connection_get_peer(struct evhttp_connection *evcon, char **address, ev_uint16_t *port) argument
2182 evhttp_connection_connect(struct evhttp_connection *evcon) argument
2239 evhttp_make_request(struct evhttp_connection *evcon, struct evhttp_request *req, enum evhttp_cmd_type type, const char *uri) argument
2293 struct evhttp_connection *evcon = req->evcon; local
2322 evhttp_start_read(struct evhttp_connection *evcon) argument
2344 evhttp_send_done(struct evhttp_connection *evcon, void *arg) argument
2409 struct evhttp_connection *evcon = req->evcon; local
2466 struct evhttp_connection *evcon = req->evcon; local
2492 struct evhttp_connection *evcon = req->evcon; local
3258 struct evhttp_connection *evcon; local
3679 struct evhttp_connection *evcon; local
3714 evhttp_associate_new_request_with_connection(struct evhttp_connection *evcon) argument
3752 struct evhttp_connection *evcon; local
[all...]
H A Devrpc-internal.h116 struct evhttp_connection *evcon; member in struct:evrpc_hook_meta
121 struct evhttp_connection *evcon);
176 struct evhttp_connection *evcon; member in struct:evrpc_request_wrapper
H A Devrpc.c304 evrpc_hook_associate_meta(&rpc_state->hook_meta, req->evcon);
430 evrpc_hook_associate_meta(&rpc_state->hook_meta, req->evcon);
624 struct evhttp_connection *evcon; local
625 TAILQ_FOREACH(evcon, &pool->connections, next) {
626 evcon->timeout = timeout_in_secs;
675 ctx->evcon = connection;
723 struct evhttp_connection *connection = ctx->evcon;
841 ctx->evcon = NULL;
880 evrpc_hook_associate_meta(&ctx->hook_meta, ctx->evcon);
960 struct evhttp_connection *evcon; local
976 struct evhttp_connection *evcon = ctx->evcon; local
1014 evrpc_hook_associate_meta(struct evrpc_hook_meta **pctx, struct evhttp_connection *evcon) argument
[all...]
/external/libevent/include/event2/
H A Dhttp_compat.h79 void evhttp_connection_set_base(struct evhttp_connection *evcon,
H A Dhttp.h435 struct evhttp_connection *evcon);
460 void evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon,
463 void evhttp_connection_set_max_body_size(struct evhttp_connection* evcon,
467 void evhttp_connection_free(struct evhttp_connection *evcon);
470 void evhttp_connection_set_local_address(struct evhttp_connection *evcon,
474 void evhttp_connection_set_local_port(struct evhttp_connection *evcon,
478 void evhttp_connection_set_timeout(struct evhttp_connection *evcon,
482 void evhttp_connection_set_retries(struct evhttp_connection *evcon,
486 void evhttp_connection_set_closecb(struct evhttp_connection *evcon,
490 void evhttp_connection_get_peer(struct evhttp_connection *evcon,
[all...]
H A Dhttp_struct.h68 struct evhttp_connection *evcon; member in struct:evhttp_request
H A Drpc.h414 * @param evcon the connection to add to the pool.
417 struct evhttp_connection *evcon);
425 * @param evcon the connection to remove from the pool.
428 struct evhttp_connection *evcon);

Completed in 183 milliseconds