Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c957 if (http->state == HTTP_POST_RECV) in httpRead()
1093 if (http->state == HTTP_POST_RECV) in httpRead()
1183 if (http->state == HTTP_POST_RECV) in httpWrite()
1258 if (http->state == HTTP_POST_RECV) in httpWrite()
1620 case HTTP_POST_RECV : in httpUpdate()
H A Dhttp.h114 HTTP_POST_RECV, /* POST command, receiving data */ enumerator