Searched refs:HTTP_CONTINUE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-support.c260 case HTTP_CONTINUE :
H A Dhttp.c628 http->status = HTTP_CONTINUE;
1568 return (HTTP_CONTINUE);
1585 * If we get status 100 (HTTP_CONTINUE), then we *don't* change states.
1586 * Instead, we just return HTTP_CONTINUE to the caller and keep on
1590 if (http->status == HTTP_CONTINUE)
1610 return (HTTP_CONTINUE);
1694 if (http->error == EPIPE && http->status > HTTP_CONTINUE)
1709 return (HTTP_CONTINUE);
2049 http->status = HTTP_CONTINUE;
2224 while (httpUpdate(&myhttp) == HTTP_CONTINUE);
[all...]
H A Dhttp.h195 HTTP_CONTINUE = 100, /* Everything OK, keep going... */ enumerator in enum:__anon4293
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c561 http_status_t status = HTTP_CONTINUE;
584 while (status == HTTP_CONTINUE)
H A Djob.c433 http_status_t status = HTTP_CONTINUE;
447 while (status == HTTP_CONTINUE)

Completed in 65 milliseconds