OF 312 third_party/libpng/pngconf.h #ifdef OF /* zlib prototype munger */ OF 313 third_party/libpng/pngconf.h # define PNGARG(arglist) OF(arglist) OF 200 third_party/sqlite/src/src/parse.y QUERY KEY OF OFFSET PRAGMA RAISE RELEASE REPLACE RESTRICT ROW ROLLBACK OF 1192 third_party/sqlite/src/src/parse.y trigger_time(A) ::= INSTEAD OF. { A = TK_INSTEAD;} OF 1199 third_party/sqlite/src/src/parse.y trigger_event(A) ::= UPDATE OF inscollist(X). {A.a = TK_UPDATE; A.b = X;} OF 75 third_party/zlib/contrib/minizip/ioapi.c static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode)); OF 76 third_party/zlib/contrib/minizip/ioapi.c static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size)); OF 77 third_party/zlib/contrib/minizip/ioapi.c static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong size)); OF 78 third_party/zlib/contrib/minizip/ioapi.c static ZPOS64_T ZCALLBACK ftell64_file_func OF((voidpf opaque, voidpf stream)); OF 79 third_party/zlib/contrib/minizip/ioapi.c static long ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)); OF 80 third_party/zlib/contrib/minizip/ioapi.c static int ZCALLBACK fclose_file_func OF((voidpf opaque, voidpf stream)); OF 81 third_party/zlib/contrib/minizip/ioapi.c static int ZCALLBACK ferror_file_func OF((voidpf opaque, voidpf stream)); OF 166 third_party/zlib/contrib/minizip/ioapi.h void fill_fopen64_filefunc OF((zlib_filefunc64_def* pzlib_filefunc_def)); OF 167 third_party/zlib/contrib/minizip/ioapi.h void fill_fopen_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def)); OF 186 third_party/zlib/contrib/minizip/ioapi.h voidpf call_zopen64 OF((const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode)); OF 187 third_party/zlib/contrib/minizip/ioapi.h long call_zseek64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin)); OF 188 third_party/zlib/contrib/minizip/ioapi.h ZPOS64_T call_ztell64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream)); OF 28 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode)); OF 29 third_party/zlib/contrib/minizip/iowin32.c uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size)); OF 30 third_party/zlib/contrib/minizip/iowin32.c uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); OF 31 third_party/zlib/contrib/minizip/iowin32.c ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream)); OF 32 third_party/zlib/contrib/minizip/iowin32.c long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)); OF 33 third_party/zlib/contrib/minizip/iowin32.c int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream)); OF 34 third_party/zlib/contrib/minizip/iowin32.c int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream)); OF 21 third_party/zlib/contrib/minizip/iowin32.h void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def)); OF 22 third_party/zlib/contrib/minizip/iowin32.h void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def)); OF 23 third_party/zlib/contrib/minizip/iowin32.h void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def)); OF 24 third_party/zlib/contrib/minizip/iowin32.h void fill_win32_filefunc64W OF((zlib_filefunc64_def* pzlib_filefunc_def)); OF 207 third_party/zlib/contrib/minizip/unzip.c local int unz64local_getByte OF(( OF 234 third_party/zlib/contrib/minizip/unzip.c local int unz64local_getShort OF(( OF 261 third_party/zlib/contrib/minizip/unzip.c local int unz64local_getLong OF(( OF 296 third_party/zlib/contrib/minizip/unzip.c local int unz64local_getLong64 OF(( OF 412 third_party/zlib/contrib/minizip/unzip.c local ZPOS64_T unz64local_SearchCentralDir OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream)); OF 474 third_party/zlib/contrib/minizip/unzip.c local ZPOS64_T unz64local_SearchCentralDir64 OF(( OF 868 third_party/zlib/contrib/minizip/unzip.c local int unz64local_GetCurrentFileInfoInternal OF((unzFile file, OF 153 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1, OF 166 third_party/zlib/contrib/minizip/unzip.h extern unzFile ZEXPORT unzOpen OF((const char *path)); OF 167 third_party/zlib/contrib/minizip/unzip.h extern unzFile ZEXPORT unzOpen64 OF((const void *path)); OF 184 third_party/zlib/contrib/minizip/unzip.h extern unzFile ZEXPORT unzOpen2 OF((const char *path, OF 191 third_party/zlib/contrib/minizip/unzip.h extern unzFile ZEXPORT unzOpen2_64 OF((const void *path, OF 198 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzClose OF((unzFile file)); OF 205 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzGetGlobalInfo OF((unzFile file, OF 208 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzGetGlobalInfo64 OF((unzFile file, OF 216 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzGetGlobalComment OF((unzFile file, OF 229 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzGoToFirstFile OF((unzFile file)); OF 235 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzGoToNextFile OF((unzFile file)); OF 242 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzLocateFile OF((unzFile file, OF 288 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzGetCurrentFileInfo64 OF((unzFile file, OF 297 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzGetCurrentFileInfo OF((unzFile file, OF 321 third_party/zlib/contrib/minizip/unzip.h extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64 OF((unzFile file)); OF 331 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzOpenCurrentFile OF((unzFile file)); OF 337 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzOpenCurrentFilePassword OF((unzFile file, OF 345 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzOpenCurrentFile2 OF((unzFile file, OF 358 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzOpenCurrentFile3 OF((unzFile file, OF 373 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzCloseCurrentFile OF((unzFile file)); OF 379 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzReadCurrentFile OF((unzFile file, OF 393 third_party/zlib/contrib/minizip/unzip.h extern z_off_t ZEXPORT unztell OF((unzFile file)); OF 395 third_party/zlib/contrib/minizip/unzip.h extern ZPOS64_T ZEXPORT unztell64 OF((unzFile file)); OF 400 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzeof OF((unzFile file)); OF 405 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzGetLocalExtrafield OF((unzFile file, OF 286 third_party/zlib/contrib/minizip/zip.c local int zip64local_putValue OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte)); OF 310 third_party/zlib/contrib/minizip/zip.c local void zip64local_putValue_inmemory OF((void* dest, ZPOS64_T x, int nbByte)); OF 347 third_party/zlib/contrib/minizip/zip.c local int zip64local_getByte OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, int *pi)); OF 371 third_party/zlib/contrib/minizip/zip.c local int zip64local_getShort OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX)); OF 393 third_party/zlib/contrib/minizip/zip.c local int zip64local_getLong OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX)); OF 423 third_party/zlib/contrib/minizip/zip.c local int zip64local_getLong64 OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX)); OF 478 third_party/zlib/contrib/minizip/zip.c local ZPOS64_T zip64local_SearchCentralDir OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream)); OF 540 third_party/zlib/contrib/minizip/zip.c local ZPOS64_T zip64local_SearchCentralDir64 OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream)); OF 116 third_party/zlib/contrib/minizip/zip.h extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append)); OF 117 third_party/zlib/contrib/minizip/zip.h extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append)); OF 137 third_party/zlib/contrib/minizip/zip.h extern zipFile ZEXPORT zipOpen2 OF((const char *pathname, OF 142 third_party/zlib/contrib/minizip/zip.h extern zipFile ZEXPORT zipOpen2_64 OF((const void *pathname, OF 147 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file, OF 158 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipOpenNewFileInZip64 OF((zipFile file, OF 187 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile file, OF 200 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipOpenNewFileInZip2_64 OF((zipFile file, OF 216 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipOpenNewFileInZip3 OF((zipFile file, OF 233 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipOpenNewFileInZip3_64 OF((zipFile file, OF 259 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipOpenNewFileInZip4 OF((zipFile file, OF 280 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipOpenNewFileInZip4_64 OF((zipFile file, OF 307 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipWriteInFileInZip OF((zipFile file, OF 314 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipCloseFileInZip OF((zipFile file)); OF 319 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipCloseFileInZipRaw OF((zipFile file, OF 323 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipCloseFileInZipRaw64 OF((zipFile file, OF 333 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipClose OF((zipFile file, OF 340 third_party/zlib/contrib/minizip/zip.h extern int ZEXPORT zipRemoveExtraInfoBlock OF((char* pData, int* dataLen, short sHeader)); OF 58 third_party/zlib/crc32.c local unsigned long crc32_little OF((unsigned long, OF 60 third_party/zlib/crc32.c local unsigned long crc32_big OF((unsigned long, OF 68 third_party/zlib/crc32.c local unsigned long gf2_matrix_times OF((unsigned long *mat, OF 70 third_party/zlib/crc32.c local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat)); OF 78 third_party/zlib/crc32.c local void make_crc_table OF((void)); OF 80 third_party/zlib/crc32.c local void write_table OF((FILE *, const unsigned long FAR *)); OF 77 third_party/zlib/deflate.c local void fill_window OF((deflate_state *s)); OF 78 third_party/zlib/deflate.c local block_state deflate_stored OF((deflate_state *s, int flush, int clas)); OF 79 third_party/zlib/deflate.c local block_state deflate_fast OF((deflate_state *s, int flush, int clas)); OF 81 third_party/zlib/deflate.c local block_state deflate_slow OF((deflate_state *s, int flush, int clas)); OF 83 third_party/zlib/deflate.c local block_state deflate_rle OF((deflate_state *s, int flush)); OF 84 third_party/zlib/deflate.c local block_state deflate_huff OF((deflate_state *s, int flush)); OF 85 third_party/zlib/deflate.c local void lm_init OF((deflate_state *s)); OF 86 third_party/zlib/deflate.c local void putShortMSB OF((deflate_state *s, uInt b)); OF 87 third_party/zlib/deflate.c local void flush_pending OF((z_streamp strm)); OF 88 third_party/zlib/deflate.c local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); OF 90 third_party/zlib/deflate.c void match_init OF((void)); /* asm code initialization */ OF 91 third_party/zlib/deflate.c uInt longest_match OF((deflate_state *s, IPos cur_match, int clas)); OF 93 third_party/zlib/deflate.c local uInt longest_match OF((deflate_state *s, IPos cur_match, int clas)); OF 97 third_party/zlib/deflate.c local void check_match OF((deflate_state *s, IPos start, IPos match, OF 298 third_party/zlib/deflate.h void ZLIB_INTERNAL _tr_init OF((deflate_state *s)); OF 299 third_party/zlib/deflate.h int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); OF 300 third_party/zlib/deflate.h void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, OF 302 third_party/zlib/deflate.h void ZLIB_INTERNAL _tr_align OF((deflate_state *s)); OF 303 third_party/zlib/deflate.h void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf, OF 46 third_party/zlib/gzguts.h extern voidp malloc OF((uInt size)); OF 47 third_party/zlib/gzguts.h extern void free OF((voidpf ptr)); OF 65 third_party/zlib/gzguts.h ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); OF 66 third_party/zlib/gzguts.h ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); OF 67 third_party/zlib/gzguts.h ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); OF 68 third_party/zlib/gzguts.h ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile)); OF 119 third_party/zlib/gzguts.h void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *)); OF 121 third_party/zlib/gzguts.h char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error)); OF 130 third_party/zlib/gzguts.h unsigned ZLIB_INTERNAL gz_intmax OF((void)); OF 17 third_party/zlib/gzlib.c local void gz_reset OF((gz_statep)); OF 18 third_party/zlib/gzlib.c local gzFile gz_open OF((const char *, int, const char *)); OF 9 third_party/zlib/gzread.c local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *)); OF 10 third_party/zlib/gzread.c local int gz_avail OF((gz_statep)); OF 11 third_party/zlib/gzread.c local int gz_next4 OF((gz_statep, unsigned long *)); OF 12 third_party/zlib/gzread.c local int gz_head OF((gz_statep)); OF 13 third_party/zlib/gzread.c local int gz_decomp OF((gz_statep)); OF 14 third_party/zlib/gzread.c local int gz_make OF((gz_statep)); OF 15 third_party/zlib/gzread.c local int gz_skip OF((gz_statep, z_off64_t)); OF 9 third_party/zlib/gzwrite.c local int gz_init OF((gz_statep)); OF 10 third_party/zlib/gzwrite.c local int gz_comp OF((gz_statep, int)); OF 11 third_party/zlib/gzwrite.c local int gz_zero OF((gz_statep, z_off64_t)); OF 19 third_party/zlib/infback.c local void fixedtables OF((struct inflate_state FAR *state)); OF 11 third_party/zlib/inffast.h void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start)); OF 95 third_party/zlib/inflate.c local void fixedtables OF((struct inflate_state FAR *state)); OF 96 third_party/zlib/inflate.c local int updatewindow OF((z_streamp strm, unsigned out)); OF 98 third_party/zlib/inflate.c void makefixed OF((void)); OF 100 third_party/zlib/inflate.c local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf, OF 60 third_party/zlib/inftrees.h int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens, OF 143 third_party/zlib/trees.c local void tr_static_init OF((void)); OF 144 third_party/zlib/trees.c local void init_block OF((deflate_state *s)); OF 145 third_party/zlib/trees.c local void pqdownheap OF((deflate_state *s, ct_data *tree, int k)); OF 146 third_party/zlib/trees.c local void gen_bitlen OF((deflate_state *s, tree_desc *desc)); OF 147 third_party/zlib/trees.c local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); OF 148 third_party/zlib/trees.c local void build_tree OF((deflate_state *s, tree_desc *desc)); OF 149 third_party/zlib/trees.c local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code)); OF 150 third_party/zlib/trees.c local void send_tree OF((deflate_state *s, ct_data *tree, int max_code)); OF 151 third_party/zlib/trees.c local int build_bl_tree OF((deflate_state *s)); OF 152 third_party/zlib/trees.c local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes, OF 154 third_party/zlib/trees.c local void compress_block OF((deflate_state *s, ct_data *ltree, OF 156 third_party/zlib/trees.c local int detect_data_type OF((deflate_state *s)); OF 157 third_party/zlib/trees.c local unsigned bi_reverse OF((unsigned value, int length)); OF 158 third_party/zlib/trees.c local void bi_windup OF((deflate_state *s)); OF 159 third_party/zlib/trees.c local void bi_flush OF((deflate_state *s)); OF 160 third_party/zlib/trees.c local void copy_block OF((deflate_state *s, charf *buf, unsigned len, OF 164 third_party/zlib/trees.c local void gen_trees_header OF((void)); OF 191 third_party/zlib/trees.c local void send_bits OF((deflate_state *s, int value, int length)); OF 241 third_party/zlib/zconf.h #ifndef OF /* function prototypes */ OF 221 third_party/zlib/zlib.h ZEXTERN const char * ZEXPORT zlibVersion OF((void)); OF 251 third_party/zlib/zlib.h ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); OF 357 third_party/zlib/zlib.h ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); OF 396 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); OF 504 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm)); OF 583 third_party/zlib/zlib.h ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, OF 622 third_party/zlib/zlib.h ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, OF 640 third_party/zlib/zlib.h ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); OF 651 third_party/zlib/zlib.h ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, OF 672 third_party/zlib/zlib.h ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm, OF 689 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, OF 699 third_party/zlib/zlib.h ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm, OF 715 third_party/zlib/zlib.h ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm, OF 789 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm, OF 811 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm)); OF 826 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest, OF 842 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm)); OF 852 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateReset2 OF((z_streamp strm, OF 864 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm, OF 885 third_party/zlib/zlib.h ZEXTERN long ZEXPORT inflateMark OF((z_streamp strm)); OF 913 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm, OF 978 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm, OF 1047 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm)); OF 1055 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); OF 1107 third_party/zlib/zlib.h ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, OF 1121 third_party/zlib/zlib.h ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, OF 1137 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); OF 1144 third_party/zlib/zlib.h ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen, OF 1195 third_party/zlib/zlib.h ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); OF 1214 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); OF 1231 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); OF 1240 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); OF 1256 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzwrite OF((gzFile file, OF 1264 third_party/zlib/zlib.h ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...)); OF 1279 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); OF 1287 third_party/zlib/zlib.h ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len)); OF 1300 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); OF 1306 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzgetc OF((gzFile file)); OF 1312 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file)); OF 1324 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush)); OF 1359 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzrewind OF((gzFile file)); OF 1387 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzeof OF((gzFile file)); OF 1402 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzdirect OF((gzFile file)); OF 1418 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzclose OF((gzFile file)); OF 1430 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzclose_r OF((gzFile file)); OF 1431 third_party/zlib/zlib.h ZEXTERN int ZEXPORT gzclose_w OF((gzFile file)); OF 1442 third_party/zlib/zlib.h ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum)); OF 1458 third_party/zlib/zlib.h ZEXTERN void ZEXPORT gzclearerr OF((gzFile file)); OF 1474 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len)); OF 1503 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); OF 1537 third_party/zlib/zlib.h ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level, OF 1539 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm, OF 1541 third_party/zlib/zlib.h ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method, OF 1545 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int windowBits, OF 1547 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits, OF 1571 third_party/zlib/zlib.h ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); OF 1572 third_party/zlib/zlib.h ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); OF 1573 third_party/zlib/zlib.h ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); OF 1574 third_party/zlib/zlib.h ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile)); OF 1575 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t)); OF 1576 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t)); OF 1605 third_party/zlib/zlib.h ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); OF 1606 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)); OF 1607 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile)); OF 1608 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzoffset64 OF((gzFile)); OF 1609 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); OF 1610 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); OF 1612 third_party/zlib/zlib.h ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *)); OF 1613 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int)); OF 1614 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gztell OF((gzFile)); OF 1615 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile)); OF 1616 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); OF 1617 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); OF 1620 third_party/zlib/zlib.h ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *)); OF 1621 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int)); OF 1622 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gztell OF((gzFile)); OF 1623 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile)); OF 1624 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); OF 1625 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); OF 1634 third_party/zlib/zlib.h ZEXTERN const char * ZEXPORT zError OF((int)); OF 1635 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateSyncPoint OF((z_streamp)); OF 1636 third_party/zlib/zlib.h ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); OF 1637 third_party/zlib/zlib.h ZEXTERN int ZEXPORT inflateUndermine OF((z_streamp, int)); OF 295 third_party/zlib/zutil.c extern voidp malloc OF((uInt size)); OF 296 third_party/zlib/zutil.c extern voidp calloc OF((uInt items, uInt size)); OF 297 third_party/zlib/zutil.c extern void free OF((voidpf ptr)); OF 179 third_party/zlib/zutil.h ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); OF 180 third_party/zlib/zutil.h ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); OF 254 third_party/zlib/zutil.h void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); OF 255 third_party/zlib/zutil.h int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); OF 256 third_party/zlib/zutil.h void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len)); OF 263 third_party/zlib/zutil.h extern void ZLIB_INTERNAL z_error OF((char *m)); OF 280 third_party/zlib/zutil.h voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, OF 282 third_party/zlib/zutil.h void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));