Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dfilesys.c457 struct stat *finfo, int *is_compressed) in filesys_read_info_file() argument
465 *is_compressed = 1; in filesys_read_info_file()
473 *is_compressed = 0; in filesys_read_info_file()
H A Dfilesys.h58 struct stat *finfo, int *is_compressed);
H A Dnodes.c1167 int is_compressed; in info_reload_file_buffer_contents() local
1180 &is_compressed); in info_reload_file_buffer_contents()
1181 if (is_compressed) in info_reload_file_buffer_contents()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dhttpd.c771 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
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhttpd.c958 bool is_compressed = false; in isc_httpd_recvdone() local
1026 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()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dobject.cc744 bool is_compressed = ((shdr.get_sh_flags() in build_compressed_section_map() local
746 bool is_zcompressed = (!is_compressed in build_compressed_section_map()
749 if (is_zcompressed || is_compressed) in build_compressed_section_map()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dobject.cc744 bool is_compressed = ((shdr.get_sh_flags() in build_compressed_section_map() local
746 bool is_zcompressed = (!is_compressed in build_compressed_section_map()
749 if (is_zcompressed || is_compressed) in build_compressed_section_map()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.466139 > parameter: is_compressed. All callers changed.