Home
last modified time | relevance | path

Searched refs:MatchingComponentORAddress (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h82 int MatchingComponentORAddress PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 )…
H A DauthorityKeyIdentifier.c258 MatchingComponentORAddress ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_ass… in MatchingComponentORAddress() function
408 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentORAddress;
514 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentORAddress;
1077 …rc = MatchingComponentORAddress ( oid, (ComponentSyntaxInfo*)(v1->a.x400Address), (ComponentSynta… in MatchingComponentGeneralName()