Home
last modified time | relevance | path

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

/PHP-5.6/ext/ftp/
H A Dphp_ftp.c764 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
808 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
886 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
947 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1043 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1049 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1090 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1096 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1145 if (!ftp->autoseek && startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
1151 if (startpos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
[all …]
H A Dphp_ftp.h33 #define PHP_FTP_AUTORESUME -1 macro

Completed in 11 milliseconds