Home
last modified time | relevance | path

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

/PHP-8.1/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.c590 ftptype_t xtype; in PHP_FUNCTION()
634 ftptype_t xtype; in PHP_FUNCTION()
702 ftptype_t xtype; in PHP_FUNCTION()
765 ftptype_t xtype; in PHP_FUNCTION()
872 ftptype_t xtype; in PHP_FUNCTION()
919 ftptype_t xtype; in PHP_FUNCTION()
972 ftptype_t xtype; in PHP_FUNCTION()
1024 ftptype_t xtype; in PHP_FUNCTION()
1058 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()
2057 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t in ftp_nb_get()
2129 ftptype_t type; in ftp_nb_continue_read()
2185 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 15 milliseconds