Searched refs:http_req (Results 1 – 9 of 9) sorted by relevance
/external/perfetto/src/trace_processor/rpc/ |
D | httpd.cc | 218 HttpRequest http_req; in ParseOneHttpRequest() local 235 http_req.method = buf_view.substr(0, space); in ParseOneHttpRequest() 237 http_req.uri = buf_view.substr(space + 1, uri_size); in ParseOneHttpRequest() 249 http_req.origin = hdr_value; in ParseOneHttpRequest() 251 http_req.id = atoi(hdr_value.ToStdString().c_str()); in ParseOneHttpRequest() 263 http_req.body = base::StringView(&rxbuf[body_offset], body_size); in ParseOneHttpRequest() 264 HandleRequest(client, http_req); in ParseOneHttpRequest()
|
/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 | 63 struct evhttp_request *http_req; member
|
D | rpc.h | 182 struct evhttp_request* http_req; \ 263 #define EVRPC_REQUEST_HTTP(rpc_req) (rpc_req)->http_req
|
/external/libevent/ |
D | evrpc-internal.h | 155 struct evhttp_request* http_req; member
|
D | evrpc.c | 299 rpc_state->http_req = req; in evrpc_request_cb() 347 req = rpc_state->http_req; in evrpc_request_cb_closure() 411 req = rpc_state->http_req; in evrpc_request_done() 479 req = rpc_state->http_req; in evrpc_request_done_closure() 922 status.http_req = req; in evrpc_reply_done_closure()
|
/external/libevent/test/ |
D | regress_rpc.c | 332 struct evhttp_request *req = status->http_req; in GotKillCb()
|