Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/
H A Dphp_ftp.c392 ftp->autoseek = FTP_DEFAULT_AUTOSEEK; in PHP_FUNCTION()
429 ftp->autoseek = FTP_DEFAULT_AUTOSEEK; in PHP_FUNCTION()
872 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
920 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
999 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
1065 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
1178 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1230 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1289 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1383 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
[all …]
H A Dftp.h72 int autoseek; /* User configurable autoseek flag */ member
/PHP-7.4/ext/ftp/tests/
H A Dftp_nb_fget_basic1.phpt2 Testing ftp_nb_fget ignore autoresume if autoseek is switched off
H A Dftp_fget_basic1.phpt2 Testing ftp_fget ignore autoresume if autoseek is switched off

Completed in 10 milliseconds