Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h363 HTTP_URI_STATUS_MISSING_SCHEME, /* Missing scheme in URI (warning) */ enumerator
377 # define HTTP_URI_MISSING_SCHEME HTTP_URI_STATUS_MISSING_SCHEME
Dtesthttp.c123 { HTTP_URI_STATUS_MISSING_SCHEME, "/path/to/file/index.html",
126 { HTTP_URI_STATUS_MISSING_SCHEME, "//server/ipp",
Dhttp-support.c1001 status = HTTP_URI_STATUS_MISSING_SCHEME; in httpSeparateURI()
1010 status = HTTP_URI_STATUS_MISSING_SCHEME; in httpSeparateURI()
1634 case HTTP_URI_STATUS_MISSING_SCHEME : in httpURIStatusString()