Lines Matching refs:php_stream

73 	php_stream *datastream;
74 php_stream *controlstream;
75 php_stream *dirstream;
80 static inline int get_ftp_result(php_stream *stream, char *buffer, size_t buffer_size) in get_ftp_result()
92 static int php_stream_ftp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_s… in php_stream_ftp_stream_stat()
102 static int php_stream_ftp_stream_close(php_stream_wrapper *wrapper, php_stream *stream) in php_stream_ftp_stream_close()
104 php_stream *controlstream = stream->wrapperthis; in php_stream_ftp_stream_close()
131 static php_stream *php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char … in php_ftp_fopen_connect()
132 zend_string **opened_path, php_stream_context *context, php_stream **preuseid, in php_ftp_fopen_connect()
135 php_stream *stream = NULL, *reuseid = NULL; in php_ftp_fopen_connect()
322 static unsigned short php_fopen_do_pasv(php_stream *stream, char *ip, size_t ip_size, char **phosts… in php_fopen_do_pasv()
413 php_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, const char *path, const char *mod… in php_stream_url_wrap_ftp()
416 php_stream *stream = NULL, *datastream = NULL; in php_stream_url_wrap_ftp()
423 php_stream *reuseid=NULL; in php_stream_url_wrap_ftp()
616 static size_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count) in php_ftp_dirstream_read()
619 php_stream *innerstream; in php_ftp_dirstream_read()
657 static int php_ftp_dirstream_close(php_stream *stream, int close_handle) in php_ftp_dirstream_close()
693 php_stream * php_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode… in php_stream_ftp_opendir()
696 php_stream *stream, *reuseid, *datastream = NULL; in php_stream_ftp_opendir()
788 php_stream *stream = NULL; in php_stream_ftp_url_stat()
911 php_stream *stream = NULL; in php_stream_ftp_unlink()
961 php_stream *stream = NULL; in php_stream_ftp_rename()
1040 php_stream *stream = NULL; in php_stream_ftp_mkdir()
1133 php_stream *stream = NULL; in php_stream_ftp_rmdir()