Lines Matching refs:ConfigTable
43 typedef struct ConfigTable { struct
54 } ConfigTable; argument
132 ConfigTable *co_table;
203 int config_register_schema(ConfigTable *ct, ConfigOCs *co);
204 int config_del_vals(ConfigTable *cf, ConfigArgs *c);
205 int config_get_vals(ConfigTable *ct, ConfigArgs *c);
206 int config_add_vals(ConfigTable *ct, ConfigArgs *c);
212 int init_config_attrs(ConfigTable *ct);
215 int config_parse_vals(ConfigTable *ct, ConfigArgs *c, int valx);
216 int config_parse_add(ConfigTable *ct, ConfigArgs *c, int valx);
218 ConfigTable *cft );
220 ConfigTable * config_find_keyword(ConfigTable *ct, ConfigArgs *c);
238 LDAP_SLAPD_V (ConfigTable) olcDatabaseDummy[];