Home
last modified time | relevance | path

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

/PHP-7.3/ext/ftp/
H A Dphp_ftp.c854 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
900 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
982 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1046 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1146 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1152 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1196 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1202 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1253 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1259 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
[all …]
H A Dphp_ftp.h34 #define PHP_FTP_AUTORESUME -1 macro

Completed in 9 milliseconds