Searched refs:httpWait (Results 1 – 4 of 4) sorted by relevance
66 httpWait ;
296 return (httpWait(http, 0)); in httpCheck()979 if (!http->blocking && !httpWait(http, 1000)) in httpRead()1045 if (!http->blocking && !httpWait(http, 1000)) in httpRead()1053 if (!http->blocking && !httpWait(http, 1000)) in httpRead()1130 httpWait(http_t *http, /* I - HTTP data */ in httpWait() function
399 extern int httpWait(http_t *http, int msec);
452 httpWait(svc->connection, 1000); in papiJobStreamClose()