Home
last modified time | relevance | path

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

/PHP-7.2/ext/ftp/
H A Dftp.h45 } ftptype_t; typedef
51 ftptype_t type; /* transfer type */
70 ftptype_t type; /* current transfer type */
186 …t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long …
191 …_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type, zend_long …
196 …pend(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type);
216 …t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long …
221 …_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type, zend_long …
H A Dphp_ftp.c833 ftptype_t xtype; in PHP_FUNCTION()
879 ftptype_t xtype; in PHP_FUNCTION()
953 ftptype_t xtype; in PHP_FUNCTION()
1018 ftptype_t xtype; in PHP_FUNCTION()
1131 ftptype_t xtype; in PHP_FUNCTION()
1180 ftptype_t xtype; in PHP_FUNCTION()
1235 ftptype_t xtype; in PHP_FUNCTION()
1289 ftptype_t xtype; in PHP_FUNCTION()
1325 ftptype_t xtype; in PHP_FUNCTION()
H A Dftp.c90 static int ftp_type(ftpbuf_t *ftp, ftptype_t type);
764 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()
986 ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t typ… in ftp_put()
1069 ftp_append(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t in ftp_append()
2092 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t in ftp_nb_get()
2156 ftptype_t type; in ftp_nb_continue_read()
2213 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