Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.c82 long * threshold = &MYSQLND_G(debug_emalloc_fail_threshold); in _mysqlnd_emalloc() local
122 …long * threshold = persistent? &MYSQLND_G(debug_malloc_fail_threshold):&MYSQLND_G(debug_emalloc_fa… in _mysqlnd_pemalloc() local
165 long * threshold = &MYSQLND_G(debug_ecalloc_fail_threshold); in _mysqlnd_ecalloc() local
206 …long * threshold = persistent? &MYSQLND_G(debug_calloc_fail_threshold):&MYSQLND_G(debug_ecalloc_fa… in _mysqlnd_pecalloc() local
249 long * threshold = &MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_erealloc() local
290 …long * threshold = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erealloc_… in _mysqlnd_perealloc() local
396 long * threshold = &MYSQLND_G(debug_malloc_fail_threshold); in _mysqlnd_malloc() local
435 long * threshold = &MYSQLND_G(debug_calloc_fail_threshold); in _mysqlnd_calloc() local
474 long * threshold = &MYSQLND_G(debug_realloc_fail_threshold); in _mysqlnd_realloc() local
/PHP-5.5/ext/gd/libgd/
H A Dgd_crop.c227 gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color, const float threshold) in gdImageCropThreshold()
344 static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold) in gdColorMatch()
/PHP-5.5/ext/gd/
H A Dgd.c4379 static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold) in _php_image_bw_convert()
4434 long height, width, threshold; in _php_image_convert() local
5058 double threshold = 0.5f; in PHP_FUNCTION() local

Completed in 27 milliseconds