Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_alloc.c84 zend_long * threshold = &MYSQLND_G(debug_emalloc_fail_threshold); in _mysqlnd_emalloc() local
124 …zend_long * threshold = persistent? &MYSQLND_G(debug_malloc_fail_threshold):&MYSQLND_G(debug_emall… in _mysqlnd_pemalloc() local
167 zend_long * threshold = &MYSQLND_G(debug_ecalloc_fail_threshold); in _mysqlnd_ecalloc() local
208 …zend_long * threshold = persistent? &MYSQLND_G(debug_calloc_fail_threshold):&MYSQLND_G(debug_ecall… in _mysqlnd_pecalloc() local
251 zend_long * threshold = &MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_erealloc() local
292 …zend_long * threshold = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erea… in _mysqlnd_perealloc() local
398 zend_long * threshold = &MYSQLND_G(debug_malloc_fail_threshold); in _mysqlnd_malloc() local
437 zend_long * threshold = &MYSQLND_G(debug_calloc_fail_threshold); in _mysqlnd_calloc() local
476 zend_long * threshold = &MYSQLND_G(debug_realloc_fail_threshold); in _mysqlnd_realloc() local
/PHP-7.1/ext/gd/libgd/
H A Dgd_crop.c227 gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color, const float threshold) in gdImageCropThreshold()
348 static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold) in gdColorMatch()
/PHP-7.1/ext/gd/
H A Dgd.c3973 static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold) in _php_image_bw_convert()
4027 zend_long height, width, threshold; in _php_image_convert() local
4649 double threshold = 0.5f; in PHP_FUNCTION() local

Completed in 21 milliseconds