Home
last modified time | relevance | path

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

/PHP-8.2/ext/ftp/
H A Dphp_ftp.c172 ftp->autoseek = FTP_DEFAULT_AUTOSEEK; in PHP_FUNCTION()
209 ftp->autoseek = FTP_DEFAULT_AUTOSEEK; in PHP_FUNCTION()
600 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
644 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
715 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
777 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
882 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
930 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
985 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1071 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
[all …]
H A Dftp.h70 int autoseek; /* User configurable autoseek flag */ member
/PHP-8.2/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