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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c926 if (http->data_encoding == HTTP_ENCODE_CHUNKED &&
954 if (http->data_encoding == HTTP_ENCODE_CHUNKED)
966 http->data_encoding = HTTP_ENCODE_LENGTH;
1088 if (http->data_encoding == HTTP_ENCODE_CHUNKED)
1091 if (http->data_encoding != HTTP_ENCODE_CHUNKED)
1169 if (http->data_encoding == HTTP_ENCODE_CHUNKED)
1241 if (http->data_encoding == HTTP_ENCODE_LENGTH)
1245 if (http->data_encoding == HTTP_ENCODE_CHUNKED)
1249 if (http->data_remaining == 0 && http->data_encoding == HTTP_ENCODE_LENGTH)
1932 http->data_encoding
[all...]
H A Dhttp.h315 http_encoding_t data_encoding; /* Chunked or not */ member in struct:__anon4296

Completed in 49 milliseconds