Lines Matching refs:autoseek
366 ftp->autoseek = FTP_DEFAULT_AUTOSEEK; in PHP_FUNCTION()
403 ftp->autoseek = FTP_DEFAULT_AUTOSEEK; in PHP_FUNCTION()
758 if (!ftp->autoseek && resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
762 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
802 if (!ftp->autoseek && resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
806 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
871 if (!ftp->autoseek && resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
879 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
934 if (!ftp->autoseek && resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
940 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
1043 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1047 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1090 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1094 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1145 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1149 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1198 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1202 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1402 ftp->autoseek = Z_LVAL_P(z_value); in PHP_FUNCTION()
1441 RETURN_BOOL(ftp->autoseek); in PHP_FUNCTION()