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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
authorityKeyIdentifier.h 82 int MatchingComponentORAddress PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
authorityKeyIdentifier.c 258 MatchingComponentORAddress ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_assert ) {
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), (ComponentSyntaxInfo*)(v2->a.x400Address) );

Completed in 107 milliseconds