Searched defs:zlib_filefunc_def_s (Results 1 – 1 of 1) sorted by relevance
65 typedef struct zlib_filefunc_def_s struct67 open_file_func zopen_file;68 read_file_func zread_file;69 write_file_func zwrite_file;70 tell_file_func ztell_file;71 seek_file_func zseek_file;72 close_file_func zclose_file;73 testerror_file_func zerror_file;74 voidpf opaque;
Completed in 9 milliseconds