HomeSort by relevance Sort by last modified time
    Searched refs:evcon (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/libevent/
http.c 204 struct evhttp_connection *evcon);
206 struct evhttp_connection *evcon);
208 struct evhttp_connection *evcon);
209 static void evhttp_request_dispatch(struct evhttp_connection* evcon);
210 static void evhttp_read_firstline(struct evhttp_connection *evcon,
212 static void evhttp_read_header(struct evhttp_connection *evcon,
338 evhttp_write_buffer(struct evhttp_connection *evcon,
344 evcon->cb = cb;
345 evcon->cb_arg = arg;
348 if (event_pending(&evcon->ev, EV_WRITE|EV_TIMEOUT, NULL)
677 struct evhttp_connection *evcon = arg; local
912 struct evhttp_connection *evcon = arg; local
1096 struct evhttp_connection *evcon = arg; local
1123 struct evhttp_connection *evcon = arg; local
1136 struct evhttp_connection *evcon = arg; local
1679 struct evhttp_connection *evcon = NULL; local
1919 struct evhttp_connection *evcon = req->evcon; local
1974 struct evhttp_connection *evcon = req->evcon; local
2354 struct evhttp_connection *evcon; local
2536 struct evhttp_connection *evcon; local
2595 struct evhttp_connection *evcon; local
    [all...]
evhttp.h 199 struct evhttp_connection *evcon; member in struct:evhttp_request
264 void evhttp_connection_free(struct evhttp_connection *evcon);
267 void evhttp_connection_set_local_address(struct evhttp_connection *evcon,
271 void evhttp_connection_set_local_port(struct evhttp_connection *evcon,
275 void evhttp_connection_set_timeout(struct evhttp_connection *evcon,
279 void evhttp_connection_set_retries(struct evhttp_connection *evcon,
283 void evhttp_connection_set_closecb(struct evhttp_connection *evcon,
290 void evhttp_connection_set_base(struct evhttp_connection *evcon,
294 void evhttp_connection_get_peer(struct evhttp_connection *evcon,
298 int evhttp_make_request(struct evhttp_connection *evcon,
    [all...]
evrpc.c 477 struct evhttp_connection *evcon; local
478 TAILQ_FOREACH(evcon, &pool->connections, next) {
479 evcon->timeout = timeout_in_secs;
528 ctx->evcon = connection;
637 struct evhttp_connection *evcon; local
643 if ((evcon = evrpc_pool_find_connection(pool)) != NULL) {
645 evrpc_schedule_request(evcon, ctx);
653 struct evhttp_connection *evcon = ctx->evcon; local
654 assert(evcon != NULL)
    [all...]
evrpc.h 192 ctx->evcon = NULL; \
347 struct evhttp_connection *evcon; member in struct:evrpc_request_wrapper
  /external/chromium/third_party/libevent/test/
regress_http.c 412 struct evhttp_connection *evcon = NULL; local
421 evcon = evhttp_connection_new("127.0.0.1", port);
422 if (evcon == NULL) {
438 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
466 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
482 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
494 evhttp_connection_free(evcon);
616 struct evhttp_connection *evcon = NULL; local
624 evcon = evhttp_connection_new("127.0.0.1", port);
625 if (evcon == NULL)
677 struct evhttp_connection *evcon = NULL; local
867 struct evhttp_connection *evcon = arg; local
885 struct evhttp_connection *evcon = arg; local
906 struct evhttp_connection *evcon = NULL; local
1274 struct evhttp_connection *evcon = NULL; local
1414 struct evhttp_connection *evcon = NULL; local
    [all...]
regress_rpc.c 181 struct evhttp_connection *evcon = NULL; local
188 evcon = evhttp_connection_new("127.0.0.1", port);
189 if (evcon == NULL) {
209 if (evhttp_make_request(evcon, req,
220 evhttp_connection_free(evcon);
264 struct evhttp_connection *evcon = NULL; local
272 evcon = evhttp_connection_new("127.0.0.1", port);
273 if (evcon == NULL) {
299 if (evhttp_make_request(evcon, req,
310 evhttp_connection_free(evcon);
327 struct evhttp_connection *evcon; local
    [all...]

Completed in 67 milliseconds