Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h252 HTTP_STATUS_FOUND, /* Document was found at a different URI */ enumerator
290 # define HTTP_STATUS_MOVED_TEMPORARILY HTTP_STATUS_FOUND /* Renamed in RFC 7231 */
Dhttp-support.c1506 case HTTP_STATUS_FOUND : in _httpStatus()