Home
last modified time | relevance | path

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

/PHP-7.4/ext/bz2/
H A Dbz2_filter.c30 PHP_BZ2_RUNNING, enumerator
103 data->status = PHP_BZ2_RUNNING; in php_bz2_decompress_filter()
106 if (data->status != PHP_BZ2_RUNNING) { in php_bz2_decompress_filter()
156 if ((data->status == PHP_BZ2_RUNNING) && (flags & PSFS_FLAG_FLUSH_CLOSE)) { in php_bz2_decompress_filter()
186 if (data->status == PHP_BZ2_RUNNING) { in php_bz2_decompress_dtor()

Completed in 5 milliseconds