Home
last modified time | relevance | path

Searched refs:HTTP_CONTINUE (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-support.c258 case HTTP_CONTINUE : in httpStatus()
H A Dhttp.c626 http->status = HTTP_CONTINUE; in httpReconnect()
1566 return (HTTP_CONTINUE); in httpUpdate()
1588 if (http->status == HTTP_CONTINUE) in httpUpdate()
1608 return (HTTP_CONTINUE); in httpUpdate()
1692 if (http->error == EPIPE && http->status > HTTP_CONTINUE) in httpUpdate()
1707 return (HTTP_CONTINUE); in httpUpdate()
2047 http->status = HTTP_CONTINUE; in http_send()
2222 while (httpUpdate(&myhttp) == HTTP_CONTINUE); in http_upgrade()
H A Dhttp.h193 HTTP_CONTINUE = 100, /* Everything OK, keep going... */ enumerator
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c561 http_status_t status = HTTP_CONTINUE; in ipp_send_request_with_file()
584 while (status == HTTP_CONTINUE) in ipp_send_request_with_file()
H A Djob.c433 http_status_t status = HTTP_CONTINUE; in papiJobStreamClose()
447 while (status == HTTP_CONTINUE) in papiJobStreamClose()