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/
Dcertificate.h77 #define MatchingComponentAttributeType MatchingComponentOid
Dcrl.h55 #define MatchingComponentAttributeType MatchingComponentOid
Dasn_to_syn_mr.c192 (comp_free_func*)NULL,(extract_component_from_id_func*)NULL,MatchingComponentOid}},
Dcomponentlib.h252 int MatchingComponentOid (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b);
DauthorityKeyIdentifier.c46 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->type… in MatchingComponentOtherName()
268 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->type… in MatchingComponentORAddress()
1092 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)(v1->a.registeredID), (ComponentSyntax… in MatchingComponentGeneralName()
Dcertificate.c104 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_a… in MatchingComponentAlgorithmIdentifier()
534 …rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentExtension*)csi_attr)->extn… in MatchingComponentExtension()
Dcomponentlib.c1166 MatchingComponentOid ( char *oid, ComponentSyntaxInfo *csi_attr , in MatchingComponentOid() function