|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
| struct | _php_zlib_buffer |
| struct | _php_zlib_context |
Macros | |
| #define | PHP_ZLIB_VERSION PHP_VERSION |
| #define | PHP_ZLIB_ENCODING_RAW -0xf |
| #define | PHP_ZLIB_ENCODING_GZIP 0x1f |
| #define | PHP_ZLIB_ENCODING_DEFLATE 0x0f |
| #define | PHP_ZLIB_ENCODING_ANY 0x2f |
| #define | PHP_ZLIB_OUTPUT_HANDLER_NAME "zlib output compression" |
| #define | PHP_ZLIB_BUFFER_SIZE_GUESS(in_len) |
| #define | ZLIBG(v) |
| #define | zlib_module_ptr &php_zlib_module_entry |
| #define | phpext_zlib_ptr zlib_module_ptr |
Typedefs | |
| typedef struct _php_zlib_buffer | php_zlib_buffer |
| typedef struct _php_zlib_context | php_zlib_context |
Functions | |
| ZEND_END_MODULE_GLOBALS (zlib) | |
| php_stream * | php_stream_gzopen (php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) |
| #define PHP_ZLIB_BUFFER_SIZE_GUESS | ( | in_len | ) |
Definition at line 34 of file php_zlib.h.
| #define PHP_ZLIB_ENCODING_ANY 0x2f |
Definition at line 31 of file php_zlib.h.
| #define PHP_ZLIB_ENCODING_DEFLATE 0x0f |
Definition at line 29 of file php_zlib.h.
| #define PHP_ZLIB_ENCODING_GZIP 0x1f |
Definition at line 28 of file php_zlib.h.
| #define PHP_ZLIB_ENCODING_RAW -0xf |
Definition at line 27 of file php_zlib.h.
| #define PHP_ZLIB_OUTPUT_HANDLER_NAME "zlib output compression" |
Definition at line 33 of file php_zlib.h.
| #define PHP_ZLIB_VERSION PHP_VERSION |
Definition at line 23 of file php_zlib.h.
| #define phpext_zlib_ptr zlib_module_ptr |
Definition at line 72 of file php_zlib.h.
| #define zlib_module_ptr &php_zlib_module_entry |
Definition at line 71 of file php_zlib.h.
Definition at line 64 of file php_zlib.h.
| typedef struct _php_zlib_buffer php_zlib_buffer |
| typedef struct _php_zlib_context php_zlib_context |
| php_stream * php_stream_gzopen | ( | php_stream_wrapper * | wrapper, |
| const char * | path, | ||
| const char * | mode, | ||
| int | options, | ||
| zend_string ** | opened_path, | ||
| php_stream_context *context | STREAMS_DC ) |
Definition at line 139 of file zlib_fopen_wrapper.c.
| ZEND_END_MODULE_GLOBALS | ( | zlib | ) |
| int compression_coding |
Definition at line 61 of file php_zlib.h.
| bool handler_registered |
Definition at line 60 of file php_zlib.h.
| php_zlib_context* ob_gzhandler |
Definition at line 58 of file php_zlib.h.
| zend_long output_compression |
Definition at line 55 of file php_zlib.h.
| zend_long output_compression_default |
Definition at line 59 of file php_zlib.h.
| zend_long output_compression_level |
Definition at line 56 of file php_zlib.h.
| char* output_handler |
Definition at line 57 of file php_zlib.h.
|
extern |
Definition at line 129 of file zlib_fopen_wrapper.c.
|
extern |
Definition at line 210 of file zlib_fopen_wrapper.c.
|
extern |
Definition at line 419 of file zlib_filter.c.
|
extern |