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

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c186 static int ftp_check_string(const char *x) function
311 if (user != NULL && !ftp_check_string(user))
313 if (password != NULL && !ftp_check_string(password))
336 if (!ftp_check_string(path))
1088 if (!ftp_check_string(password)) {

Completed in 31 milliseconds