Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/
H A Dphp_ftp.c874 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
922 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1006 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1072 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1174 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1180 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1226 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1232 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1285 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1291 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
[all …]
H A Dphp_ftp.h34 #define PHP_FTP_AUTORESUME -1 macro

Completed in 9 milliseconds