Home
last modified time | relevance | path

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

/PHP-7.4/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.c851 ftptype_t xtype; in PHP_FUNCTION()
899 ftptype_t xtype; in PHP_FUNCTION()
975 ftptype_t xtype; in PHP_FUNCTION()
1042 ftptype_t xtype; in PHP_FUNCTION()
1157 ftptype_t xtype; in PHP_FUNCTION()
1208 ftptype_t xtype; in PHP_FUNCTION()
1265 ftptype_t xtype; in PHP_FUNCTION()
1321 ftptype_t xtype; in PHP_FUNCTION()
1359 ftptype_t xtype; in PHP_FUNCTION()
H A Dftp.c93 static int ftp_type(ftpbuf_t *ftp, ftptype_t type);
767 ftp_type(ftpbuf_t *ftp, ftptype_t type) in ftp_type()
893 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t ty… in ftp_get()
989 ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t typ… in ftp_put()
1072 ftp_append(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t in ftp_append()
2108 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t in ftp_nb_get()
2172 ftptype_t type; in ftp_nb_continue_read()
2229 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 12 milliseconds