Home
last modified time | relevance | path

Searched refs:assertedValue (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Ddn.c794 void *assertedValue ) in dnMatch() argument
797 struct berval *asserted = (struct berval *) assertedValue; in dnMatch()
801 assert( assertedValue != NULL ); in dnMatch()
829 void *assertedValue ) in dnRelativeMatch() argument
832 struct berval *asserted = (struct berval *) assertedValue; in dnRelativeMatch()
836 assert( assertedValue != NULL ); in dnRelativeMatch()
867 value = (struct berval *) assertedValue; in dnRelativeMatch()
932 void *assertedValue ) in rdnMatch() argument
935 struct berval *asserted = (struct berval *) assertedValue; in rdnMatch()
939 assert( assertedValue != NULL ); in rdnMatch()
H A DmatchedValues.c281 struct berval *bv, assertedValue; in test_mra_vrFilter() local
288 assertedValue = mra->ma_value; in test_mra_vrFilter()
301 &mra->ma_value, &assertedValue, &text, op->o_tmpmemctx ); in test_mra_vrFilter()
337 &nbv, &assertedValue, &text ); in test_mra_vrFilter()
H A Dschema_prep.c116 void *assertedValue ) in attributeTypeMatch() argument
118 struct berval *a = (struct berval *) assertedValue; in attributeTypeMatch()
149 void *assertedValue ) in matchingRuleMatch() argument
151 struct berval *a = (struct berval *) assertedValue; in matchingRuleMatch()
182 void *assertedValue ) in objectClassMatch() argument
184 struct berval *a = (struct berval *) assertedValue; in objectClassMatch()
215 void *assertedValue ) in objectSubClassMatch() argument
217 struct berval *a = (struct berval *) assertedValue; in objectSubClassMatch()
H A Dschema_init.c655 void *assertedValue ) in octetStringMatch() argument
657 struct berval *asserted = (struct berval *) assertedValue; in octetStringMatch()
674 void *assertedValue ) in octetStringOrderingMatch() argument
676 struct berval *asserted = (struct berval *) assertedValue; in octetStringOrderingMatch()
778 void * assertedValue, in octetStringFilter() argument
785 struct berval *value = (struct berval *) assertedValue; in octetStringFilter()
811 void *assertedValue ) in octetStringSubstringsMatch() argument
814 SubstringsAssertion *sub = assertedValue; in octetStringSubstringsMatch()
1052 void * assertedValue, in octetStringSubstringsFilter() argument
1066 sa = (SubstringsAssertion *) assertedValue; in octetStringSubstringsFilter()
[all …]
H A Dproto-slap.h595 void *assertedValue ));
603 void *assertedValue ));
611 void *assertedValue ));
971 void *assertedValue ));
979 void *assertedValue ));
987 void *assertedValue ));
1755 void *assertedValue ));
1830 void *assertedValue ));
1837 void *assertedValue ));
H A Dcomponent.c103 void *assertedValue ) in componentFilterMatch() argument
106 MatchingRuleAssertion * ma = (MatchingRuleAssertion*)assertedValue; in componentFilterMatch()
138 void *assertedValue ) in directoryComponentsMatch() argument
152 void *assertedValue ) in allComponentsMatch() argument
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c930 void *assertedValue ) in datamorphBinarySignedOrderingMatch() argument
932 struct berval *asserted = assertedValue; in datamorphBinarySignedOrderingMatch()
996 void *assertedValue, in datamorphUnsignedFilter() argument
1001 BerValue *value = assertedValue; in datamorphUnsignedFilter()
1061 void *assertedValue, in datamorphSignedFilter() argument
1066 BerValue *value = assertedValue; in datamorphSignedFilter()