Home | History | Annotate | Download | only in src

Lines Matching full:compressed

372 /* bzip() a data to a file, returning the total number of compressed bytes
373 * in the file. Returns -1 if file could not be compressed. */
502 * If the file is bzip compressed map_file will uncompress
507 int *compressed)
537 *compressed = 1;
547 *compressed = 0;
929 int compressed;
962 if ((hll_data_len = map_file(sh, hll_path, &hll_data, &compressed)) <= 0) {
1524 int compressed = 0;
1530 if ((data_len = map_file(sh, install_filename, &data, &compressed)) <= 0) {
1545 if (compressed) {
1548 ERR(sh, "Compressed module does not have a valid extension.");
1591 int compressed;
1641 _data_len = map_file(sh, input_file, &_data, &compressed);