Home
last modified time | relevance | path

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

/PHP-7.2/ext/ftp/
H A Dphp_ftp.c856 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
902 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
984 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1048 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1148 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1154 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1198 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1204 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1255 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1261 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
[all …]
H A Dphp_ftp.h36 #define PHP_FTP_AUTORESUME -1 macro

Completed in 11 milliseconds