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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dindex.c62 if ( IS_SLAP_INDEX( idx, idxstr[i].mask )) {
83 if ( IS_SLAP_INDEX( idx, idxstr[i].mask )) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dindex.c124 if( IS_SLAP_INDEX( mask, SLAP_INDEX_PRESENT ) ) {
133 if( IS_SLAP_INDEX( mask, SLAP_INDEX_APPROX ) ) {
144 if( IS_SLAP_INDEX( mask, SLAP_INDEX_EQUALITY ) ) {
151 if( IS_SLAP_INDEX( mask, SLAP_INDEX_SUBSTR ) ) {
197 if( IS_SLAP_INDEX( mask, SLAP_INDEX_PRESENT ) ) {
204 if( IS_SLAP_INDEX( mask, SLAP_INDEX_EQUALITY ) ) {
225 if( IS_SLAP_INDEX( mask, SLAP_INDEX_APPROX ) ) {
247 if( IS_SLAP_INDEX( mask, SLAP_INDEX_SUBSTR ) ) {
H A Dattr.c229 if( IS_SLAP_INDEX( mask, SLAP_INDEX_APPROX ) && !(
244 if( IS_SLAP_INDEX( mask, SLAP_INDEX_EQUALITY ) && !(
259 if( IS_SLAP_INDEX( mask, SLAP_INDEX_SUBSTR ) && !(

Completed in 78 milliseconds