Searched refs:http_code (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/include/perfetto/ext/base/http/ |
D | http_server.h | 89 void SendResponseHeaders(const char* http_code, 98 void SendResponse(const char* http_code, 102 void SendResponseAndClose(const char* http_code, 105 SendResponse(http_code, headers, content, true);
|
/external/perfetto/src/base/http/ |
D | http_server.cc | 450 const char* http_code, in SendResponseHeaders() argument 465 append(http_code); in SendResponseHeaders() 517 const char* http_code, in SendResponse() argument 523 SendResponseHeaders(http_code, headers, content.size()); in SendResponse()
|
/external/curl/tests/data/ |
D | test15 | 31 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER --write-out "%{url_effective} %{http_code} %{size_downloa…
|
D | test217 | 35 …th/%TESTNUMBER0002 --proxy http://%HOSTIP:%HTTPPORT --proxytunnel -w "%{http_code} %{http_connect}…
|
D | test970 | 62 …ode":0,"filename_effective":"log/out%TESTNUMBER","ftp_entry_path":null,"http_code":200,"http_conne…
|
/external/elfutils/debuginfod/ |
D | debuginfod.cxx | 2228 int http_code = 500; in handler_cb() local 2321 http_code = MHD_HTTP_OK; in handler_cb() 2328 http_code = e.code; in handler_cb() 2339 << ' ' << http_code << ' ' << http_size in handler_cb() 2344 string http_code_str = to_string(http_code); in handler_cb()
|