Home
last modified time | relevance | path

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

/PHP-7.0/ext/ftp/
H A Dphp_ftp.c133 ZEND_ARG_INFO(0, resumepos)
141 ZEND_ARG_INFO(0, resumepos)
790 zend_long mode, resumepos=0; in PHP_FUNCTION() local
804 resumepos = 0; in PHP_FUNCTION()
807 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
850 resumepos = 0; in PHP_FUNCTION()
853 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
910 zend_long mode, resumepos=0; in PHP_FUNCTION() local
923 resumepos = 0; in PHP_FUNCTION()
976 zend_long mode, resumepos=0; in PHP_FUNCTION() local
[all …]
H A Dftp.h174 …p_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resumepos);
199 …b_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resumepos);
H A Dftp.c831 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resumepos) in ftp_get() argument
850 if (resumepos > 0) { in ftp_get()
851 snprintf(arg, sizeof(arg), ZEND_LONG_FMT, resumepos); in ftp_get()
1895 …nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resumepos) in ftp_nb_get() argument
1912 if (resumepos>0) { in ftp_nb_get()
1913 snprintf(arg, sizeof(arg), ZEND_LONG_FMT, resumepos); in ftp_nb_get()

Completed in 18 milliseconds