Home
last modified time | relevance | path

Searched refs:PHP_FTP_AUTORESUME (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/ftp/
H A Dphp_ftp.c761 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
805 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
883 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
944 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1037 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1043 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1084 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1090 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1139 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1145 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
[all …]
H A Dphp_ftp.h32 #define PHP_FTP_AUTORESUME -1 macro

Completed in 8 milliseconds