Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c964 http->data_encoding = HTTP_ENCODE_LENGTH; in httpRead()
1239 if (http->data_encoding == HTTP_ENCODE_LENGTH) in httpWrite()
1247 if (http->data_remaining == 0 && http->data_encoding == HTTP_ENCODE_LENGTH) in httpWrite()
1935 http->data_encoding = HTTP_ENCODE_LENGTH; in httpGetLength()
H A Dhttp.h152 HTTP_ENCODE_LENGTH, /* Data is sent with Content-Length */ enumerator