Home
last modified time | relevance | path

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

/PHP-5.3/ext/zlib/
H A Dzlib.c254 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free() function
597 stream.zfree = php_zlib_free; in PHP_FUNCTION()
664 stream.zfree = php_zlib_free; in PHP_FUNCTION()
790 ZLIBG(stream).zfree = php_zlib_free; in php_deflate_string()
880 stream.zfree = php_zlib_free; in PHP_FUNCTION()
H A Dzlib_filter.c46 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free() function
305 data->strm.zfree = (free_func) php_zlib_free; in php_zlib_filter_create()

Completed in 9 milliseconds