Home
last modified time | relevance | path

Searched refs:resumepos (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/ftp/
H A Dphp_ftp.c597 resumepos = 0; in PHP_FUNCTION()
600 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
602 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
604 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
641 resumepos = 0; in PHP_FUNCTION()
644 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
648 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
708 resumepos = 0; in PHP_FUNCTION()
715 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
772 resumepos = 0; in PHP_FUNCTION()
[all …]
H A Dftp.h183 …p_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos);
213 …p_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos);
H A Dftp.c890 …hp_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos) in ftp_get() argument
909 if (resumepos > 0) { in ftp_get()
910 int arg_len = snprintf(arg, sizeof(arg), ZEND_LONG_FMT, resumepos); in ftp_get()
2082 …hp_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos) in ftp_nb_get() argument
2108 if (resumepos>0) { in ftp_nb_get()
2109 int arg_len = snprintf(arg, sizeof(arg), ZEND_LONG_FMT, resumepos); in ftp_nb_get()
/PHP-8.2/ext/ftp/tests/
H A Dgh10521.phpt2 GH-10521 (ftp_get/ftp_nb_get resumepos offset is maximum 10GB)
/PHP-8.2/
H A DNEWS1429 . Fixed bug GH-10521 (ftp_get/ftp_nb_get resumepos offset is maximum 10GB).

Completed in 24 milliseconds