Lines Matching refs:FILE
6 /*--- Private header file for the library. ---*/
11 This file is a part of bzip2 and/or libbzip2, a program and
78 /*--- Public header file for the library. ---*/
83 This file is a part of bzip2 and/or libbzip2, a program and
189 /* Need a definitition for FILE */
256 FILE* f,
284 FILE* f,
1304 This file is a part of bzip2 and/or libbzip2, a program and
1984 This file is a part of bzip2 and/or libbzip2, a program and
2036 To get some idea how the block sorting algorithms in this file
2041 file implements the algorithm called cache in the paper.
3124 This file is a part of bzip2 and/or libbzip2, a program and
3368 This file is a part of bzip2 and/or libbzip2, a program and
3426 0.9.0a/b -- no changes in this file.
4084 This file is a part of bzip2 and/or libbzip2, a program and
4207 This file is a part of bzip2 and/or libbzip2, a program and
4352 This file is a part of bzip2 and/or libbzip2, a program and
4410 0.9.0a/b -- no changes in this file.
5218 /*--- File I/O stuff ---*/
5229 FILE* handle;
5241 static Bool myfeof ( FILE* f )
5253 FILE* f,
5424 FILE* f,
5714 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY)
5716 # define SET_BINARY_MODE(file)
5730 FILE *fp = NULL;
5792 open file for read or write.
5793 ex) bzopen("file","w9")
5853 FILE *fp = ((bzFile *)b)->handle;
5917 and the program will read the specified file, compress it (in memory),
5924 incredibly slow. A file of size eg 5KB will cause it to run for