Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h354 HTTP_URI_STATUS_OVERFLOW = -8, /* URI buffer for httpAssembleURI is too small */ enumerator
368 # define HTTP_URI_OVERFLOW HTTP_URI_STATUS_OVERFLOW
Dhttp-support.c415 return (HTTP_URI_STATUS_OVERFLOW); in httpAssembleURI()
472 return (HTTP_URI_STATUS_OVERFLOW); in httpAssembleURIf()
1607 case HTTP_URI_STATUS_OVERFLOW : in httpURIStatusString()