Home
last modified time | relevance | path

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

/PHP-8.2/ext/ftp/
H A Dftp.h41 } ftptype_t; typedef
47 ftptype_t type; /* transfer type */
66 ftptype_t type; /* current transfer type */
183 …t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long …
188 …_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type, zend_long …
193 …pend(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type);
213 …t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long …
218 …_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()
626 ftptype_t xtype; in PHP_FUNCTION()
694 ftptype_t xtype; in PHP_FUNCTION()
757 ftptype_t xtype; in PHP_FUNCTION()
864 ftptype_t xtype; in PHP_FUNCTION()
911 ftptype_t xtype; in PHP_FUNCTION()
964 ftptype_t xtype; in PHP_FUNCTION()
1016 ftptype_t xtype; in PHP_FUNCTION()
1050 ftptype_t xtype; in PHP_FUNCTION()
H A Dftp.c89 static int ftp_type(ftpbuf_t *ftp, ftptype_t type);
766 ftp_type(ftpbuf_t *ftp, ftptype_t type) in ftp_type()
890 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t ty… in ftp_get()
985 ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t typ… in ftp_put()
1067 ftp_append(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t in ftp_append()
2082 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t in ftp_nb_get()
2154 ftptype_t type; in ftp_nb_continue_read()
2210 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 16 milliseconds