Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c955 if (http->state == HTTP_POST_RECV) in httpRead()
1091 if (http->state == HTTP_POST_RECV) in httpRead()
1181 if (http->state == HTTP_POST_RECV) in httpWrite()
1256 if (http->state == HTTP_POST_RECV) in httpWrite()
1618 case HTTP_POST_RECV : in httpUpdate()
H A Dhttp.h112 HTTP_POST_RECV, /* POST command, receiving data */ enumerator