Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtesthttp.c183 { HTTP_URI_STATUS_BAD_RESOURCE, "http://server/index.html%",
186 { HTTP_URI_STATUS_BAD_RESOURCE, "http://server/index with spaces.html",
Dhttp.h357 HTTP_URI_STATUS_BAD_RESOURCE = -6, /* Bad resource in URI (error) */ enumerator
371 # define HTTP_URI_BAD_RESOURCE HTTP_URI_STATUS_BAD_RESOURCE
Dhttp-support.c1297 return (HTTP_URI_STATUS_BAD_RESOURCE); in httpSeparateURI()
1466 case HTTP_URI_STATUS_BAD_RESOURCE : in httpURIStatusString()