Lines Matching refs:HTTP_STATUS_CONTINUE
2922 if (http->status == HTTP_STATUS_CONTINUE) in _httpUpdate()
2942 *status = HTTP_STATUS_CONTINUE; in _httpUpdate()
3085 return (HTTP_STATUS_CONTINUE); in httpUpdate()
3097 if (http->error == EPIPE && http->status > HTTP_STATUS_CONTINUE) in httpUpdate()
3488 if (!http || status < HTTP_STATUS_CONTINUE) in httpWriteResponse()
3568 if (status != HTTP_STATUS_CONTINUE) in httpWriteResponse()
3630 if (status == HTTP_STATUS_CONTINUE || in httpWriteResponse()
3964 http->status = HTTP_STATUS_CONTINUE; in http_create()
4361 http->status = HTTP_STATUS_CONTINUE; in http_send()
4408 if (http->expect == HTTP_STATUS_CONTINUE && http->mode == _HTTP_MODE_CLIENT && in http_send()
4592 while (httpUpdate(http) == HTTP_STATUS_CONTINUE); in http_tls_upgrade()