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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h140 int MatchingComponentDirectoryString PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
H A DauthorityKeyIdentifier.c518 MatchingComponentDirectoryString ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) { function
714 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentDirectoryString;
806 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentDirectoryString;
823 rc = MatchingComponentDirectoryString ( oid, (ComponentSyntaxInfo*)((ComponentEDIPartyName*)csi_attr)->nameAssigner, (ComponentSyntaxInfo*)((ComponentEDIPartyName*)csi_assert)->nameAssigner );
827 rc = MatchingComponentDirectoryString ( oid, (ComponentSyntaxInfo*)((ComponentEDIPartyName*)csi_attr)->partyName, (ComponentSyntaxInfo*)((ComponentEDIPartyName*)csi_assert)->partyName );

Completed in 62 milliseconds