Home
last modified time | relevance | path

Searched refs:retrieve_matching_rule (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c50 mr = retrieve_matching_rule(oid, (AsnTypeId)csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentBits()
406 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentBool()
517 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentEnum()
726 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentInt()
834 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentNull()
1035 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentOcts()
1174 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentOid()
1429 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentReal()
1538 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id ); in MatchingComponentRelativeOid()
H A Dcertificate.c99 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentAlgorithmIdentifier()
329 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentTime()
529 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentExtension()
801 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentAttributeTypeAndValue()
1016 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentValidity()
1243 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentSubjectPublicKeyInfo()
1467 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentExtensions()
1701 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentRelativeDistinguishedName()
1948 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentRDNSequence()
2190 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentName()
[all …]
H A DauthorityKeyIdentifier.c41 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentOtherName()
263 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentORAddress()
529 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentDirectoryString()
819 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentEDIPartyName()
1059 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentGeneralName()
1555 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentGeneralNames()
1778 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentAuthorityKeyIdentifier()
H A Dcrl.c41 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentTBSCertListSeqOfSeq()
326 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentTBSCertListSeqOf()
562 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentTBSCertList()
1034 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id); in MatchingComponentCertificateList()
H A Dcomponentlib.h560 retrieve_matching_rule( char* mr_oid, AsnTypeId type );
H A Dinit.c185 retrieve_matching_rule( char* mr_oid, AsnTypeId type ) { in retrieve_matching_rule() function