Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap-config.h132 ConfigTable *co_table; member
H A Dbconfig.c4548 ct = config_find_keyword( c.be->be_cf_ocs->co_table, &c ); in config_setup_ldif()
4664 if ( !ocs[i].co_table ) in config_register_schema()
4665 ocs[i].co_table = ct; in config_register_schema()
4820 for (i=0; colst[j]->co_table[i].name; i++) in config_find_table()
4821 if ( colst[j]->co_table[i].ad == ad ) { in config_find_table()
4823 return &colst[j]->co_table[i]; in config_find_table()
7071 rc = config_build_attrs( e, oc->soc_required, ad, main->co_table, c ); in config_build_entry()
7076 rc = config_build_attrs( e, oc->soc_allowed, ad, main->co_table, c ); in config_build_entry()
7084 rc = config_build_attrs( e, oc->soc_required, ad, extra->co_table, c ); in config_build_entry()
7089 rc = config_build_attrs( e, oc->soc_allowed, ad, extra->co_table, c ); in config_build_entry()
H A Dconfig.c930 ct = config_find_keyword( c->bi->bi_cf_ocs->co_table, c ); in read_config_file()
955 ct = config_find_keyword( c->be->be_cf_ocs->co_table, c ); in read_config_file()
2552 ct = config_find_keyword( be->be_cf_ocs->co_table, &c ); in config_generic_wrapper()
H A Dbackover.c119 ct = config_find_keyword( on->on_bi.bi_cf_ocs->co_table, &ca ); in over_db_config()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dtranslucent.c1437 translucentocs[1].co_table = olcDatabaseDummy; in translucent_initialize()
H A Dpcache.c4466 ct = config_find_keyword( cm->db.bd_info->bi_cf_ocs->co_table, c ); in pc_cf_gen()
5713 pcocs[1].co_table = olcDatabaseDummy; in pcache_initialize()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dchain.c2327 chainocs[1].co_table = olcDatabaseDummy; in chain_initialize()