Home
last modified time | relevance | path

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

/PHP-5.4/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()
1040 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1046 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1087 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1093 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1142 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1148 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
[all …]
H A Dphp_ftp.h32 #define PHP_FTP_AUTORESUME -1 macro

Completed in 7 milliseconds