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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c999 avl_tree_t tmp_cache; local
1022 avl_create(&tmp_cache, smb_lucache_cmp,
1066 avl_add(&tmp_cache, uc_newnode);
1075 while ((uc_newnode = avl_destroy_nodes(&tmp_cache, &cookie)) != NULL) {
1080 avl_destroy(&tmp_cache);

Completed in 54 milliseconds