Home
last modified time | relevance | path

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

/PHP-5.3/ext/zlib/
H A Dzlib.c536 unsigned int factor=1, maxfactor=16; in PHP_FUNCTION() local
563 } while ((status == Z_BUF_ERROR) && (!plength) && (factor < maxfactor)); in PHP_FUNCTION()
643 unsigned int factor=1, maxfactor=16; in PHP_FUNCTION() local
701 …((Z_BUF_ERROR == status || (Z_OK == status && stream.avail_in)) && !plength && factor < maxfactor); in PHP_FUNCTION()
705 if ((plength && Z_OK == status) || factor >= maxfactor) { in PHP_FUNCTION()
/PHP-5.3/ext/standard/
H A Dimage.c201 int factor=1,maxfactor=16; in php_handle_swc() local
232 } while ((status==Z_BUF_ERROR)&&(factor<maxfactor)); in php_handle_swc()

Completed in 13 milliseconds