Home
last modified time | relevance | path

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

/imagick/tests/
H A D014-setresourcelimit.phpt24 …// Set maximum amount of disk space in bytes permitted for use by the pixel cache. When this limit
28 …//Set maximum number of open pixel cache files. When this limit is exceeded, any subsequent pixels…
31 …// Set maximum amount of memory map in bytes to allocate for the pixel cache. When this limit is e…
34 … memory in bytes to allocate for the pixel cache from the heap. When this limit is exceeded, the i…
H A Dskipif.inc38 "skip ImageMagick installed %x >= limit check %x",
/imagick/
H A DREADME.md97 These recommendations do not guarantee any security, but they should limit your exposure to any Ima…
109 * Disable the use of threads in ImageMagick by setting the thread resource limit in ImageMagick' po…
H A DImagick.stub.php1200 public static function setResourceLimit(int $type, int $limit): bool {} argument
H A DImagick_arginfo.h4744 ZEND_ARG_TYPE_INFO(0, limit, IS_LONG, 0)
4746 ZEND_ARG_INFO(0, limit)
H A Dimagick_class.c12147 double limit; local
12150 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ld", &type, &limit) == FAILURE) {
12154 status = MagickSetResourceLimit(type, (MagickSizeType)limit);

Completed in 62 milliseconds