Searched refs:is_compressed (Results 1 – 8 of 8) sorted by relevance
457 struct stat *finfo, int *is_compressed) in filesys_read_info_file() argument465 *is_compressed = 1; in filesys_read_info_file()473 *is_compressed = 0; in filesys_read_info_file()
58 struct stat *finfo, int *is_compressed);
1167 int is_compressed; in info_reload_file_buffer_contents() local1180 &is_compressed); in info_reload_file_buffer_contents()1181 if (is_compressed) in info_reload_file_buffer_contents()
771 bool is_compressed = false; in httpd_compress() 816 is_compressed = true; in prepare_response() 846 if (is_compressed) { in prepare_response() 861 if (is_compressed) { in prepare_response() 790 bool is_compressed = false; prepare_response() local
958 bool is_compressed = false; in isc_httpd_recvdone() local1026 is_compressed = true; in isc_httpd_recvdone()1053 if (is_compressed) { in isc_httpd_recvdone()1073 databuffer = (is_compressed ? &httpd->compbuffer : &httpd->bodybuffer); in isc_httpd_recvdone()
744 bool is_compressed = ((shdr.get_sh_flags() in build_compressed_section_map() local746 bool is_zcompressed = (!is_compressed in build_compressed_section_map()749 if (is_zcompressed || is_compressed) in build_compressed_section_map()
6139 > parameter: is_compressed. All callers changed.