Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h154 HTTP_ENCODE_LENGTH, /* Data is sent with Content-Length */ enumerator
H A Dhttp.c966 http->data_encoding = HTTP_ENCODE_LENGTH; in httpRead()
1241 if (http->data_encoding == HTTP_ENCODE_LENGTH) in httpWrite()
1249 if (http->data_remaining == 0 && http->data_encoding == HTTP_ENCODE_LENGTH) in httpWrite()
1937 http->data_encoding = HTTP_ENCODE_LENGTH; in httpGetLength()