Searched refs:http_req (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | browser-system.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req() function 81 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser()
|
D | browser-android.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req() function 81 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser()
|
D | browser-wpadebug.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req() function 82 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser()
|
/external/libevent/include/event2/ |
D | rpc_struct.h | 53 struct evhttp_request *http_req; member
|
D | rpc.h | 178 struct evhttp_request* http_req; \ 257 #define EVRPC_REQUEST_HTTP(rpc_req) (rpc_req)->http_req
|
/external/libevent/ |
D | evrpc.c | 299 rpc_state->http_req = req; in evrpc_request_cb() 346 req = rpc_state->http_req; in evrpc_request_cb_closure() 410 req = rpc_state->http_req; in evrpc_request_done() 478 req = rpc_state->http_req; in evrpc_request_done_closure() 922 status.http_req = req; in evrpc_reply_done_closure()
|
D | evrpc-internal.h | 155 struct evhttp_request* http_req; member
|
/external/libevent/test/ |
D | regress_rpc.c | 333 struct evhttp_request *req = status->http_req; in GotKillCb()
|