Home
last modified time | relevance | path

Searched refs:http_code (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/include/perfetto/ext/base/http/
Dhttp_server.h89 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/
Dhttp_server.cc450 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/
Dtest1531 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER --write-out "%{url_effective} %{http_code} %{size_downloa…
Dtest21735 …th/%TESTNUMBER0002 --proxy http://%HOSTIP:%HTTPPORT --proxytunnel -w "%{http_code} %{http_connect}…
Dtest97062 …ode":0,"filename_effective":"log/out%TESTNUMBER","ftp_entry_path":null,"http_code":200,"http_conne…
/external/elfutils/debuginfod/
Ddebuginfod.cxx2228 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()