Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c62 static ModPaths modpaths, *modlast = &modpaths, *modcur = &modpaths; variable
2482 if ( c->op == LDAP_MOD_ADD && c->ca_private && modcur != c->ca_private ) { in config_generic()
2483 modcur = c->ca_private; in config_generic()
2485 if ( module_path( modcur->mp_path.bv_val )) { in config_generic()
2489 c->log, c->cr_msg, modcur->mp_path.bv_val ); in config_generic()
2507 ber_bvarray_add( &modcur->mp_loads, &bv ); in config_generic()
2532 modcur = mp; in config_generic()