HomeSort by: relevance | last modified time | path
    Searched refs:SLAP_MR_EQUALITY_APPROX (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
filter.c 227 err = get_ava( op, ber, &f, SLAP_MR_EQUALITY_APPROX, text );
1064 err = get_ava( op, ber, (Filter *)&vrf, SLAP_MR_EQUALITY_APPROX, text );
schema_init.c 1550 int approx = ((flags & SLAP_MR_EQUALITY_APPROX) == SLAP_MR_EQUALITY_APPROX);
1900 flags |= ( ( use & SLAP_MR_EQUALITY_APPROX ) == SLAP_MR_EQUALITY_APPROX )
6504 SLAP_MR_HIDE | SLAP_MR_EQUALITY_APPROX | SLAP_MR_EXT, NULL,
6511 SLAP_MR_HIDE | SLAP_MR_EQUALITY_APPROX | SLAP_MR_EXT, NULL,
filterentry.c 639 use = SLAP_MR_EQUALITY_APPROX;
slap.h 560 #define SLAP_MR_EQUALITY_APPROX ( SLAP_MR_EQUALITY | 0x0010U )

Completed in 39 milliseconds