Searched refs:MatchingComponentTime (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | crl.h | 105 int MatchingComponentTime PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
|
H A D | certificate.h | 138 int MatchingComponentTime PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
|
H A D | crl.c | 49 …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 D | certificate.c | 320 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()
|