Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h105 int MatchingComponentAttributeTypeAndValue PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSynt…
H A Dcrl.h152 int MatchingComponentAttributeTypeAndValue PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSynt…
H A Dcertificate.h185 int MatchingComponentAttributeTypeAndValue PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSynt…
H A Dcertificate.c796 MatchingComponentAttributeTypeAndValue ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxI… in MatchingComponentAttributeTypeAndValue() function
917 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentAttributeTypeAndValue;
1005 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentAttributeTypeAndValue;
1714 …if( MatchingComponentAttributeTypeAndValue(oid, (ComponentSyntaxInfo*)component1,(ComponentSyntaxI… in MatchingComponentRelativeDistinguishedName()