Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/
H A Dphp_ftp.c132 ZEND_ARG_INFO(0, resumepos)
140 ZEND_ARG_INFO(0, resumepos)
869 resumepos = 0; in PHP_FUNCTION()
872 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
876 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
917 resumepos = 0; in PHP_FUNCTION()
920 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
992 resumepos = 0; in PHP_FUNCTION()
999 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
1060 resumepos = 0; in PHP_FUNCTION()
[all …]
H A Dftp.h184 …p_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos);
214 …p_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos);
H A Dftp.c893 …hp_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos) in ftp_get() argument
912 if (resumepos > 0) { in ftp_get()
913 int arg_len = snprintf(arg, sizeof(arg), ZEND_LONG_FMT, resumepos); in ftp_get()
2108 …hp_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos) in ftp_nb_get() argument
2125 if (resumepos>0) { in ftp_nb_get()
2126 int arg_len = snprintf(arg, sizeof(arg), ZEND_LONG_FMT, resumepos); in ftp_nb_get()

Completed in 16 milliseconds