Lines Matching refs:assertedValue
655 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()
1542 void *assertedValue ) in uniqueMemberMatch() argument
1545 struct berval *asserted = (struct berval *) assertedValue; in uniqueMemberMatch()
1672 void * assertedValue, in uniqueMemberFilter() argument
1676 struct berval *asserted = (struct berval *) assertedValue; in uniqueMemberFilter()
1736 void *assertedValue ) in booleanMatch() argument
1739 struct berval *asserted = (struct berval *) assertedValue; in booleanMatch()
1955 void *assertedValue ) in directoryStringSubstringsMatch() argument
1958 SubstringsAssertion *sub = assertedValue; in directoryStringSubstringsMatch()
2094 void *assertedValue ) in approxMatch() argument
2108 assertv = UTF8bvnormalize( ((struct berval *)assertedValue), in approxMatch()
2262 void * assertedValue, in approxFilter() argument
2272 val = UTF8bvnormalize( ((struct berval *)assertedValue), in approxFilter()
2555 void *assertedValue ) in integerMatch() argument
2557 struct berval *asserted = (struct berval *) assertedValue; in integerMatch()
2742 void * assertedValue, in integerFilter() argument
2752 value = (struct berval *) assertedValue; in integerFilter()
3159 void *assertedValue ) in integerBitAndMatch() argument
3171 lAssertedValue = SLAP_STRTOL(((struct berval *)assertedValue)->bv_val, in integerBitAndMatch()
3189 void *assertedValue ) in integerBitOrMatch() argument
3201 lAssertedValue = SLAP_STRTOL( ((struct berval *)assertedValue)->bv_val, in integerBitOrMatch()
5806 void *assertedValue ) in generalizedTimeOrderingMatch() argument
5808 struct berval *asserted = (struct berval *) assertedValue; in generalizedTimeOrderingMatch()
5888 void * assertedValue, in generalizedTimeFilter() argument
5895 BerValue *value = (BerValue *) assertedValue; in generalizedTimeFilter()