Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcrl.h167 int MatchingComponentExtensions PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 …
H A Dcertificate.h246 int MatchingComponentExtensions PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 …
H A Dcrl.c53 …rc = MatchingComponentExtensions ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_… in MatchingComponentTBSCertListSeqOfSeq()
590 …rc = MatchingComponentExtensions ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->c… in MatchingComponentTBSCertList()
H A Dcertificate.c1459 MatchingComponentExtensions ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_as… in MatchingComponentExtensions() function
1614 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentExtensions;
1687 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentExtensions;
2392 …rc = MatchingComponentExtensions ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertificate*)csi_attr)… in MatchingComponentTBSCertificate()