Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dslap-config.h131 ConfigType co_type; member
Dbconfig.c4822 ca->table = colst[j]->co_type; in config_find_table()
5311 if (tmp->co_type == Cft_Misc) in count_ocs()
5614 if ( coptr->co_type == Cft_Global && !last ) { in config_add_internal()
5675 rc = check_name_index( last, coptr->co_type, e, rs, renum, in config_add_internal()
5680 if ( renum && *renum && coptr->co_type != Cft_Database && in config_add_internal()
5681 coptr->co_type != Cft_Overlay ) in config_add_internal()
5738 if ( coptr->co_type == Cft_Database ) { in config_add_internal()
5741 } else if ( coptr->co_type == Cft_Backend ) { in config_add_internal()
5746 } else if ( coptr->co_type == Cft_Overlay ) { in config_add_internal()
5772 ce->ce_type = coptr->co_type; in config_add_internal()
[all …]
Dconfig.c932 c->table = c->bi->bi_cf_ocs->co_type; in read_config_file()
957 c->table = c->be->be_cf_ocs->co_type; in read_config_file()
2554 c.table = be->be_cf_ocs->co_type; in config_generic_wrapper()
Dbackover.c121 ca.table = on->on_bi.bi_cf_ocs->co_type; in over_db_config()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dpcache.c4475 c->table = cm->db.bd_info->bi_cf_ocs->co_type; in pc_cf_gen()