Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_NOT_FOUND (Results 1 – 13 of 13) sorted by relevance

/external/libwebsockets/plugins/
Dprotocol_fulltext_demo.c140 if (lws_add_http_common_headers(wsi, HTTP_STATUS_NOT_FOUND, in callback_fts()
/external/libcups/cups/
Dhttp.h257 HTTP_STATUS_NOT_FOUND, /* URI was not found */ enumerator
313 # define HTTP_NOT_FOUND HTTP_STATUS_NOT_FOUND
Dppd-util.c333 return (HTTP_STATUS_NOT_FOUND); in cupsGetPPD3()
Drequest.c1129 case HTTP_STATUS_NOT_FOUND : in _cupsSetHTTPError()
Dhttp-support.c1526 case HTTP_STATUS_NOT_FOUND : in _httpStatus()
/external/libwebsockets/include/libwebsockets/
Dlws-http.h99 HTTP_STATUS_NOT_FOUND, enumerator
/external/libcups/scheduler/
Dclient.c1066 if (!cupsdSendError(con, HTTP_STATUS_NOT_FOUND, CUPSD_AUTH_NONE)) in cupsdReadClient()
1163 if (!cupsdSendError(con, HTTP_STATUS_NOT_FOUND, CUPSD_AUTH_NONE)) in cupsdReadClient()
1177 if (!cupsdSendError(con, HTTP_STATUS_NOT_FOUND, CUPSD_AUTH_NONE)) in cupsdReadClient()
1315 if (!cupsdSendError(con, HTTP_STATUS_NOT_FOUND, CUPSD_AUTH_NONE)) in cupsdReadClient()
1481 if (!cupsdSendHeader(con, HTTP_STATUS_NOT_FOUND, "text/html", CUPSD_AUTH_NONE)) in cupsdReadClient()
1487 cupsdLogRequest(con, HTTP_STATUS_NOT_FOUND); in cupsdReadClient()
1799 if (!cupsdSendError(con, HTTP_STATUS_NOT_FOUND, CUPSD_AUTH_NONE)) in cupsdReadClient()
/external/libwebsockets/test-apps/
Dtest-server.c134 if (lws_return_http_status(wsi, HTTP_STATUS_NOT_FOUND, NULL)) in lws_callback_http()
/external/libwebsockets/lib/roles/http/
Dheader.c400 code == HTTP_STATUS_NOT_FOUND) in lws_return_http_status()
/external/libwebsockets/lib/core-net/
Ddummy-callback.c274 if (lws_return_http_status(wsi, HTTP_STATUS_NOT_FOUND, NULL)) in lws_callback_http_dummy()
/external/libwebsockets/plugins/generic-sessions/
Dprotocol_generic_sessions.c396 lws_return_http_status(wsi, HTTP_STATUS_NOT_FOUND, NULL); in callback_generic_sessions()
/external/libwebsockets/lib/roles/http/server/
Dserver.c2484 n = HTTP_STATUS_NOT_FOUND; in lws_serve_http_file()
2501 if (lws_return_http_status(wsi, HTTP_STATUS_NOT_FOUND, in lws_serve_http_file()
/external/libcups/tools/
Dippeveprinter.c5795 return (respond_http(client, HTTP_STATUS_NOT_FOUND, NULL, NULL, 0)); in process_http()
5829 return (respond_http(client, HTTP_STATUS_NOT_FOUND, NULL, NULL, 0)); in process_http()
5878 return (respond_http(client, HTTP_STATUS_NOT_FOUND, NULL, NULL, 0)); in process_http()