Searched refs:evhttp_request_new (Results 1 – 5 of 5) sorted by relevance
/external/chromium/third_party/libevent/test/ |
D | regress_http.c | 169 struct evhttp_request *req = evhttp_request_new(NULL, NULL); in http_readcb() 432 req = evhttp_request_new(http_request_done, NULL); in http_connection_test() 453 req = evhttp_request_new(http_request_done, NULL); in http_connection_test() 476 req = evhttp_request_new(http_request_empty_done, NULL); in http_connection_test() 638 req = evhttp_request_new(http_dispatcher_test_done, NULL); in http_dispatcher_test() 696 req = evhttp_request_new(http_postrequest_done, NULL); in http_post_test() 870 req = evhttp_request_new(close_detect_done, NULL); in close_detect_launch() 931 req = evhttp_request_new(close_detect_cb, evcon); in http_close_detection() 1148 struct evhttp_request *req = evhttp_request_new(NULL, NULL); in http_chunked_errorcb() 1326 req = evhttp_request_new(http_chunked_request_done, NULL); in http_chunked_test() [all …]
|
D | regress_rpc.c | 199 req = evhttp_request_new(rpc_postrequest_failure, NULL); in rpc_basic_test() 283 req = evhttp_request_new(rpc_postrequest_done, NULL); in rpc_basic_message()
|
/external/chromium/third_party/libevent/ |
D | evhttp.h | 245 struct evhttp_request *evhttp_request_new(
|
D | evrpc.c | 517 if ((req = evhttp_request_new(evrpc_reply_done, ctx)) == NULL) in evrpc_schedule_request()
|
D | http.c | 2437 evhttp_request_new(void (*cb)(struct evhttp_request *, void *), void *arg) in evhttp_request_new() function 2572 if ((req = evhttp_request_new(evhttp_handle_request, http)) == NULL) in evhttp_associate_new_request_with_connection()
|