Home
last modified time | relevance | path

Searched refs:autoseek (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/ftp/
H A Dphp_ftp.c365 ftp->autoseek = FTP_DEFAULT_AUTOSEEK; in PHP_FUNCTION()
401 ftp->autoseek = FTP_DEFAULT_AUTOSEEK; in PHP_FUNCTION()
759 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
803 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
876 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
937 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
1044 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1091 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1146 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1199 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
[all …]
H A Dftp.h73 int autoseek; /* User configureable autoseek flag */ member
/PHP-5.5/ext/ftp/tests/
H A Dftp_fget_basic1.phpt2 Testing ftp_fget ignore autoresume if autoseek is switched off
H A Dftp_nb_fget_basic1.phpt2 Testing ftp_nb_fget ignore autoresume if autoseek is switched off

Completed in 12 milliseconds