Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_SERVICE_UNAVAILABLE (Results 1 – 9 of 9) sorted by relevance

/external/libcups/cups/
Drequest.c611 return (HTTP_STATUS_SERVICE_UNAVAILABLE); in cupsSendRequest()
643 return (HTTP_STATUS_SERVICE_UNAVAILABLE); in cupsSendRequest()
658 return (HTTP_STATUS_SERVICE_UNAVAILABLE); in cupsSendRequest()
721 return (HTTP_STATUS_SERVICE_UNAVAILABLE); in cupsSendRequest()
832 return (HTTP_STATUS_SERVICE_UNAVAILABLE); in cupsSendRequest()
849 return (HTTP_STATUS_SERVICE_UNAVAILABLE); in cupsSendRequest()
856 return (HTTP_STATUS_SERVICE_UNAVAILABLE); in cupsSendRequest()
874 return (HTTP_STATUS_SERVICE_UNAVAILABLE); in cupsSendRequest()
Dgetputfile.c64 return (HTTP_STATUS_SERVICE_UNAVAILABLE); in cupsGetFd()
316 return (HTTP_STATUS_SERVICE_UNAVAILABLE); in cupsPutFd()
Dppd-util.c326 return (HTTP_STATUS_SERVICE_UNAVAILABLE); in cupsGetPPD3()
382 return (HTTP_STATUS_SERVICE_UNAVAILABLE); in cupsGetPPD3()
Dhttp.h276 HTTP_STATUS_SERVICE_UNAVAILABLE, /* Service is unavailable */ enumerator
332 # define HTTP_SERVICE_UNAVAILABLE HTTP_STATUS_SERVICE_UNAVAILABLE
Dhttp-support.c1547 case HTTP_STATUS_SERVICE_UNAVAILABLE : in _httpStatus()
/external/libwebsockets/include/libwebsockets/
Dlws-http.h117 HTTP_STATUS_SERVICE_UNAVAILABLE, enumerator
/external/libwebsockets/READMEs/
DREADME.unix-domain-reverse-proxy.md96 `HTTP_STATUS_SERVICE_UNAVAILABLE` along with a brief human-readable explanation.
/external/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c572 pss->response_code = HTTP_STATUS_SERVICE_UNAVAILABLE; in callback_deaddrop()
/external/libwebsockets/lib/roles/http/server/
Dserver.c1254 HTTP_STATUS_SERVICE_UNAVAILABLE, in lws_http_proxy_start()