Home
last modified time | relevance | path

Searched refs:HTTP_BAD_REQUEST (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-support.c272 case HTTP_BAD_REQUEST : in httpStatus()
H A Dhttp.h211 HTTP_BAD_REQUEST = 400, /* Bad request */ enumerator
H A Dhttp.c1591 if (http->status < HTTP_BAD_REQUEST) in httpUpdate()
2036 if (http->status == HTTP_ERROR || http->status >= HTTP_BAD_REQUEST) in http_send()
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c53 case HTTP_BAD_REQUEST: in http_to_papi_status()