Home
last modified time | relevance | path

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

/PHP-8.0/ext/ftp/
H A Dftp.h41 } ftptype_t; typedef
47 ftptype_t type; /* transfer type */
66 ftptype_t type; /* current transfer type */
182 …t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long …
187 …_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type, zend_long …
192 …pend(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type);
212 …t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long …
217 …_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type, zend_long …
H A Dphp_ftp.c582 ftptype_t xtype; in PHP_FUNCTION()
629 ftptype_t xtype; in PHP_FUNCTION()
703 ftptype_t xtype; in PHP_FUNCTION()
769 ftptype_t xtype; in PHP_FUNCTION()
882 ftptype_t xtype; in PHP_FUNCTION()
932 ftptype_t xtype; in PHP_FUNCTION()
988 ftptype_t xtype; in PHP_FUNCTION()
1043 ftptype_t xtype; in PHP_FUNCTION()
1080 ftptype_t xtype; in PHP_FUNCTION()
H A Dftp.c89 static int ftp_type(ftpbuf_t *ftp, ftptype_t type);
742 ftp_type(ftpbuf_t *ftp, ftptype_t type) in ftp_type()
866 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t ty… in ftp_get()
961 ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t typ… in ftp_put()
1043 ftp_append(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t in ftp_append()
2060 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t in ftp_nb_get()
2123 ftptype_t type; in ftp_nb_continue_read()
2179 ftp_nb_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t in ftp_nb_put()

Completed in 18 milliseconds