Home
last modified time | relevance | path

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

/external/libevent/
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,
377 evhttp_write_buffer(struct evhttp_connection *evcon, in evhttp_write_buffer() argument
383 evcon->cb = cb; in evhttp_write_buffer()
384 evcon->cb_arg = arg; in evhttp_write_buffer()
389 bufferevent_setcb(evcon->bufev, in evhttp_write_buffer()
[all …]
Devrpc.c304 evrpc_hook_associate_meta(&rpc_state->hook_meta, req->evcon); in evrpc_request_cb()
430 evrpc_hook_associate_meta(&rpc_state->hook_meta, req->evcon); in evrpc_request_done()
624 struct evhttp_connection *evcon; in evrpc_pool_set_timeout() local
625 TAILQ_FOREACH(evcon, &pool->connections, next) { in evrpc_pool_set_timeout()
626 evcon->timeout = timeout_in_secs; in evrpc_pool_set_timeout()
675 ctx->evcon = connection; in evrpc_schedule_request()
723 struct evhttp_connection *connection = ctx->evcon; in evrpc_schedule_request_closure()
841 ctx->evcon = NULL; in evrpc_make_request_ctx()
880 evrpc_hook_associate_meta(&ctx->hook_meta, ctx->evcon); in evrpc_reply_done()
960 struct evhttp_connection *evcon; in evrpc_pool_schedule() local
[all …]
Devrpc-internal.h116 struct evhttp_connection *evcon; member
121 struct evhttp_connection *evcon);
176 struct evhttp_connection *evcon; member
/external/libevent/include/event2/
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 …]
Dhttp_compat.h79 void evhttp_connection_set_base(struct evhttp_connection *evcon,
Dhttp_struct.h68 struct evhttp_connection *evcon; member
Drpc.h417 struct evhttp_connection *evcon);
428 struct evhttp_connection *evcon);