Home
last modified time | relevance | path

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

/PHP-7.1/ext/ftp/
H A Dphp_ftp.c809 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
855 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
937 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1001 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1101 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1107 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1151 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1157 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1208 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1214 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
[all …]
H A Dphp_ftp.h36 #define PHP_FTP_AUTORESUME -1 macro

Completed in 7 milliseconds