Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h359 HTTP_URI_STATUS_OVERFLOW = -8, /* URI buffer for httpAssembleURI is too small */ enumerator
373 # define HTTP_URI_OVERFLOW HTTP_URI_STATUS_OVERFLOW
Dhttp-support.c419 return (HTTP_URI_STATUS_OVERFLOW); in httpAssembleURI()
476 return (HTTP_URI_STATUS_OVERFLOW); in httpAssembleURIf()
1606 case HTTP_URI_STATUS_OVERFLOW : in httpURIStatusString()