Home
last modified time | relevance | path

Searched refs:is_epsv (Results 1 – 3 of 3) sorted by relevance

/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dpostlogin.c34 static void handle_pasv(struct vsf_session* p_sess, int is_epsv);
569 handle_pasv(struct vsf_session* p_sess, int is_epsv) in handle_pasv() argument
575 if (is_epsv && !str_isempty(&p_sess->ftp_arg_str)) in handle_pasv()
602 if (is_epsv) in handle_pasv()
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dpostlogin.c36 static void handle_pasv(struct vsf_session* p_sess, int is_epsv);
605 handle_pasv(struct vsf_session* p_sess, int is_epsv) in handle_pasv() argument
611 if (is_epsv && !str_isempty(&p_sess->ftp_arg_str)) in handle_pasv()
638 if (is_epsv) in handle_pasv()
/dports/www/retawq/retawq-0.2.6c/
H A Dresource.c5706 tBoolean is_epsv = cond2boolean(ftp_frf(resource) & frfTryingEpsv), local
5716 if ( (*ptr2 != '\0') && ( (is_epsv || my_isdigit(*ptr2)) ) )
5719 if (is_epsv) goto bad_ftp; /* invalid server reply format */
5725 if (is_epsv)