Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dmra.c218 rc = get_comp_filter( op, &ma.ma_value, &ma.ma_cf, text ); in get_mra()
H A Dcomponent.c344 get_comp_filter( Operation* op, struct berval* bv, in get_comp_filter() function
1055 rc = get_comp_filter( op, &bv,(ComponentFilter**)&_ca->ca_cf, text ); in get_item()
H A Dproto-slap.h572 LDAP_SLAPD_F (int) get_comp_filter LDAP_P((
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dinit.c90 rc = get_comp_filter( NULL, &type, &aa_table[index].aa_cf,(const char**)text); in add_aa_entry()