Searched defs:stree (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcmdutils/common/
H A Davltree.c103 * avl_tree_t **stree (search tree the data is to be stored in)
118 * avl_tree_t *stree (search tree to destroy)
161 add_tnode(avl_tree_t **stree, dev_t device, ino_t inode) argument
170 if (*stree == NULL) {
171 if ((*stree = calloc(1, sizeof (avl_tree_t)))
175 avl_create(*stree,
189 if (avl_find(*stree, tnode, &where) == NULL) {
190 avl_insert(*stree, tnode, where);
203 destroy_tree(avl_tree_t *stree) argument
208 if (stree !
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A DSLPUtils.c63 void *stree = NULL; local
95 &stree, &collator, &numResults);
99 &stree, &collator, &numResults);
107 if (!stree) {
108 (void) SAAdvert_for_scopes(hSLP, &stree);
111 if (!stree) {
121 slp_twalk(stree, collect_scopes, 0, (void *) ppcScopes);
176 SLPError err, void **stree) {
197 (void *) ascope, stree,
209 * from all recieved SAAdverts in stree
175 saadvert_callback(SLPHandle hp, char *scopes, SLPError err, void **stree) argument
212 SAAdvert_for_scopes(SLPHandle hSLP, void **stree) argument
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1845 * The length opt_len is updated; static_len is also updated if stree is
1854 ct_data *stree = desc->stat_desc->static_tree; local
1886 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
1975 * also updated if stree is not null. The field max_code is set.
1982 ct_data *stree = desc->stat_desc->static_tree; local
2012 s->opt_len--; if (stree) s->static_len -= stree[node].Len;

Completed in 67 milliseconds