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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dparseconf.c247 const char** p_curr_setting = p_str_setting->p_variable; local
248 if (*p_curr_setting)
250 vsf_sysutil_free((char*)*p_curr_setting);
254 *p_curr_setting = 0;
258 *p_curr_setting = str_strdup(p_value_str);

Completed in 29 milliseconds