Lines Matching refs:autoseek
365 ftp->autoseek = FTP_DEFAULT_AUTOSEEK; in PHP_FUNCTION()
401 ftp->autoseek = FTP_DEFAULT_AUTOSEEK; in PHP_FUNCTION()
755 if (!ftp->autoseek && resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
759 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
799 if (!ftp->autoseek && resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
803 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
868 if (!ftp->autoseek && resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
876 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
931 if (!ftp->autoseek && resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
937 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
1037 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1041 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1084 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1088 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1139 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1143 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1192 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1196 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1395 ftp->autoseek = Z_LVAL_P(z_value); in PHP_FUNCTION()
1425 RETURN_BOOL(ftp->autoseek); in PHP_FUNCTION()