Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/
Dheader.c398 if (!wsi->handling_404 && in lws_return_http_status()
/external/libwebsockets/lib/roles/http/server/
Dserver.c516 wsi->handling_404 = 0; in lws_http_serve()
523 wsi->handling_404 = 1; in lws_http_serve()
2483 if (wsi->handling_404) in lws_serve_http_file()
/external/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h792 unsigned int handling_404:1; member