Home
last modified time | relevance | path

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

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