Home
last modified time | relevance | path

Searched refs:MatchingComponentGeneralName (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h269 int MatchingComponentGeneralName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2…
H A DauthorityKeyIdentifier.c1050 MatchingComponentGeneralName ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_a… in MatchingComponentGeneralName() function
1421 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentGeneralName;
1541 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentGeneralName;
1563 …if( MatchingComponentGeneralName(oid, (ComponentSyntaxInfo*)component1, (ComponentSyntaxInfo*)comp… in MatchingComponentGeneralNames()