Symbol: OF
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1569
local void ct_static_init OF((void));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1570
local void init_block OF((deflate_state *s));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1571
local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1572
local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1573
local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1574
local void build_tree OF((deflate_state *s, tree_desc *desc));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1575
local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1576
local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1577
local int build_bl_tree OF((deflate_state *s));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1578
local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1580
local void compress_block OF((deflate_state *s, ct_data *ltree,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1582
local void set_data_type OF((deflate_state *s));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1583
local unsigned bi_reverse OF((unsigned value, int length));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1584
local void bi_windup OF((deflate_state *s));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1585
local void bi_flush OF((deflate_state *s));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1586
local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1620
local void send_bits OF((deflate_state *s, int value, int length));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2611
local inflate_blocks_statef * inflate_blocks_new OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2616
local int inflate_blocks OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2621
local void inflate_blocks_reset OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2626
local int inflate_blocks_free OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2631
local int inflate_addhistory OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2635
local int inflate_packet_flush OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2673
local int inflate_trees_bits OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2679
local int inflate_trees_dynamic OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2689
local int inflate_trees_fixed OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2695
local int inflate_trees_free OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2714
local inflate_codes_statef *inflate_codes_new OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2719
local int inflate_codes OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2724
local void inflate_codes_free OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3134
local int inflate_flush OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3150
local int inflate_fast OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3623
local int huft_build OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3633
local voidpf falloc OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3638
local void ffree OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
408
local void ct_init OF((deflate_state *s));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
409
local int ct_tally OF((deflate_state *s, int dist, int lc));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
410
local ulg ct_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
412
local void ct_align OF((deflate_state *s));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
413
local void ct_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
415
local void ct_stored_type_only OF((deflate_state *s));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
530
local void fill_window OF((deflate_state *s));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
531
local int deflate_fast OF((deflate_state *s, int flush));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
532
local int deflate_slow OF((deflate_state *s, int flush));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
533
local void lm_init OF((deflate_state *s));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
534
local int longest_match OF((deflate_state *s, IPos cur_match));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
535
local void putShortMSB OF((deflate_state *s, uInt b));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
536
local void flush_pending OF((z_stream *strm));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
537
local int read_buf OF((z_stream *strm, charf *buf, unsigned size));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
539
void match_init OF((void)); /* asm code initialization */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
543
local void check_match OF((deflate_state *s, IPos start, IPos match,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
105
#ifndef OF /* function prototypes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
251
extern int deflateInit OF((z_stream *strm, int level));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
270
extern int deflate OF((z_stream *strm, int flush));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
347
extern int deflateEnd OF((z_stream *strm));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
359
extern int inflateInit OF((z_stream *strm));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
373
extern int inflate OF((z_stream *strm, int flush));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
424
extern int inflateEnd OF((z_stream *strm));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
441
extern int deflateInit2 OF((z_stream *strm,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
501
extern int deflateCopy OF((z_stream *dest,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
524
extern int deflateReset OF((z_stream *strm));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
535
extern int inflateInit2 OF((z_stream *strm,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
568
extern int inflateSync OF((z_stream *strm));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
583
extern int inflateReset OF((z_stream *strm));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
593
extern int inflateIncomp OF((z_stream *strm));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
610
extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
usr/src/lib/libsqlite/src/parse.y
128
OF OFFSET PRAGMA RAISE REPLACE RESTRICT ROW STATEMENT
usr/src/lib/libsqlite/src/parse.y
809
trigger_time(A) ::= INSTEAD OF. { A = TK_INSTEAD;}
usr/src/lib/libsqlite/src/parse.y
817
trigger_event(A) ::= UPDATE OF inscollist(X). {A.a = TK_UPDATE; A.b = X; }
usr/src/uts/common/io/ppp/spppcomp/zlib.c
199
extern char *strerror OF((int));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
229
extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
230
extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
231
extern void zmemzero OF((Bytef* dest, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2355
local void tr_static_init OF((void));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2356
local void init_block OF((deflate_state *s));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2357
local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2358
local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2359
local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2360
local void build_tree OF((deflate_state *s, tree_desc *desc));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2361
local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2362
local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2363
local int build_bl_tree OF((deflate_state *s));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2364
local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2366
local void compress_block OF((deflate_state *s, ct_data *ltree,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2368
local void set_data_type OF((deflate_state *s));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2369
local unsigned bi_reverse OF((unsigned value, int length));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2370
local void bi_windup OF((deflate_state *s));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2371
local void bi_flush OF((deflate_state *s));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2372
local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
240
extern void z_error OF((char *m));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2401
local void send_bits OF((deflate_state *s, int value, int length));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3550
extern inflate_blocks_statef * inflate_blocks_new OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3555
extern int inflate_blocks OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3560
extern void inflate_blocks_reset OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3565
extern int inflate_blocks_free OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3569
extern void inflate_set_dictionary OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3574
extern int inflate_blocks_sync_point OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3578
extern int inflate_addhistory OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3583
extern int inflate_packet_flush OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4072
extern int inflate_trees_bits OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4079
extern int inflate_trees_dynamic OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4090
extern int inflate_trees_fixed OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4115
extern inflate_codes_statef *inflate_codes_new OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4120
extern int inflate_codes OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4125
extern void inflate_codes_free OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4226
extern int inflate_flush OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4761
local int huft_build OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5248
extern int inflate_fast OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
582
void _tr_init OF((deflate_state *s));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
583
int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5837
extern void exit OF((int));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
584
void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
586
void _tr_align OF((deflate_state *s));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
587
void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
589
void _tr_stored_type_only OF((deflate_state *)); /* PPP */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
6033
extern voidp calloc OF((uInt items, uInt size));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
6034
extern void free OF((voidpf ptr));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
711
local void fill_window OF((deflate_state *s));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
712
local block_state deflate_stored OF((deflate_state *s, int flush));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
713
local block_state deflate_fast OF((deflate_state *s, int flush));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
714
local block_state deflate_slow OF((deflate_state *s, int flush));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
715
local void lm_init OF((deflate_state *s));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
716
local void putShortMSB OF((deflate_state *s, uInt b));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
717
local void flush_pending OF((z_streamp strm));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
718
local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
720
void match_init OF((void)); /* asm code initialization */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
721
uInt longest_match OF((deflate_state *s, IPos cur_match));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
723
local uInt longest_match OF((deflate_state *s, IPos cur_match));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
727
local void check_match OF((deflate_state *s, IPos start, IPos match,
usr/src/uts/common/io/ppp/spppcomp/zlib.h
1131
ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
1171
ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
usr/src/uts/common/io/ppp/spppcomp/zlib.h
1173
ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm,
usr/src/uts/common/io/ppp/spppcomp/zlib.h
1175
ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method,
usr/src/uts/common/io/ppp/spppcomp/zlib.h
1178
ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int windowBits,
usr/src/uts/common/io/ppp/spppcomp/zlib.h
220
#ifndef OF /* function prototypes */
usr/src/uts/common/io/ppp/spppcomp/zlib.h
509
ZEXTERN const char *ZEXPORT zlibVersion OF((void));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
543
ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
627
ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
657
ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
720
ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
799
ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
usr/src/uts/common/io/ppp/spppcomp/zlib.h
832
ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, z_streamp source));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
856
ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
868
ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, int level, int strategy));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
888
ZEXTERN int ZEXPORT deflateOutputPending OF((z_streamp strm));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
932
ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
usr/src/uts/common/io/ppp/spppcomp/zlib.h
952
ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
968
ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
980
ZEXTERN int inflateIncomp OF((z_stream *strm));