Lines Matching defs:where
325 avl_index_t where;
334 result = avl_find(&cache->sid2pid.tree, &entry, &where);
355 avl_index_t where;
364 result = avl_find(&cache->sid2pid.tree, &entry, &where);
385 avl_index_t where;
394 result = avl_find(&cache->sid2pid.tree, &entry, &where);
423 avl_index_t where;
431 result = avl_find(&cache->uid2sid.tree, &entry, &where);
453 avl_index_t where;
461 result = avl_find(&cache->gid2sid.tree, &entry, &where);
482 avl_index_t where;
497 result = avl_find(&cache->sid2pid.tree, &find, &where);
515 avl_insert(&cache->sid2pid.tree, new, where);
538 result = avl_find(&cache->uid2sid.tree, &find, &where);
551 avl_insert(&cache->uid2sid.tree, new, where);
571 avl_index_t where;
586 result = avl_find(&cache->sid2pid.tree, &find, &where);
604 avl_insert(&cache->sid2pid.tree, new, where);
627 result = avl_find(&cache->gid2sid.tree, &find, &where);
640 avl_insert(&cache->gid2sid.tree, new, where);
659 avl_index_t where;
674 result = avl_find(&cache->sid2pid.tree, &find, &where);
711 avl_insert(&cache->sid2pid.tree, new, where);
734 result = avl_find(&cache->uid2sid.tree, &find, &where);
747 avl_insert(&cache->uid2sid.tree, new, where);
762 result = avl_find(&cache->gid2sid.tree, &find, &where);
775 avl_insert(&cache->gid2sid.tree, new, where);
866 avl_index_t where;
875 result = avl_find(&kidmap_sid_prefix_store->tree, &find, &where);
891 &find, &where);
900 avl_insert(&kidmap_sid_prefix_store->tree, new, where);