Searched refs:ftptype_t (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/ftp/ |
H A D | ftp.h | 44 } ftptype_t; typedef 50 ftptype_t type; /* transfer type */ 69 ftptype_t type; /* current transfer type */ 172 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumepos … 177 int ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, int startpos TS… 197 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumep… 202 int ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, int startpos…
|
H A D | php_ftp.c | 740 ftptype_t xtype; in PHP_FUNCTION() 784 ftptype_t xtype; in PHP_FUNCTION() 854 ftptype_t xtype; in PHP_FUNCTION() 917 ftptype_t xtype; in PHP_FUNCTION() 1022 ftptype_t xtype; in PHP_FUNCTION() 1069 ftptype_t xtype; in PHP_FUNCTION() 1121 ftptype_t xtype; in PHP_FUNCTION() 1174 ftptype_t xtype; in PHP_FUNCTION()
|
H A D | ftp.c | 100 static int ftp_type(ftpbuf_t *ftp, ftptype_t type); 660 ftp_type(ftpbuf_t *ftp, ftptype_t type) in ftp_type() 784 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumepos TSRML… in ftp_get() 882 ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, int startpos TSRMLS_… in ftp_put() 1699 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumepos TS… in ftp_nb_get() 1766 ftptype_t type; in ftp_nb_continue_read() 1823 ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, int startpos TSRM… in ftp_nb_put()
|
Completed in 16 milliseconds