Home
last modified time | relevance | path

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

/PHP-5.5/ext/bz2/
H A Dbz2_filter.c32 PHP_BZ2_RUNNING, enumerator
104 data->status = PHP_BZ2_RUNNING; in php_bz2_decompress_filter()
107 if (data->status != PHP_BZ2_RUNNING) { in php_bz2_decompress_filter()
157 if ((data->status == PHP_BZ2_RUNNING) && (flags & PSFS_FLAG_FLUSH_CLOSE)) { in php_bz2_decompress_filter()
187 if (data->status == PHP_BZ2_RUNNING) { in php_bz2_decompress_dtor()

Completed in 6 milliseconds