Home
last modified time | relevance | path

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

/PHP-8.0/ext/bz2/
H A Dbz2_filter.c28 PHP_BZ2_RUNNING, enumerator
101 data->status = PHP_BZ2_RUNNING; in php_bz2_decompress_filter()
104 if (data->status != PHP_BZ2_RUNNING) { in php_bz2_decompress_filter()
155 if ((data->status == PHP_BZ2_RUNNING) && (flags & PSFS_FLAG_FLUSH_CLOSE)) { in php_bz2_decompress_filter()
185 if (data->status == PHP_BZ2_RUNNING) { in php_bz2_decompress_dtor()

Completed in 10 milliseconds