Home
last modified time | relevance | path

Searched refs:handle_retr (Results 1 – 8 of 8) sorted by relevance

/dports/ftp/twoftpd/twoftpd-1.43/
H A Dtwoftpd-anon.c37 { "RETR", 0, 0, handle_retr },
H A Dtwoftpd-xfer.c39 { "RETR", 0, 0, handle_retr },
H A Dretr.c53 int handle_retr(void) in handle_retr() function
H A Dbackend.h56 extern int handle_retr(void);
H A DChangeLog202 Dropped the use of open_in/ibuf in handle_retr
/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dpostlogin.c35 static void handle_retr(struct vsf_session* p_sess, int is_http);
219 handle_retr(p_sess, 0); in process_post_login()
650 handle_retr(struct vsf_session* p_sess, int is_http) in handle_retr() function
2013 handle_retr(p_sess, 1); in handle_http()
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dpostlogin.c37 static void handle_retr(struct vsf_session* p_sess, int is_http);
249 handle_retr(p_sess, 0); in process_post_login()
500 handle_retr(p_sess, 1); in process_http_retr()
692 handle_retr(struct vsf_session* p_sess, int is_http) in handle_retr() function
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dftpd.c594 handle_retr(void) in handle_retr() function
1386 handle_retr(); in ftpd_main()