Lines Matching defs:stream
68 #define GET_FTP_RESULT(stream) get_ftp_result((stream), tmp_line, sizeof(tmp_line)) argument
77 static inline int get_ftp_result(php_stream *stream, char *buffer, size_t buffer_size) in get_ftp_result()
88 static int php_stream_ftp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_s… in php_stream_ftp_stream_stat()
97 static int php_stream_ftp_stream_close(php_stream_wrapper *wrapper, php_stream *stream) in php_stream_ftp_stream_close()
129 php_stream *stream = NULL, *reuseid = NULL; in php_ftp_fopen_connect() local
315 static unsigned short php_fopen_do_pasv(php_stream *stream, char *ip, size_t ip_size, char **phosts… in php_fopen_do_pasv()
408 php_stream *stream = NULL, *datastream = NULL; in php_stream_url_wrap_ftp() local
607 static ssize_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count) in php_ftp_dirstream_read()
647 static int php_ftp_dirstream_close(php_stream *stream, int close_handle) in php_ftp_dirstream_close()
685 php_stream *stream, *reuseid, *datastream = NULL; in php_stream_ftp_opendir() local
776 php_stream *stream = NULL; in php_stream_ftp_url_stat() local
898 php_stream *stream = NULL; in php_stream_ftp_unlink() local
947 php_stream *stream = NULL; in php_stream_ftp_rename() local
1025 php_stream *stream = NULL; in php_stream_ftp_mkdir() local
1117 php_stream *stream = NULL; in php_stream_ftp_rmdir() local