Home
last modified time | relevance | path

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

/PHP-5.6/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, long resumepos…
179 int ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpos T…
199 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resume…
204 int ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpo…
H A Dphp_ftp.c743 ftptype_t xtype; in PHP_FUNCTION()
787 ftptype_t xtype; in PHP_FUNCTION()
857 ftptype_t xtype; in PHP_FUNCTION()
920 ftptype_t xtype; in PHP_FUNCTION()
1028 ftptype_t xtype; in PHP_FUNCTION()
1075 ftptype_t xtype; in PHP_FUNCTION()
1127 ftptype_t xtype; in PHP_FUNCTION()
1180 ftptype_t xtype; in PHP_FUNCTION()
H A Dftp.c100 static int ftp_type(ftpbuf_t *ftp, ftptype_t type);
673 ftp_type(ftpbuf_t *ftp, ftptype_t type) in ftp_type()
799 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos TSRM… in ftp_get()
891 ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpos TSRMLS… in ftp_put()
1722 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos T… in ftp_nb_get()
1782 ftptype_t type; in ftp_nb_continue_read()
1839 ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpos TSR… in ftp_nb_put()

Completed in 19 milliseconds