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
313 static unsigned short php_fopen_do_pasv(php_stream *stream, char *ip, size_t ip_size, char **phosts… in php_fopen_do_pasv()
406 php_stream *stream = NULL, *datastream = NULL; in php_stream_url_wrap_ftp() local
605 static ssize_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count) in php_ftp_dirstream_read()
646 static int php_ftp_dirstream_close(php_stream *stream, int close_handle) in php_ftp_dirstream_close()
684 php_stream *stream, *reuseid, *datastream = NULL; in php_stream_ftp_opendir() local
775 php_stream *stream = NULL; in php_stream_ftp_url_stat() local
897 php_stream *stream = NULL; in php_stream_ftp_unlink() local
946 php_stream *stream = NULL; in php_stream_ftp_rename() local
1024 php_stream *stream = NULL; in php_stream_ftp_mkdir() local
1116 php_stream *stream = NULL; in php_stream_ftp_rmdir() local