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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dparseconf.c241 const struct parseconf_str_setting* p_str_setting = parseconf_str_array; local
242 while (p_str_setting->p_setting_name != 0)
244 if (str_equal_text(p_setting_str, p_str_setting->p_setting_name))
247 const char** p_curr_setting = p_str_setting->p_variable;
262 p_str_setting++;
339 const struct parseconf_str_setting* p_str_setting = parseconf_str_array; local
340 while (p_str_setting->p_setting_name != 0)
342 if (*p_str_setting->p_variable != 0)
344 *p_str_setting->p_variable =
345 vsf_sysutil_strdup(*p_str_setting
[all...]

Completed in 61 milliseconds