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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Davl.h138 tavl_find3 LDAP_P((Avlnode *, const void*, AVL_CMP, int *ret));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dtavl.c454 * tavl_find3 - as above, but returns Avlnode even if no match is found.
458 tavl_find3( Avlnode *root, const void *data, AVL_CMP fcmp, int *ret ) function
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dsssvlv.c518 cur_node = tavl_find3( so->so_tree, sn, node_cmp, &j );
H A Dpcache.c1291 ptr = tavl_find3( root, &cq, pcache_query_cmp, &ret );

Completed in 170 milliseconds