| /src/external/bsd/libevent/dist/ |
| http.c | 189 struct evhttp_connection *evcon); 191 struct evhttp_connection *evcon); 193 struct evhttp_connection *evcon); 194 static void evhttp_request_dispatch(struct evhttp_connection* evcon); 195 static void evhttp_read_firstline(struct evhttp_connection *evcon, 197 static void evhttp_read_header(struct evhttp_connection *evcon, 369 /** Helper: called after we've added some data to an evcon's bufferevent's 374 evhttp_write_buffer(struct evhttp_connection *evcon, 380 evcon->cb = cb; 381 evcon->cb_arg = arg 813 struct evhttp_connection *evcon = arg; local 1138 struct evhttp_connection *evcon = arg; local 1193 struct evhttp_connection *evcon = data; local 1196 (bev->readcb)(evcon->bufev, evcon); local 1399 struct evhttp_connection *evcon = arg; local 1485 struct evhttp_connection *evcon = arg; local 1578 struct evhttp_connection *evcon = arg; local 2386 struct evhttp_connection *evcon = NULL; local 2710 struct evhttp_connection *evcon = req->evcon; local 2839 struct evhttp_connection *evcon = req->evcon; local 2901 struct evhttp_connection *evcon = req->evcon; local 2932 struct evhttp_connection *evcon = req->evcon; local 3738 struct evhttp_connection *evcon; local 4232 struct evhttp_connection *evcon; local 4328 struct evhttp_connection *evcon; local [all...] |
| evrpc-internal.h | 118 struct evhttp_connection *evcon; member in struct:evrpc_hook_meta 123 struct evhttp_connection *evcon); 178 struct evhttp_connection *evcon; member in struct:evrpc_request_wrapper
|
| evrpc.c | 309 evrpc_hook_associate_meta_(&rpc_state->hook_meta, req->evcon); 434 evrpc_hook_associate_meta_(&rpc_state->hook_meta, req->evcon); 626 struct evhttp_connection *evcon; local 627 TAILQ_FOREACH(evcon, &pool->connections, next) { 628 evhttp_connection_set_timeout(evcon, timeout_in_secs); 677 ctx->evcon = connection; 725 struct evhttp_connection *connection = ctx->evcon; 843 ctx->evcon = NULL; 882 evrpc_hook_associate_meta_(&ctx->hook_meta, ctx->evcon); 961 struct evhttp_connection *evcon; local 977 struct evhttp_connection *evcon = ctx->evcon; local [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| http.c | 187 struct evhttp_connection *evcon); 189 struct evhttp_connection *evcon); 191 struct evhttp_connection *evcon); 192 static void evhttp_request_dispatch(struct evhttp_connection* evcon); 193 static void evhttp_read_firstline(struct evhttp_connection *evcon, 195 static void evhttp_read_header(struct evhttp_connection *evcon, 367 /** Helper: called after we've added some data to an evcon's bufferevent's 372 evhttp_write_buffer(struct evhttp_connection *evcon, 378 evcon->cb = cb; 379 evcon->cb_arg = arg 811 struct evhttp_connection *evcon = arg; local 1136 struct evhttp_connection *evcon = arg; local 1191 struct evhttp_connection *evcon = data; local 1194 (bev->readcb)(evcon->bufev, evcon); local 1397 struct evhttp_connection *evcon = arg; local 1483 struct evhttp_connection *evcon = arg; local 1576 struct evhttp_connection *evcon = arg; local 2384 struct evhttp_connection *evcon = NULL; local 2708 struct evhttp_connection *evcon = req->evcon; local 2837 struct evhttp_connection *evcon = req->evcon; local 2899 struct evhttp_connection *evcon = req->evcon; local 2930 struct evhttp_connection *evcon = req->evcon; local 3736 struct evhttp_connection *evcon; local 4230 struct evhttp_connection *evcon; local 4326 struct evhttp_connection *evcon; local [all...] |
| evrpc-internal.h | 119 struct evhttp_connection *evcon; member in struct:evrpc_hook_meta 124 struct evhttp_connection *evcon); 179 struct evhttp_connection *evcon; member in struct:evrpc_request_wrapper
|
| evrpc.c | 307 evrpc_hook_associate_meta_(&rpc_state->hook_meta, req->evcon); 432 evrpc_hook_associate_meta_(&rpc_state->hook_meta, req->evcon); 624 struct evhttp_connection *evcon; local 625 TAILQ_FOREACH(evcon, &pool->connections, next) { 626 evhttp_connection_set_timeout(evcon, 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); 959 struct evhttp_connection *evcon; local 975 struct evhttp_connection *evcon = ctx->evcon; local [all...] |
| /src/external/bsd/libevent/dist/sample/ |
| http-connect.c | 25 struct evhttp_connection *evcon; member in struct:connect_base 77 struct evhttp_connection *evcon = base->evcon; local 83 VERIFY(evcon); 88 VERIFY(!evhttp_make_request(evcon, req, EVHTTP_REQ_GET, 100 struct evhttp_connection *evcon; local 114 VERIFY(evcon = evhttp_connection_base_new(base, NULL, 116 connect_base.evcon = evcon; 124 evhttp_make_request(evcon, req, EVHTTP_REQ_CONNECT, hostport) [all...] |
| https-client.c | 232 struct evhttp_connection *evcon = NULL; local 451 evcon = evhttp_connection_base_bufferevent_new(base, NULL, bev, 453 if (evcon == NULL) { 459 evhttp_connection_set_retries(evcon, retries); 462 evhttp_connection_set_timeout(evcon, timeout); 500 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri); 512 if (evcon) 513 evhttp_connection_free(evcon);
|
| /src/external/bsd/ntp/dist/sntp/libevent/sample/ |
| http-connect.c | 24 struct evhttp_connection *evcon; member in struct:connect_base 76 struct evhttp_connection *evcon = base->evcon; local 82 VERIFY(evcon); 87 VERIFY(!evhttp_make_request(evcon, req, EVHTTP_REQ_GET, 99 struct evhttp_connection *evcon; local 113 VERIFY(evcon = evhttp_connection_base_new(base, NULL, 115 connect_base.evcon = evcon; 123 evhttp_make_request(evcon, req, EVHTTP_REQ_CONNECT, hostport) [all...] |
| /src/external/bsd/libevent/dist/include/event2/ |
| http.h | 532 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon); 538 struct evhttp *evhttp_connection_get_server(struct evhttp_connection *evcon); 654 void evhttp_connection_set_family(struct evhttp_connection *evcon, 675 int evhttp_connection_set_flags(struct evhttp_connection *evcon, 706 void evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, 710 void evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, 715 void evhttp_connection_free(struct evhttp_connection *evcon); 723 void evhttp_connection_free_on_completion(struct evhttp_connection *evcon); 727 void evhttp_connection_set_local_address(struct evhttp_connection *evcon, 732 void evhttp_connection_set_local_port(struct evhttp_connection *evcon, [all...] |
| http_compat.h | 84 void evhttp_connection_set_base(struct evhttp_connection *evcon,
|
| http_struct.h | 69 struct evhttp_connection *evcon; member in struct:evhttp_request
|
| rpc.h | 433 * @param evcon the connection to add to the pool. 437 struct evhttp_connection *evcon); 445 * @param evcon the connection to remove from the pool. 449 struct evhttp_connection *evcon);
|
| /src/external/bsd/ntp/dist/sntp/libevent/include/event2/ |
| http.h | 533 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon); 539 struct evhttp *evhttp_connection_get_server(struct evhttp_connection *evcon); 655 void evhttp_connection_set_family(struct evhttp_connection *evcon, 676 int evhttp_connection_set_flags(struct evhttp_connection *evcon, 707 void evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, 711 void evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, 716 void evhttp_connection_free(struct evhttp_connection *evcon); 724 void evhttp_connection_free_on_completion(struct evhttp_connection *evcon); 728 void evhttp_connection_set_local_address(struct evhttp_connection *evcon, 733 void evhttp_connection_set_local_port(struct evhttp_connection *evcon, [all...] |
| http_compat.h | 85 void evhttp_connection_set_base(struct evhttp_connection *evcon,
|
| http_struct.h | 70 struct evhttp_connection *evcon; member in struct:evhttp_request
|
| rpc.h | 433 * @param evcon the connection to add to the pool. 437 struct evhttp_connection *evcon); 445 * @param evcon the connection to remove from the pool. 449 struct evhttp_connection *evcon);
|
| /src/external/bsd/libevent/dist/test/ |
| regress_http.c | 325 struct evhttp_connection *evcon; local 331 evcon = evhttp_request_get_connection(req); 332 tt_assert(evhttp_connection_get_server(evcon) == arg); 338 sa = evhttp_connection_get_addr(evcon); 1070 struct evhttp_connection *evcon = NULL; local 1096 evcon = evhttp_connection_base_bufferevent_new(data->base, dnsbase, bev, address, port); 1101 evcon = evhttp_connection_base_new(data->base, dnsbase, address, port); 1103 tt_assert(evcon); 1104 evhttp_connection_set_family(evcon, family); 1106 tt_assert(evhttp_connection_get_base(evcon) == data->base) 1196 struct evhttp_connection *evcon = NULL; local 1290 struct evhttp_connection *evcon = NULL; local 1396 struct evhttp_connection *evcon, **orig = evcons; local 1411 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1)); local 1460 struct evhttp_connection *evcon = NULL; local 1671 struct evhttp_connection *evcon = NULL; local 1926 struct evhttp_connection *evcon = NULL; local 1975 struct evhttp_connection *evcon = NULL; local 2114 struct evhttp_connection *evcon = NULL; local 2287 struct evhttp_connection *evcon = arg; local 2305 struct evhttp_connection *evcon = arg; local 2328 struct evhttp_connection *evcon = NULL; local 3331 struct evhttp_connection *evcon = NULL; local 3408 struct evhttp_connection *evcon = NULL; local 3480 struct evhttp_connection *evcon; local 3553 struct evhttp_connection *evcon; local 3581 struct evhttp_connection *evcon = arg; local 3605 struct evhttp_connection *evcon = NULL; local 3679 struct evhttp_connection *evcon = NULL; local 3722 struct evhttp_connection *evcon = NULL; local 3984 struct evhttp_connection *evcon = NULL; local 4048 struct evhttp_connection *evcon = NULL; local 4166 struct evhttp_connection *evcon = NULL; local 4445 struct evhttp_connection *evcon = NULL; local 4553 struct evhttp_connection *evcon = NULL; local [all...] |
| regress_rpc.c | 193 struct evhttp_connection *evcon = NULL; local 198 evcon = evhttp_connection_new("127.0.0.1", port); 199 tt_assert(evcon); 213 if (evhttp_make_request(evcon, req, 223 evhttp_connection_free(evcon); 262 struct evhttp_connection *evcon = NULL; local 268 evcon = evhttp_connection_new("127.0.0.1", port); 269 tt_assert(evcon); 292 if (evhttp_make_request(evcon, req, 303 evhttp_connection_free(evcon); 314 struct evhttp_connection *evcon; local 892 struct evhttp_connection *evcon = NULL; local [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_http.c | 322 struct evhttp_connection *evcon; local 328 evcon = evhttp_request_get_connection(req); 329 tt_assert(evhttp_connection_get_server(evcon) == arg); 335 sa = evhttp_connection_get_addr(evcon); 1067 struct evhttp_connection *evcon = NULL; local 1093 evcon = evhttp_connection_base_bufferevent_new(data->base, dnsbase, bev, address, port); 1098 evcon = evhttp_connection_base_new(data->base, dnsbase, address, port); 1100 tt_assert(evcon); 1101 evhttp_connection_set_family(evcon, family); 1103 tt_assert(evhttp_connection_get_base(evcon) == data->base) 1193 struct evhttp_connection *evcon = NULL; local 1287 struct evhttp_connection *evcon = NULL; local 1393 struct evhttp_connection *evcon, **orig = evcons; local 1408 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1)); local 1457 struct evhttp_connection *evcon = NULL; local 1668 struct evhttp_connection *evcon = NULL; local 1923 struct evhttp_connection *evcon = NULL; local 1972 struct evhttp_connection *evcon = NULL; local 2111 struct evhttp_connection *evcon = NULL; local 2284 struct evhttp_connection *evcon = arg; local 2302 struct evhttp_connection *evcon = arg; local 2325 struct evhttp_connection *evcon = NULL; local 3328 struct evhttp_connection *evcon = NULL; local 3405 struct evhttp_connection *evcon = NULL; local 3477 struct evhttp_connection *evcon; local 3550 struct evhttp_connection *evcon; local 3578 struct evhttp_connection *evcon = arg; local 3602 struct evhttp_connection *evcon = NULL; local 3676 struct evhttp_connection *evcon = NULL; local 3719 struct evhttp_connection *evcon = NULL; local 3981 struct evhttp_connection *evcon = NULL; local 4045 struct evhttp_connection *evcon = NULL; local 4163 struct evhttp_connection *evcon = NULL; local 4442 struct evhttp_connection *evcon = NULL; local 4550 struct evhttp_connection *evcon = NULL; local [all...] |
| regress_rpc.c | 191 struct evhttp_connection *evcon = NULL; local 196 evcon = evhttp_connection_new("127.0.0.1", port); 197 tt_assert(evcon); 211 if (evhttp_make_request(evcon, req, 221 evhttp_connection_free(evcon); 260 struct evhttp_connection *evcon = NULL; local 266 evcon = evhttp_connection_new("127.0.0.1", port); 267 tt_assert(evcon); 290 if (evhttp_make_request(evcon, req, 301 evhttp_connection_free(evcon); 312 struct evhttp_connection *evcon; local 890 struct evhttp_connection *evcon = NULL; local [all...] |