Home | History | Annotate | Download | only in cups

Lines Matching refs:HTTP_STATUS_CONTINUE

922  * returns the expected HTTP status code, typically @code HTTP_STATUS_CONTINUE@.
2627 * Currently only @code HTTP_STATUS_CONTINUE@ is supported for the "expect"
2636 (@code HTTP_STATUS_CONTINUE@) */
2917 * If we get status 100 (HTTP_STATUS_CONTINUE), then we *don't* change
2918 * states. Instead, we just return HTTP_STATUS_CONTINUE to the caller and
2922 if (http->status == HTTP_STATUS_CONTINUE)
2942 *status = HTTP_STATUS_CONTINUE;
3085 return (HTTP_STATUS_CONTINUE);
3097 if (http->error == EPIPE && http->status > HTTP_STATUS_CONTINUE)
3488 if (!http || status < HTTP_STATUS_CONTINUE)
3568 if (status != HTTP_STATUS_CONTINUE)
3630 if (status == HTTP_STATUS_CONTINUE ||
3964 http->status = HTTP_STATUS_CONTINUE;
4361 http->status = HTTP_STATUS_CONTINUE;
4408 if (http->expect == HTTP_STATUS_CONTINUE && http->mode == _HTTP_MODE_CLIENT &&
4592 while (httpUpdate(http) == HTTP_STATUS_CONTINUE);