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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h56 int MatchingComponentOtherName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
H A DauthorityKeyIdentifier.c34 MatchingComponentOtherName ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) { function
162 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentOtherName;
250 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentOtherName;
1066 rc = MatchingComponentOtherName ( oid, (ComponentSyntaxInfo*)(v1->a.otherName), (ComponentSyntaxInfo*)(v2->a.otherName) );

Completed in 165 milliseconds