Home
last modified time | relevance | path

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

/PHP-8.0/ext/ftp/
H A Dphp_ftp.c600 resumepos = 0; in PHP_FUNCTION()
603 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
605 if (resumepos == PHP_FTP_AUTORESUME) { in PHP_FUNCTION()
607 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
647 resumepos = 0; in PHP_FUNCTION()
650 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
654 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
720 resumepos = 0; in PHP_FUNCTION()
727 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
787 resumepos = 0; in PHP_FUNCTION()
[all …]
H A Dftp.h182 …p_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos);
212 …p_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos);
H A Dftp.c866 …hp_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos) in ftp_get() argument
885 if (resumepos > 0) { in ftp_get()
886 int arg_len = snprintf(arg, sizeof(arg), ZEND_LONG_FMT, resumepos); in ftp_get()
2060 …hp_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos) in ftp_nb_get() argument
2077 if (resumepos>0) { in ftp_nb_get()
2078 int arg_len = snprintf(arg, sizeof(arg), ZEND_LONG_FMT, resumepos); in ftp_nb_get()

Completed in 15 milliseconds