Lines Matching refs:data_encoding

693 …intf(("httpFlushWrite(http=%p) data_encoding=%d", (void *)http, http ? http->data_encoding : 100));  in httpFlushWrite()
702 if (http->data_encoding == HTTP_ENCODING_CHUNKED) in httpFlushWrite()
1583 return (http ? http->data_encoding == HTTP_ENCODING_CHUNKED : 0); in httpIsChunked()
1646 if (http->data_encoding == HTTP_ENCODING_CHUNKED && in httpPeek()
1679 if (http->data_remaining <= 0 && http->data_encoding != HTTP_ENCODING_FIELDS) in httpPeek()
1691 if (http->data_encoding == HTTP_ENCODING_CHUNKED) in httpPeek()
1706 http->data_encoding = HTTP_ENCODING_FIELDS; in httpPeek()
1906 if (http->data_encoding == HTTP_ENCODING_FIELDS) in httpPrintf()
1969 …(void *)http, (void *)buffer, CUPS_LLCAST length, http->coding, http->data_encoding, CUPS_LLCAST h… in httpRead2()
1971 …" CUPS_LLFMT, (void *)http, (void *)buffer, CUPS_LLCAST length, http->data_encoding, CUPS_LLCAST h… in httpRead2()
2041 else if (http->data_encoding == HTTP_ENCODING_CHUNKED) in httpRead2()
2058 http->data_encoding == HTTP_ENCODING_CHUNKED) in httpRead2()
2079 if (http->data_remaining == 0 && http->data_encoding == HTTP_ENCODING_CHUNKED) in httpRead2()
2118 http->data_encoding == HTTP_ENCODING_CHUNKED) in httpRead2()
2137 http->data_encoding == HTTP_ENCODING_LENGTH) || in httpRead2()
2138 (http->data_encoding == HTTP_ENCODING_CHUNKED && bytes == 0))) in httpRead2()
2206 http->data_encoding = HTTP_ENCODING_FIELDS; in httpReadRequest()
2395 http->data_encoding = HTTP_ENCODING_FIELDS; in httpReconnect2()
2755 http->data_encoding != HTTP_ENCODING_FIELDS) in httpSetField()
3342 if (slen > 0 && http->data_encoding == HTTP_ENCODING_CHUNKED) in httpWrite2()
3396 if (http->data_encoding == HTTP_ENCODING_CHUNKED) in httpWrite2()
3405 if (http->data_encoding == HTTP_ENCODING_LENGTH) in httpWrite2()
3415 if ((http->data_encoding == HTTP_ENCODING_CHUNKED && length == 0) || in httpWrite2()
3416 (http->data_encoding == HTTP_ENCODING_LENGTH && http->data_remaining == 0)) in httpWrite2()
3434 if (http->data_encoding == HTTP_ENCODING_CHUNKED) in httpWrite2()
3446 http->data_encoding = HTTP_ENCODING_FIELDS; in httpWrite2()
3557 old_encoding = http->data_encoding; in httpWriteResponse()
3559 http->data_encoding = HTTP_ENCODING_FIELDS; in httpWriteResponse()
3637 http->data_encoding = old_encoding; in httpWriteResponse()
3665 if (http->data_encoding == HTTP_ENCODING_LENGTH && http->data_remaining == 0) in httpWriteResponse()
3725 if (http->data_encoding == HTTP_ENCODING_CHUNKED) in http_content_coding_finish()
4356 http->data_encoding = HTTP_ENCODING_FIELDS; in http_send()
4478 http->data_encoding = HTTP_ENCODING_CHUNKED; in http_set_length()
4484 http->data_encoding = HTTP_ENCODING_LENGTH; in http_set_length()
4600 http->data_encoding = myhttp.data_encoding; in http_tls_upgrade()