Home
last modified time | relevance | path

Searched refs:ZLIBG (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/zlib/
H A Dzlib.c351 ZLIBG(ob_gzhandler_status) = 0; in PHP_RINIT_FUNCTION()
352 ZLIBG(compression_coding) = 0; in PHP_RINIT_FUNCTION()
754 ZLIBG(stream).avail_out = outlen; in php_do_deflate()
791 ZLIBG(stream).opaque = Z_NULL; in php_deflate_string()
805 if (deflateInit(&ZLIBG(stream), ZLIBG(output_compression_level)) != Z_OK) { in php_deflate_string()
817 ZLIBG(crc) = crc32(ZLIBG(crc), (const Bytef *) str, str_length); in php_deflate_string()
848 deflateEnd(&ZLIBG(stream)); in php_deflate_string()
1009 ZLIBG(ob_gzhandler_status) = -1; in PHP_FUNCTION()
1019 ZLIBG(ob_gzhandler_status) = -1; in PHP_FUNCTION()
1094 ZLIBG(output_compression) = 0; in php_gzip_output_handler()
[all …]
H A Dphp_zlib.h50 #define ZLIBG(v) TSRMG(zlib_globals_id, zend_zlib_globals *, v) macro
52 #define ZLIBG(v) (zlib_globals.v) macro

Completed in 7 milliseconds