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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
componentlib.h 422 #define MatchingComponentAnyDefinedBy MatchingComponentAny
428 int MatchingComponentAny (char* oid, ComponentAny *a, ComponentAny *b);
componentlib.c 1859 k->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentAny;
1899 k->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentAny;
1936 k->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentAny;
1946 MatchingComponentAny (char* oid, ComponentAny *result, ComponentAny *result2) {

Completed in 53 milliseconds