/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/ |
H A D | minimal-http-server-custom-headers.c | 77 if (lws_add_http_common_headers(wsi, HTTP_STATUS_OK, in callback_http()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-h2-long-poll/ |
H A D | minimal-http-server.c | 68 if (lws_add_http_common_headers(wsi, HTTP_STATUS_OK, in callback_http()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/ |
H A D | minimal-http-server-sse.c | 65 if (lws_add_http_common_headers(wsi, HTTP_STATUS_OK, in callback_sse()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/ |
H A D | minimal-http-server-dynamic.c | 108 if (lws_add_http_common_headers(wsi, HTTP_STATUS_OK, in callback_dynamic_http()
|
/third_party/node/test/parallel/ |
H A D | test-http2-binding.js | 36 HTTP_STATUS_OK: 200,
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_post_demo.c | 223 if (lws_add_http_header_status(wsi, HTTP_STATUS_OK, in callback_post_demo()
|
H A D | protocol_fulltext_demo.c | 132 if (lws_add_http_common_headers(wsi, HTTP_STATUS_OK, in callback_fts()
|
H A D | protocol_lws_openmetrics_export.c | 484 if (lws_add_http_common_headers(wsi, HTTP_STATUS_OK, in callback_lws_openmetrics_export() 886 if (lws_add_http_common_headers(partner_pss->wsi, HTTP_STATUS_OK, in callback_lws_openmetrics_prox_server()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/ |
H A D | minimal-http-server-sse-ring.c | 219 if (lws_add_http_common_headers(wsi, HTTP_STATUS_OK, in callback_sse()
|
/third_party/node/lib/internal/http2/ |
H A D | compat.js | 38 HTTP_STATUS_OK, 484 statusCode: HTTP_STATUS_OK,
|
H A D | core.js | 305 HTTP_STATUS_OK, 2441 headers[HTTP2_HEADER_STATUS] | 0 || HTTP_STATUS_OK;
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-http.h | 86 HTTP_STATUS_OK = 200, enumerator
|
/third_party/libwebsockets/plugins/deaddrop/ |
H A D | protocol_lws_deaddrop.c | 342 pss->response_code = HTTP_STATUS_OK; in file_upload_cb()
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 196 HTTP_STATUS_OK = 200, enumerator
|
/third_party/libwebsockets/lib/roles/cgi/ |
H A D | cgi-server.c | 133 wsi->http.cgi->response_code = HTTP_STATUS_OK; in lws_cgi()
|
/third_party/libwebsockets/plugins/acme-client/ |
H A D | protocol_lws_acme_client.c | 147 if (lws_add_http_header_status(wsi, HTTP_STATUS_OK, &p, end)) { in callback_chall_http01()
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | http2.c | 2706 if (lws_add_http_header_status(wsi, HTTP_STATUS_OK, &p, end))
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 2734 int ret = 0, cclen = 8, n = HTTP_STATUS_OK; in lws_serve_http_file()
|
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.c | 404 if (status != HTTP_STATUS_OK) { in get_url()
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 5520 if (status == HTTP_STATUS_OK) in loadPPD()
|