Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c3232 int rc, is_ctx; in syncrepl_message_to_entry() local
3301 is_ctx = dn_match( &op->o_req_ndn, &op->o_bd->be_nsuffix[0] ); in syncrepl_message_to_entry()
3317 if ( is_ctx && !strcasecmp( tmp.sml_type.bv_val, in syncrepl_message_to_entry()
5323 Modifications **mods, Modifications **ml, int is_ctx) in syncrepl_diff_entry() argument
5341 if ( is_ctx && old->a_desc == in syncrepl_diff_entry()
5479 int is_ctx, new_sup = 0; in dn_callback() local
5519 is_ctx = dn_match( &rs->sr_entry->e_nname, in dn_callback()
5600 is_ctx ); in dn_callback()
H A Dproto-slap.h1916 Modifications **mods, Modifications **ml, int is_ctx ));