Home
last modified time | relevance | path

Searched refs:MatchingComponentOid (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcrl.h55 #define MatchingComponentAttributeType MatchingComponentOid
H A Dcertificate.h77 #define MatchingComponentAttributeType MatchingComponentOid
H A Dasn_to_syn_mr.c192 (comp_free_func*)NULL,(extract_component_from_id_func*)NULL,MatchingComponentOid}},
H A Dcomponentlib.h252 int MatchingComponentOid (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b);
H A DauthorityKeyIdentifier.c46 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->type_id, … in MatchingComponentOtherName()
268 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->type_id, … in MatchingComponentORAddress()
1092 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)(v1->a.registeredID), (ComponentSyntaxInfo… in MatchingComponentGeneralName()
H A Dcertificate.c104 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_attr)-… in MatchingComponentAlgorithmIdentifier()
534 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentExtension*)csi_attr)->extnID, (… in MatchingComponentExtension()
H A Dcomponentlib.c1166 MatchingComponentOid ( char *oid, ComponentSyntaxInfo *csi_attr , in MatchingComponentOid() function