Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcrl.h105 int MatchingComponentTime PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
H A Dcertificate.h138 int MatchingComponentTime PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
H A Dcrl.c49 …rc = MatchingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_attr)-… in MatchingComponentTBSCertListSeqOfSeq()
578 …rc = MatchingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->thisUpd… in MatchingComponentTBSCertList()
582 …rc = MatchingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->nextUpd… in MatchingComponentTBSCertList()
H A Dcertificate.c320 MatchingComponentTime ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert )… in MatchingComponentTime() function
447 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentTime;
518 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentTime;
1021 …rc = MatchingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentValidity*)csi_attr)->notBefore,… in MatchingComponentValidity()
1024 …rc = MatchingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentValidity*)csi_attr)->notAfter, … in MatchingComponentValidity()