Home
last modified time | relevance | path

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

/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dstream_ftp.c257 static int FtpOpenPort(struct stream_priv_s* p) { in FtpOpenPort() function
293 s->fd = FtpOpenPort(p); in FtpOpenData()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dstream_ftp.c257 static int FtpOpenPort(struct stream_priv_s* p) { in FtpOpenPort() function
293 s->fd = FtpOpenPort(p); in FtpOpenData()
/dports/graphics/stamp/stamp-2.0.8/lib/
H A Dftplib.c452 static int FtpOpenPort(netbuf *nControl, netbuf **nData, int mode, int dir) in FtpOpenPort() function
582 if (FtpOpenPort(nControl, nData, mode, dir) == -1) in FtpAccess()
/dports/misc/sword/sword-1.8.1/src/utilfuns/
H A Dftplib.c693 static int FtpOpenPort(netbuf *nControl, netbuf **nData, int mode, int dir) in FtpOpenPort() function
960 if (FtpOpenPort(nControl, nData, mode, dir) == -1) in FtpAccess()
/dports/devel/upp/upp/uppsrc/plugin/ftp/lib/
H A Dftplib.cpp640 static int FtpOpenPort(netbuf *nControl, netbuf **nData, int mode, int dir) in FtpOpenPort() function
951 if (FtpOpenPort(nControl, nData, mode, dir) == -1) in FtpAccess()
/dports/ftp/ftplib/ftplib-4.0-1/src/
H A Dftplib.c682 static int FtpOpenPort(netbuf *nControl, netbuf **nData, int mode, int dir) in FtpOpenPort() function
956 if (FtpOpenPort(nControl, nData, mode, dir) == -1) in FtpAccess()
/dports/ftp/weex/weex-2.8.3/src/
H A Dftplib.c723 static int FtpOpenPort(netbuf *nControl, netbuf **nData, int mode, int dir) in FtpOpenPort() function
988 if (FtpOpenPort(nControl, nData, mode, dir) == -1) in FtpAccess()
/dports/ftp/ftplib/ftplib-4.0-1/
H A DCHANGES9 2) Link data netbuf to control netbuf in FtpOpenPort instead of