Searched refs:http_status_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h237 } http_status_t; typedef in typeref:enum:__anon4293
306 http_status_t status; /* Status of last request */
328 http_status_t expect; /* Expect: header */
382 extern const char *httpStatus(http_status_t status);
384 extern http_status_t httpUpdate(http_t *http);
H A Dhttp-support.c256 httpStatus(http_status_t status) /* I - HTTP status code */
H A Dhttp.c1551 http_status_t /* O - HTTP status */
1643 http->status = (http_status_t)status;
1665 http->expect = (http_status_t)atoi(value);
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dpapi_impl.h101 extern papi_status_t http_to_papi_status(http_status_t status);
H A Dipp-support.c48 http_to_papi_status(http_status_t status)
358 http_status_t status;
561 http_status_t status = HTTP_CONTINUE;
H A Djob.c433 http_status_t status = HTTP_CONTINUE;

Completed in 83 milliseconds