Searched refs:HTTP_STATUS_NOT_FOUND (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/parallel/ |
D | test-http2-binding.js | 58 HTTP_STATUS_NOT_FOUND: 404, property
|
/third_party/libwebsockets/plugins/ |
D | protocol_fulltext_demo.c | 144 if (lws_add_http_common_headers(wsi, HTTP_STATUS_NOT_FOUND, in callback_fts()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 99 HTTP_STATUS_NOT_FOUND, enumerator
|
/third_party/libwebsockets/test-apps/ |
D | test-server.c | 171 if (lws_return_http_status(wsi, HTTP_STATUS_NOT_FOUND, NULL)) in lws_callback_http()
|
/third_party/libwebsockets/lib/roles/http/ |
D | header.c | 430 code == HTTP_STATUS_NOT_FOUND) in lws_return_http_status()
|
/third_party/libwebsockets/lib/core-net/ |
D | dummy-callback.c | 286 if (lws_return_http_status(wsi, HTTP_STATUS_NOT_FOUND, NULL)) in lws_callback_http_dummy()
|
/third_party/nghttp2/third-party/llhttp/include/ |
D | llhttp.h | 220 HTTP_STATUS_NOT_FOUND = 404, enumerator
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
D | ss-h1.c | 937 HTTP_STATUS_NOT_FOUND), in secstream_h1()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 2736 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()
|