Searched defs:evcon (Results 1 – 8 of 8) sorted by relevance
/external/libevent/ |
D | http.c | 361 evhttp_write_buffer(struct evhttp_connection *evcon, in evhttp_write_buffer() 383 evhttp_send_continue_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_continue_done() 389 evhttp_send_continue(struct evhttp_connection *evcon, in evhttp_send_continue() 407 evhttp_connected(struct evhttp_connection *evcon) in evhttp_connected() 429 evhttp_make_header_request(struct evhttp_connection *evcon, in evhttp_make_header_request() 519 evhttp_make_header_response(struct evhttp_connection *evcon, in evhttp_make_header_response() 594 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header() 626 evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, in evhttp_connection_set_max_headers_size() 635 evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, in evhttp_connection_set_max_body_size() 711 evhttp_request_free_(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_request_free_() [all …]
|
D | evrpc-internal.h | 117 struct evhttp_connection *evcon; member 177 struct evhttp_connection *evcon; member
|
D | evrpc.c | 621 struct evhttp_connection *evcon; in evrpc_pool_set_timeout() local 957 struct evhttp_connection *evcon; in evrpc_pool_schedule() local 973 struct evhttp_connection *evcon = ctx->evcon; in evrpc_request_timeout() local 1012 struct evhttp_connection *evcon) in evrpc_hook_associate_meta_()
|
/external/libevent/sample/ |
D | http-connect.c | 21 struct evhttp_connection *evcon; member 43 struct evhttp_connection *evcon = base->evcon; in connect_cb() local 64 struct evhttp_connection *evcon; in main() local
|
D | https-client.c | 204 struct evhttp_connection *evcon = NULL; in main() local
|
/external/libevent/test/ |
D | regress_http.c | 307 struct evhttp_connection *evcon; in http_basic_cb() local 1019 struct evhttp_connection *evcon = NULL; in http_connection_test_() local 1145 struct evhttp_connection *evcon = NULL; in http_connection_async_test() local 1239 struct evhttp_connection *evcon = NULL; in http_autofree_connection_test() local 1348 struct evhttp_connection *evcon, **orig = evcons; in http_free_evcons() local 1363 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1)); in http_fill_backlog() local 1412 struct evhttp_connection *evcon = NULL; in http_cancel_test() local 1623 struct evhttp_connection *evcon = NULL; in http_virtual_host_test() local 1877 struct evhttp_connection *evcon = NULL; in http_dispatcher_test() local 1926 struct evhttp_connection *evcon = NULL; in http_post_test() local [all …]
|
D | regress_rpc.c | 190 struct evhttp_connection *evcon = NULL; in rpc_basic_test() local 259 struct evhttp_connection *evcon = NULL; in rpc_basic_message() local 311 struct evhttp_connection *evcon; in rpc_pool_with_connection() local
|
/external/libevent/include/event2/ |
D | http_struct.h | 68 struct evhttp_connection *evcon; member
|