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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c66 * http_wait() - Wait for data available on a connection.
119 static int http_wait(http_t *http, int msec);
1147 return (http_wait(http, msec));
1319 if (!http->blocking && !http_wait(http, 1000))
2090 * 'http_wait()' - Wait for data available on a connection.
2094 http_wait(http_t *http, /* I - HTTP data */ function
2105 DEBUG_printf(("http_wait(http=%p, msec=%d)\n", http, msec));

Completed in 54 milliseconds