Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c924 if (http->data_encoding == HTTP_ENCODE_CHUNKED && in httpRead()
952 if (http->data_encoding == HTTP_ENCODE_CHUNKED) in httpRead()
964 http->data_encoding = HTTP_ENCODE_LENGTH; in httpRead()
1086 if (http->data_encoding == HTTP_ENCODE_CHUNKED) in httpRead()
1089 if (http->data_encoding != HTTP_ENCODE_CHUNKED) in httpRead()
1167 if (http->data_encoding == HTTP_ENCODE_CHUNKED) in httpWrite()
1239 if (http->data_encoding == HTTP_ENCODE_LENGTH) in httpWrite()
1243 if (http->data_encoding == HTTP_ENCODE_CHUNKED) in httpWrite()
1247 if (http->data_remaining == 0 && http->data_encoding == HTTP_ENCODE_LENGTH) in httpWrite()
1930 http->data_encoding = HTTP_ENCODE_CHUNKED; in httpGetLength()
[all …]
H A Dhttp.h313 http_encoding_t data_encoding; /* Chunked or not */ member