Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dmapfile66 httpWait ;
H A Dhttp.c294 return (httpWait(http, 0)); in httpCheck()
977 if (!http->blocking && !httpWait(http, 1000)) in httpRead()
1043 if (!http->blocking && !httpWait(http, 1000)) in httpRead()
1051 if (!http->blocking && !httpWait(http, 1000)) in httpRead()
1128 httpWait(http_t *http, /* I - HTTP data */ in httpWait() function
H A Dhttp.h397 extern int httpWait(http_t *http, int msec);
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Djob.c452 httpWait(svc->connection, 1000); in papiJobStreamClose()