Searched refs:resumepos (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/ftp/ |
H A D | php_ftp.c | 597 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 D | ftp.h | 183 …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 D | ftp.c | 890 …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 D | gh10521.phpt | 2 GH-10521 (ftp_get/ftp_nb_get resumepos offset is maximum 10GB)
|
/PHP-8.2/ |
H A D | NEWS | 1682 . Fixed bug GH-10521 (ftp_get/ftp_nb_get resumepos offset is maximum 10GB).
|
Completed in 34 milliseconds