23#define phpext_bz2_ptr &bz2_module_entry
29#define phpext_bz2_ptr NULL
33# ifdef PHP_BZ2_EXPORTS
34# define PHP_BZ2_API __declspec(dllexport)
35# elif defined(COMPILE_DL_BZ2)
36# define PHP_BZ2_API __declspec(dllimport)
40#elif defined(__GNUC__) && __GNUC__ >= 4
41# define PHP_BZ2_API __attribute__ ((visibility("default")))
47#define PHP_BZ2_VERSION PHP_VERSION
52#define php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz), (mode), (innerstream) STREAMS_CC)
53#define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper), (path), (mode), (options), (opened_path), NULL STREAMS_CC)
57#define PHP_STREAM_IS_BZIP2 &php_stream_bz2io_ops
60#define PHP_BZ2_FILTER_DEFAULT_BLOCKSIZE 4
63#define PHP_BZ2_FILTER_DEFAULT_WORKFACTOR 0
const php_stream_filter_factory php_bz2_filter_factory
PHP_BZ2_API php_stream * _php_stream_bz2open_from_BZFILE(BZFILE *bz, const char *mode, php_stream *innerstream STREAMS_DC)
PHP_BZ2_API php_stream * _php_stream_bz2open(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
const php_stream_ops php_stream_bz2io_ops
PHP_JSON_API size_t int options
struct _php_stream_filter_factory php_stream_filter_factory
struct _php_stream php_stream
struct _php_stream_context php_stream_context
struct _php_stream_ops php_stream_ops
struct _php_stream_wrapper php_stream_wrapper
struct _zend_string zend_string
struct _zend_module_entry zend_module_entry