Home
last modified time | relevance | path

Searched refs:handling_404 (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/roles/http/
Dheader.c433 if (!wsi->handling_404 && in lws_return_http_status()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c680 wsi->handling_404 = 0; in lws_http_serve()
687 wsi->handling_404 = 1; in lws_http_serve()
2746 if (wsi->handling_404) in lws_serve_http_file()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h789 unsigned int handling_404:1; member