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

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_pwdutil.c941 avl_tree_t tmp_cache; local
961 avl_create(&tmp_cache, smb_lucache_cmp,
1005 avl_add(&tmp_cache, uc_newnode);
1014 while ((uc_newnode = avl_destroy_nodes(&tmp_cache, &cookie)) != NULL) {
1019 avl_destroy(&tmp_cache);

Completed in 15 milliseconds