Home
last modified time | relevance | path

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

/PHP-7.3/ext/ftp/
H A Dftp.h43 } ftptype_t; typedef
49 ftptype_t type; /* transfer type */
68 ftptype_t type; /* current transfer type */
184 …t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long …
189 …_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type, zend_long …
194 …pend(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type);
214 …t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long …
219 …_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type, zend_long …
H A Dphp_ftp.c831 ftptype_t xtype; in PHP_FUNCTION()
877 ftptype_t xtype; in PHP_FUNCTION()
951 ftptype_t xtype; in PHP_FUNCTION()
1016 ftptype_t xtype; in PHP_FUNCTION()
1129 ftptype_t xtype; in PHP_FUNCTION()
1178 ftptype_t xtype; in PHP_FUNCTION()
1233 ftptype_t xtype; in PHP_FUNCTION()
1287 ftptype_t xtype; in PHP_FUNCTION()
1323 ftptype_t xtype; in PHP_FUNCTION()
H A Dftp.c88 static int ftp_type(ftpbuf_t *ftp, ftptype_t type);
762 ftp_type(ftpbuf_t *ftp, ftptype_t type) in ftp_type()
888 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t ty… in ftp_get()
984 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()
2093 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t in ftp_nb_get()
2157 ftptype_t type; in ftp_nb_continue_read()
2214 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 13 milliseconds