HomeSort by: relevance | last modified time | path
    Searched refs:MatchingComponentOid (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
asn_to_syn_mr.c 192 (comp_free_func*)NULL,(extract_component_from_id_func*)NULL,MatchingComponentOid}},
certificate.h 77 #define MatchingComponentAttributeType MatchingComponentOid
crl.h 55 #define MatchingComponentAttributeType MatchingComponentOid
componentlib.h 252 int MatchingComponentOid (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b);
authorityKeyIdentifier.c 46 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->type_id, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_assert)->type_id );
268 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->type_id, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_assert)->type_id );
1092 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)(v1->a.registeredID), (ComponentSyntaxInfo*)(v2->a.registeredID) );
componentlib.c 1166 MatchingComponentOid ( char *oid, ComponentSyntaxInfo *csi_attr ,
certificate.c 104 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_attr)->algorithm, (ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_assert)->algorithm );
534 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentExtension*)csi_attr)->extnID, (ComponentSyntaxInfo*)&((ComponentExtension*)csi_assert)->extnID );

Completed in 36 milliseconds