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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dcr.c32 static Avlnode *cr_index = NULL; variable
76 cir = avl_find( cr_index, crname, cr_index_name_cmp );
104 avl_free(cr_index, ldap_memfree);
132 if ( avl_insert( &cr_index, (caddr_t) cir,
152 if ( avl_insert( &cr_index, (caddr_t) cir,

Completed in 160 milliseconds