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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dls.h14 * p_subdir_list - the string list object for the result list of
24 struct mystr_list* p_subdir_list,
H A Dls.c28 struct mystr_list* p_subdir_list,
61 if (is_verbose || t_option || F_option || p_subdir_list != 0)
195 if (p_subdir_list != 0 && vsf_sysutil_statbuf_is_dir(s_p_statbuf)){
196 str_list_add(p_subdir_list, &s_next_filename_str, p_sort_subdir_str);
201 if (p_subdir_list != 0){
202 str_list_sort(p_subdir_list, r_option);
26 vsf_ls_populate_dir_list(const char* session_user, struct mystr_list* p_list, struct mystr_list* p_subdir_list, struct vsf_sysutil_dir* p_dir, const struct mystr* p_base_dir_str, const struct mystr* p_option_str, const struct mystr* p_filter_str, int is_verbose) argument
H A Dftpdataio.c287 struct mystr_list* p_subdir_list = 0; local
297 p_subdir_list = &subdir_list;
302 vsf_ls_populate_dir_list(session_user, &dir_list, p_subdir_list, p_dir, p_base_dir_str,
306 if (p_subdir_list)

Completed in 93 milliseconds