Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_NOT_FOUND (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-binding.js58 HTTP_STATUS_NOT_FOUND: 404, property
/third_party/libwebsockets/plugins/
Dprotocol_fulltext_demo.c144 if (lws_add_http_common_headers(wsi, HTTP_STATUS_NOT_FOUND, in callback_fts()
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h99 HTTP_STATUS_NOT_FOUND, enumerator
/third_party/libwebsockets/test-apps/
Dtest-server.c171 if (lws_return_http_status(wsi, HTTP_STATUS_NOT_FOUND, NULL)) in lws_callback_http()
/third_party/libwebsockets/lib/roles/http/
Dheader.c430 code == HTTP_STATUS_NOT_FOUND) in lws_return_http_status()
/third_party/libwebsockets/lib/core-net/
Ddummy-callback.c286 if (lws_return_http_status(wsi, HTTP_STATUS_NOT_FOUND, NULL)) in lws_callback_http_dummy()
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h220 HTTP_STATUS_NOT_FOUND = 404, enumerator
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c937 HTTP_STATUS_NOT_FOUND), in secstream_h1()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2736 n = HTTP_STATUS_NOT_FOUND; in lws_serve_http_file()
2753 if (lws_return_http_status(wsi, HTTP_STATUS_NOT_FOUND, in lws_serve_http_file()