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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h327 fd_set *input_set; /* select() set for httpWait() */
399 extern int httpWait(http_t *http, int msec);
H A Dhttp.c50 * httpWait() - Wait for data available on a connection.
296 return (httpWait(http, 0));
979 if (!http->blocking && !httpWait(http, 1000))
1045 if (!http->blocking && !httpWait(http, 1000))
1053 if (!http->blocking && !httpWait(http, 1000))
1126 * 'httpWait()' - Wait for data available on a connection.
1130 httpWait(http_t *http, /* I - HTTP data */ function
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Djob.c452 httpWait(svc->connection, 1000);

Completed in 64 milliseconds