Home
last modified time | relevance | path

Searched refs:http_wait (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c117 static int http_wait(http_t *http, int msec);
1145 return (http_wait(http, msec)); in httpWait()
1317 if (!http->blocking && !http_wait(http, 1000)) in httpGets()
2092 http_wait(http_t *http, /* I - HTTP data */ in http_wait() function