Lines Matching refs:autoseek
382 ftp->autoseek = FTP_DEFAULT_AUTOSEEK; in PHP_FUNCTION()
419 ftp->autoseek = FTP_DEFAULT_AUTOSEEK; in PHP_FUNCTION()
803 if (!ftp->autoseek && resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
807 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
849 if (!ftp->autoseek && resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
853 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
922 if (!ftp->autoseek && resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
930 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
988 if (!ftp->autoseek && resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
994 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
1101 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1105 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1151 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1155 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1208 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1212 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1263 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1267 if (ftp->autoseek && startpos) { in PHP_FUNCTION()
1481 ftp->autoseek = Z_TYPE_P(z_value) == IS_TRUE ? 1 : 0; in PHP_FUNCTION()
1522 RETURN_BOOL(ftp->autoseek); in PHP_FUNCTION()