Home
last modified time | relevance | path

Searched refs:MatchingComponentRelativeDistinguishedName (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h180 int MatchingComponentRelativeDistinguishedName PROTO (( char *oid, ComponentSyntaxInfo *, Component…
H A Dcrl.h221 int MatchingComponentRelativeDistinguishedName PROTO (( char *oid, ComponentSyntaxInfo *, Component…
H A Dcertificate.h261 int MatchingComponentRelativeDistinguishedName PROTO (( char *oid, ComponentSyntaxInfo *, Component…
H A Dcertificate.c1693 MatchingComponentRelativeDistinguishedName ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyn… in MatchingComponentRelativeDistinguishedName() function
1861 …>comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentRelativeDistinguishedName;
1934 …>comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentRelativeDistinguishedName;
1956 …if( MatchingComponentRelativeDistinguishedName(oid, (ComponentSyntaxInfo*)component1, (ComponentSy… in MatchingComponentRDNSequence()