Home
last modified time | relevance | path

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

/PHP-7.0/ext/ftp/
H A Dftp.h45 } ftptype_t; typedef
51 ftptype_t type; /* transfer type */
70 ftptype_t type; /* current transfer type */
174 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resu…
179 int ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long start…
199 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long r…
204 int ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long st…
H A Dphp_ftp.c786 ftptype_t xtype; in PHP_FUNCTION()
832 ftptype_t xtype; in PHP_FUNCTION()
906 ftptype_t xtype; in PHP_FUNCTION()
971 ftptype_t xtype; in PHP_FUNCTION()
1084 ftptype_t xtype; in PHP_FUNCTION()
1133 ftptype_t xtype; in PHP_FUNCTION()
1188 ftptype_t xtype; in PHP_FUNCTION()
1243 ftptype_t xtype; in PHP_FUNCTION()
H A Dftp.c100 static int ftp_type(ftpbuf_t *ftp, ftptype_t type);
705 ftp_type(ftpbuf_t *ftp, ftptype_t type) in ftp_type()
831 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resumepos) in ftp_get()
923 ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long startpos) in ftp_put()
1895 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resume… in ftp_nb_get()
1955 ftptype_t type; in ftp_nb_continue_read()
2012 ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long startpo… in ftp_nb_put()

Completed in 18 milliseconds