Home
last modified time | relevance | path

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

/PHP-5.4/ext/ftp/
H A Dftp.h44 } 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, long resumepos…
177 int ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpos T…
197 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resume…
202 int ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpo…
H A Dphp_ftp.c740 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()
1025 ftptype_t xtype; in PHP_FUNCTION()
1072 ftptype_t xtype; in PHP_FUNCTION()
1124 ftptype_t xtype; in PHP_FUNCTION()
1177 ftptype_t xtype; in PHP_FUNCTION()
H A Dftp.c100 static int ftp_type(ftpbuf_t *ftp, ftptype_t type);
670 ftp_type(ftpbuf_t *ftp, ftptype_t type) in ftp_type()
794 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos TSRM… in ftp_get()
888 ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpos TSRMLS… in ftp_put()
1717 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos T… in ftp_nb_get()
1777 ftptype_t type; in ftp_nb_continue_read()
1834 ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpos TSR… in ftp_nb_put()

Completed in 11 milliseconds