Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.h422 #define MatchingComponentAnyDefinedBy MatchingComponentAny
428 int MatchingComponentAny (char* oid, ComponentAny *a, ComponentAny *b);
H A Dcomponentlib.c1859 k->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentAny; in BEncComponentAny()
1899 k->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentAny; in BDecComponentAny()
1936 k->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentAny; in GDecComponentAny()
1946 MatchingComponentAny (char* oid, ComponentAny *result, ComponentAny *result2) { in MatchingComponentAny() function