/ast/src/lib/libz/ |
H A D | inffast.h | 11 void inflate_fast OF((z_streamp strm, unsigned start));
|
H A D | zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 78 typedef void (*free_func) OF((voidpf opaque, voidpf address)); 212 ZEXTERN const char * ZEXPORT zlibVersion OF((void)); 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm)); 363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); 462 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm)); 480 ZEXTERN int ZEXPORT deflateInit2 OF((z_stream [all...] |
H A D | inftrees.h | 53 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
|
H A D | minigzip.c | 54 extern int unlink OF((const char *)); 74 void error OF((const char *msg)); 75 void gz_compress OF((FILE *in, gzFile out)); 77 int gz_compress_mmap OF((FILE *in, gzFile out)); 79 void gz_uncompress OF((gzFile in, FILE *out)); 80 void file_compress OF((char *file, char *mode)); 81 void file_uncompress OF((char *file)); 82 int main OF((int argc, char *argv[]));
|
H A D | crc32.c | 58 local unsigned long crc32_little OF((unsigned long, 60 local unsigned long crc32_big OF((unsigned long, 68 local unsigned long gf2_matrix_times OF((unsigned long *mat, 70 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat)); 76 local void make_crc_table OF((void)); 78 local void write_table OF((FILE *, const unsigned long FAR *));
|
H A D | zutil.h | 235 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 237 extern void zmemzero OF((Bytef* dest, uInt len)); 244 extern void z_error OF((char *m)); 261 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size)); 262 void zcfree OF((voidpf opaque, voidpf ptr));
|
H A D | deflate.h | 282 void _tr_init OF((deflate_state *s)); 283 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); 284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 286 void _tr_align OF((deflate_state *s)); 287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|
H A D | zutil.c | 296 extern voidp malloc OF((uInt size)); 297 extern voidp calloc OF((uInt items, uInt size)); 298 extern void free OF((voidpf ptr));
|
H A D | trees.c | 142 local void tr_static_init OF((void)); 143 local void init_block OF((deflate_state *s)); 144 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k)); 145 local void gen_bitlen OF((deflate_state *s, tree_desc *desc)); 146 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 147 local void build_tree OF((deflate_state *s, tree_desc *desc)); 148 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code)); 149 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code)); 150 local int build_bl_tree OF((deflate_state *s)); 151 local void send_all_trees OF((deflate_stat [all...] |
H A D | example.c | 37 void test_compress OF((Byte *compr, uLong comprLen, 39 void test_gzio OF((const char *fname, 41 void test_deflate OF((Byte *compr, uLong comprLen)); 42 void test_inflate OF((Byte *compr, uLong comprLen, 44 void test_large_deflate OF((Byte *compr, uLong comprLen, 46 void test_large_inflate OF((Byte *compr, uLong comprLen, 48 void test_flush OF((Byte *compr, uLong *comprLen)); 49 void test_sync OF((Byte *compr, uLong comprLen, 51 void test_dict_deflate OF((Byte *compr, uLong comprLen)); 52 void test_dict_inflate OF((Byt [all...] |
H A D | zconf.h | 181 #ifndef OF /* function prototypes */ 183 # define OF(args) args macro 185 # define OF(args) () macro
|
H A D | deflate.c | 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 76 local void fill_window OF((deflate_state *s)); 77 local block_state deflate_stored OF((deflate_state *s, int flush)); 78 local block_state deflate_fast OF((deflate_state *s, int flush)); 80 local block_state deflate_slow OF((deflate_state *s, int flush)); 82 local void lm_init OF((deflate_state *s)); 83 local void putShortMSB OF((deflate_state *s, uInt b)); 84 local void flush_pending OF((z_streamp strm)); 85 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); 88 void match_init OF((voi [all...] |
H A D | gzio.c | 44 extern voidp malloc OF((uInt size)); 45 extern void free OF((voidpf ptr)); 88 local gzFile gz_open OF((const char *path, const char *mode, FILE* fp, void* buf, unsigned len)); 89 local int do_flush OF((gzFile file, int flush)); 90 local int get_byte OF((gz_stream *s)); 91 local void check_header OF((gz_stream *s)); 92 local int destroy OF((gz_stream *s)); 93 local void putLong OF((FILE *file, uLong x)); 94 local uLong getLong OF((gz_stream *s));
|
H A D | inflate.c | 95 local void fixedtables OF((struct inflate_state FAR *state)); 96 local int updatewindow OF((z_streamp strm, unsigned out)); 98 void makefixed OF((void)); 100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
|
H A D | infback.c | 19 local void fixedtables OF((struct inflate_state FAR *state));
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 298 #ifndef OF /* function prototypes */ 300 # define OF(args) args macro 302 # define OF(args) () macro 500 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 501 typedef void (*free_func) OF((voidpf opaque, voidpf address)); 775 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 776 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 777 extern void zmemzero OF((Bytef* dest, uInt len)); 784 extern void z_error OF((char *m)); 801 voidpf zcalloc OF((voidp [all...] |