Searched refs:ct_data (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c88 struct ct_data;
90 struct ct_data *, const struct timeval *);
91 static bool_t set_io_mode(struct ct_data *, int);
109 struct ct_data { struct
135 struct ct_data *ct;
158 static int nb_send(struct ct_data *, void *, unsigned int);
159 static int do_flush(struct ct_data *, uint_t);
160 static bool_t set_flush_mode(struct ct_data *, int);
161 static bool_t set_blocking_connection(struct ct_data *, bool_t);
163 static int register_nb(struct ct_data *);
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c193 } FAR ct_data; typedef in typeref:struct:ct_data_s
203 ct_data *dyn_tree; /* the dynamic tree */
312 /* Didn't use ct_data typedef below to suppress compiler warning */
1521 local ct_data static_ltree[L_CODES+2];
1528 local ct_data static_dtree[D_CODES];
1549 ct_data *static_tree; /* static tree or NULL */
1563 {(ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
1571 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
1573 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
1575 local void scan_tree OF((deflate_state *s, ct_data *tre
[all...]

Completed in 528 milliseconds