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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dls.c242 struct str_locate_result locate_result = local
245 if (locate_result.found)
247 unsigned int indexx = locate_result.index;
251 last_token = locate_result.char_found;
266 locate_result = str_locate_str(&name_remain_str, &s_match_needed_str);
267 if (!locate_result.found)
272 indexx = locate_result.index;
H A Dstr.c383 struct str_locate_result locate_result; local
388 locate_result = str_locate_text_reverse(p_src, p_text);
392 locate_result = str_locate_text(p_src, p_text);
395 if (!locate_result.found)
400 indexx = locate_result.index;
H A Dpostlogin.c1067 struct str_locate_result locate_result = str_locate_char(&s_filter_str, '/'); local
1068 if (locate_result.found)

Completed in 121 milliseconds