Home
last modified time | relevance | path

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

/PHP-7.4/ext/bz2/
H A Dbz2_filter.c42 unsigned int small_footprint : 1; /* Decompress option */ member
96 status = BZ2_bzDecompressInit(streamp, 0, data->small_footprint); in php_bz2_decompress_filter()
334 data->small_footprint = 0; in php_bz2_filter_create()
352 data->small_footprint = zend_is_true(tmpzval); in php_bz2_filter_create()

Completed in 15 milliseconds