Lines Matching defs:ConfigArgs
184 } ConfigArgs;
202 LDAP_SLAPD_F (int) config_fp_parse_line(ConfigArgs *c);
205 LDAP_SLAPD_F (int) config_del_vals(ConfigTable *cf, ConfigArgs *c);
206 LDAP_SLAPD_F (int) config_get_vals(ConfigTable *ct, ConfigArgs *c);
207 LDAP_SLAPD_F (int) config_add_vals(ConfigTable *ct, ConfigArgs *c);
209 LDAP_SLAPD_F (int) config_push_cleanup(ConfigArgs *c, ConfigDriver *cleanup);
210 LDAP_SLAPD_F (int) config_run_cleanup(ConfigArgs *c);
212 LDAP_SLAPD_F (void) init_config_argv( ConfigArgs *c );
215 LDAP_SLAPD_F (void) config_parse_ldif( ConfigArgs *c );
216 LDAP_SLAPD_F (int) config_parse_vals(ConfigTable *ct, ConfigArgs *c, int valx);
217 LDAP_SLAPD_F (int) config_parse_add(ConfigTable *ct, ConfigArgs *c, int valx);
218 LDAP_SLAPD_F (int) read_config_file(const char *fname, int depth, ConfigArgs *cf,
221 LDAP_SLAPD_F (ConfigTable *) config_find_keyword(ConfigTable *ct, ConfigArgs *c);
223 ConfigArgs *c, struct berval *rdn, ConfigOCs *main, ConfigOCs *extra );
226 LDAP_SLAPD_F (int) config_shadow( ConfigArgs *c, slap_mask_t flag );