Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_FOUND (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dhttp.h247 HTTP_STATUS_FOUND, /* Document was found at a different URI */ enumerator
285 # define HTTP_STATUS_MOVED_TEMPORARILY HTTP_STATUS_FOUND /* Renamed in RFC 7231 */
Dhttp-support.c1507 case HTTP_STATUS_FOUND : in _httpStatus()
/external/libwebsockets/include/libwebsockets/
Dlws-http.h91 HTTP_STATUS_FOUND = 302, enumerator
/external/libwebsockets/lib/roles/http/
Dheader.c402 if (lws_http_redirect(wsi, HTTP_STATUS_FOUND, in lws_return_http_status()