Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c958 http->state = HTTP_WAITING; in httpRead()
1094 http->state = HTTP_WAITING; in httpRead()
1186 http->state = HTTP_WAITING; in httpWrite()
1261 http->state = HTTP_WAITING; in httpWrite()
1565 if (http->state == HTTP_WAITING) in httpUpdate()
1625 http->state = HTTP_WAITING; in httpUpdate()
H A Dhttp.h106 HTTP_WAITING, /* Waiting for command */ enumerator