Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/print/libhttp-core/common/
H A Dmapfile66 httpWait ;
H A Dhttp.c296 return (httpWait(http, 0)); in httpCheck()
979 if (!http->blocking && !httpWait(http, 1000)) in httpRead()
1045 if (!http->blocking && !httpWait(http, 1000)) in httpRead()
1053 if (!http->blocking && !httpWait(http, 1000)) in httpRead()
1130 httpWait(http_t *http, /* I - HTTP data */ in httpWait() function
H A Dhttp.h399 extern int httpWait(http_t *http, int msec);
/titanic_41/usr/src/lib/print/libpapi-ipp/common/
H A Djob.c452 httpWait(svc->connection, 1000); in papiJobStreamClose()