Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_OK (Results 1 - 20 of 20) sorted by relevance

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/
H A Dminimal-http-server-custom-headers.c77 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 Dminimal-http-server.c68 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 Dminimal-http-server-sse.c65 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 Dminimal-http-server-dynamic.c108 if (lws_add_http_common_headers(wsi, HTTP_STATUS_OK, in callback_dynamic_http()
/third_party/node/test/parallel/
H A Dtest-http2-binding.js36 HTTP_STATUS_OK: 200,
/third_party/libwebsockets/plugins/
H A Dprotocol_post_demo.c223 if (lws_add_http_header_status(wsi, HTTP_STATUS_OK, in callback_post_demo()
H A Dprotocol_fulltext_demo.c132 if (lws_add_http_common_headers(wsi, HTTP_STATUS_OK, in callback_fts()
H A Dprotocol_lws_openmetrics_export.c484 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 Dminimal-http-server-sse-ring.c219 if (lws_add_http_common_headers(wsi, HTTP_STATUS_OK, in callback_sse()
/third_party/node/lib/internal/http2/
H A Dcompat.js38 HTTP_STATUS_OK,
484 statusCode: HTTP_STATUS_OK,
H A Dcore.js305 HTTP_STATUS_OK,
2441 headers[HTTP2_HEADER_STATUS] | 0 || HTTP_STATUS_OK;
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-http.h86 HTTP_STATUS_OK = 200, enumerator
/third_party/libwebsockets/plugins/deaddrop/
H A Dprotocol_lws_deaddrop.c342 pss->response_code = HTTP_STATUS_OK; in file_upload_cb()
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h196 HTTP_STATUS_OK = 200, enumerator
/third_party/libwebsockets/lib/roles/cgi/
H A Dcgi-server.c133 wsi->http.cgi->response_code = HTTP_STATUS_OK; in lws_cgi()
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c147 if (lws_add_http_header_status(wsi, HTTP_STATUS_OK, &p, end)) { in callback_chall_http01()
/third_party/libwebsockets/lib/roles/h2/
H A Dhttp2.c2706 if (lws_add_http_header_status(wsi, HTTP_STATUS_OK, &p, end))
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c2734 int ret = 0, cclen = 8, n = HTTP_STATUS_OK; in lws_serve_http_file()
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c404 if (status != HTTP_STATUS_OK) { in get_url()
/third_party/cups-filters/utils/
H A Dcups-browsed.c5520 if (status == HTTP_STATUS_OK) in loadPPD()

Completed in 39 milliseconds