Home
last modified time | relevance | path

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

/PHP-5.5/ext/ftp/
H A Dphp_ftp.c133 ZEND_ARG_INFO(0, resumepos)
141 ZEND_ARG_INFO(0, resumepos)
744 long mode, resumepos=0; in PHP_FUNCTION() local
756 resumepos = 0; in PHP_FUNCTION()
759 if (ftp->autoseek && resumepos) { in PHP_FUNCTION()
788 long mode, resumepos=0, ret; in PHP_FUNCTION() local
800 resumepos = 0; in PHP_FUNCTION()
858 long mode, resumepos=0; in PHP_FUNCTION() local
869 resumepos = 0; in PHP_FUNCTION()
921 long mode, resumepos=0; in PHP_FUNCTION() local
[all …]
H A Dftp.h172 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos
197 …(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos TSRMLS_DC);
H A Dftp.c794 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos TSRM… in ftp_get()
813 if (resumepos > 0) { in ftp_get()
814 snprintf(arg, sizeof(arg), "%ld", resumepos); in ftp_get()
1712 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos T… in ftp_nb_get()
1729 if (resumepos>0) { in ftp_nb_get()
1730 snprintf(arg, sizeof(arg), "%ld", resumepos); in ftp_nb_get()

Completed in 12 milliseconds