Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dhttpd.c458 smallint content_gzip; member
514 # define content_gzip (G.content_gzip ) macro
516 # define content_gzip 0 macro
1262 if (content_gzip) in send_headers()
1292 IF_FEATURE_HTTPD_GZIP(content_gzip = 0;) in send_headers_and_exit()
1745 if (content_gzip) { in send_file_and_exit()
1756 IF_FEATURE_HTTPD_GZIP(content_gzip = 0;) in send_file_and_exit()
1857 || content_gzip /* we are sending compressed page: can't do ranges */ ///why? in send_file_and_exit()
2536 content_gzip = 1; in handle_incoming_and_exit()