Home
last modified time | relevance | path

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

/PHP-7.2/ext/bz2/
H A Dbz2_filter.c44 unsigned int small_footprint : 1; /* Decompress option */ member
97 status = BZ2_bzDecompressInit(streamp, 0, data->small_footprint); in php_bz2_decompress_filter()
331 data->small_footprint = 0; in php_bz2_filter_create()
349 data->small_footprint = zend_is_true(tmpzval); in php_bz2_filter_create()

Completed in 7 milliseconds