Searched refs:HTTP_CONTINUE (Results 1 – 5 of 5) sorted by relevance
628 http->status = HTTP_CONTINUE; in httpReconnect()1568 return (HTTP_CONTINUE); in httpUpdate()1590 if (http->status == HTTP_CONTINUE) in httpUpdate()1610 return (HTTP_CONTINUE); in httpUpdate()1694 if (http->error == EPIPE && http->status > HTTP_CONTINUE) in httpUpdate()1709 return (HTTP_CONTINUE); in httpUpdate()2049 http->status = HTTP_CONTINUE; in http_send()2224 while (httpUpdate(&myhttp) == HTTP_CONTINUE); in http_upgrade()
260 case HTTP_CONTINUE : in httpStatus()
195 HTTP_CONTINUE = 100, /* Everything OK, keep going... */ enumerator
561 http_status_t status = HTTP_CONTINUE; in ipp_send_request_with_file()584 while (status == HTTP_CONTINUE) in ipp_send_request_with_file()
433 http_status_t status = HTTP_CONTINUE; in papiJobStreamClose()447 while (status == HTTP_CONTINUE) in papiJobStreamClose()