Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c95 if (*threshold) { in _mysqlnd_emalloc()
99 --*threshold; in _mysqlnd_emalloc()
134 if (*threshold) { in _mysqlnd_pemalloc()
138 --*threshold; in _mysqlnd_pemalloc()
181 --*threshold; in _mysqlnd_ecalloc()
220 --*threshold; in _mysqlnd_pecalloc()
264 --*threshold; in _mysqlnd_erealloc()
304 --*threshold; in _mysqlnd_perealloc()
405 --*threshold; in _mysqlnd_malloc()
443 --*threshold; in _mysqlnd_calloc()
[all …]
/PHP-5.4/ext/gd/tests/
H A Djpeg2wbmp_error1.phpt2 Test jpeg2wbmp() function : wrong threshold value param
35 Warning: jpeg2wbmp(): Invalid threshold value '9' in %s on line %d
37 Warning: jpeg2wbmp(): Invalid threshold value '-1' in %s on line %d
H A Dpng2wbmp_error1.phpt2 Test png2wbmp() function : wrong threshold value param
35 Warning: png2wbmp(): Invalid threshold value '9' in %s on line %d
37 Warning: png2wbmp(): Invalid threshold value '-1' in %s on line %d
/PHP-5.4/ext/gd/
H A Dgd.c168 static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold);
843 ZEND_ARG_INFO(0, threshold)
4528 static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold) in _php_image_bw_convert() argument
4564 if (median < threshold) { in _php_image_bw_convert()
4587 long height, width, threshold; in _php_image_convert() local
4604 …S_CC, "pplll", &f_org, &f_org_len, &f_dest, &f_dest_len, &height, &width, &threshold) == FAILURE) { in _php_image_convert()
4612 int_threshold = threshold; in _php_image_convert()
/PHP-5.4/ext/pcre/pcrelib/
H A DREADME278 them in a pattern. You can increase this threshold by setting, for example,
280 --with-posix-malloc-threshold=20
H A DChangeLog295 above a certain threshold (e.g: 256). The only limitation is that the value
296 must be bigger than the threshold as well. This function is useful when
297 the characters above the threshold are handled in the same way.
4733 POSIX_MALLOC_THRESHOLD is 10; it can be changed by --with-posix-malloc-threshold
4844 The output is an integer that contains the threshold above which the POSIX
/PHP-5.4/ext/mbstring/libmbfl/
H A DLICENSE257 threshold for this to be true is not precisely defined by law.
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1066 loc() for each call. The default threshold above which the stack is no
1069 --with-posix-malloc-threshold=20
1978 The output is an integer that contains the threshold above which the

Completed in 75 milliseconds