Searched refs:http_wait (Results 1 – 1 of 1) sorted by relevance
119 static int http_wait(http_t *http, int msec);1147 return (http_wait(http, msec)); in httpWait()1319 if (!http->blocking && !http_wait(http, 1000)) in httpGets()2094 http_wait(http_t *http, /* I - HTTP data */ in http_wait() function