Home
last modified time | relevance | path

Searched refs:MatchingComponentBool (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dasn_to_syn_mr.c172 (comp_free_func*)NULL,(extract_component_from_id_func*)NULL,MatchingComponentBool}},
H A Dcomponentlib.h106 int MatchingComponentBool (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b);
H A Dcomponentlib.c399 MatchingComponentBool(char* oid, ComponentSyntaxInfo* csi_attr, in MatchingComponentBool() function
H A Dcertificate.c537 …rc = MatchingComponentBool ( oid, (ComponentSyntaxInfo*)((ComponentExtension*)csi_attr)->critical,… in MatchingComponentExtension()