Lines Matching defs:stream
73 #define GET_FTP_RESULT(stream) get_ftp_result((stream), tmp_line, sizeof(tmp_line)) argument
83 static inline int get_ftp_result(php_stream *stream, char *buffer, size_t buffer_size) in get_ftp_result()
95 static int php_stream_ftp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_s… in php_stream_ftp_stream_stat()
105 static int php_stream_ftp_stream_close(php_stream_wrapper *wrapper, php_stream *stream) in php_stream_ftp_stream_close()
138 php_stream *stream = NULL, *reuseid = NULL; in php_ftp_fopen_connect() local
325 static unsigned short php_fopen_do_pasv(php_stream *stream, char *ip, size_t ip_size, char **phosts… in php_fopen_do_pasv()
419 php_stream *stream = NULL, *datastream = NULL; in php_stream_url_wrap_ftp() local
611 static size_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count) in php_ftp_dirstream_read()
652 static int php_ftp_dirstream_close(php_stream *stream, int close_handle) in php_ftp_dirstream_close()
691 php_stream *stream, *reuseid, *datastream = NULL; in php_stream_ftp_opendir() local
783 php_stream *stream = NULL; in php_stream_ftp_url_stat() local
906 php_stream *stream = NULL; in php_stream_ftp_unlink() local
956 php_stream *stream = NULL; in php_stream_ftp_rename() local
1035 php_stream *stream = NULL; in php_stream_ftp_mkdir() local
1129 php_stream *stream = NULL; in php_stream_ftp_rmdir() local