Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c1006 avl_tree_t tmp_cache; in smb_lucache_do_update() local
1029 avl_create(&tmp_cache, smb_lucache_cmp, in smb_lucache_do_update()
1073 avl_add(&tmp_cache, uc_newnode); in smb_lucache_do_update()
1082 while ((uc_newnode = avl_destroy_nodes(&tmp_cache, &cookie)) != NULL) { in smb_lucache_do_update()
1087 avl_destroy(&tmp_cache); in smb_lucache_do_update()