Searched refs:errs_fatal (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dparseconf.h13 * errs_fatal - errors will cause the calling process to exit if not 0
18 void vsf_parseconf_load_file(const char* p_filename, int errs_fatal);
H A Dparseconf.c25 int errs_fatal);
175 vsf_parseconf_load_file(const char* p_filename, int errs_fatal) argument
210 if (errs_fatal)
228 handle_config_setting(&config_setting_str, &config_value_str, errs_fatal);
237 int errs_fatal)
267 if (errs_fatal)
297 else if (errs_fatal)
330 if (errs_fatal)
236 handle_config_setting(struct mystr* p_setting_str, struct mystr* p_value_str, int errs_fatal) argument

Completed in 30 milliseconds