Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h284 int MatchingComponentGeneralNames PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v…
H A DauthorityKeyIdentifier.c1547 MatchingComponentGeneralNames ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_… in MatchingComponentGeneralNames() function
1694 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentGeneralNames;
1767 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentGeneralNames;
1787 …rc = MatchingComponentGeneralNames ( oid, (ComponentSyntaxInfo*)((ComponentAuthorityKeyIdentifier*… in MatchingComponentAuthorityKeyIdentifier()