threshold 137 ext/gd/gd.c static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold); threshold 730 ext/gd/gd.c ZEND_ARG_INFO(0, threshold) threshold 789 ext/gd/gd.c ZEND_ARG_INFO(0, threshold) threshold 3939 ext/gd/gd.c static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold) threshold 3974 ext/gd/gd.c if (median < threshold) { threshold 3993 ext/gd/gd.c zend_long height, width, threshold; threshold 4010 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "pplll", &f_org, &f_org_len, &f_dest, &f_dest_len, &height, &width, &threshold) == FAILURE) { threshold 4018 ext/gd/gd.c int_threshold = threshold; threshold 4596 ext/gd/gd.c double threshold = 0.5f; threshold 4600 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|ldl", &IM, &mode, &threshold, &color) == FAILURE) { threshold 4624 ext/gd/gd.c im_crop = gdImageCropThreshold(im, color, (float) threshold); threshold 838 ext/gd/libgd/gd.h gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color, const float threshold); threshold 28 ext/gd/libgd/gd_crop.c static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold); threshold 227 ext/gd/libgd/gd_crop.c gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color, const float threshold) threshold 242 ext/gd/libgd/gd_crop.c if (threshold > 1.0) { threshold 253 ext/gd/libgd/gd_crop.c match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; threshold 269 ext/gd/libgd/gd_crop.c match = (gdColorMatch(im, color, gdImageGetPixel(im, x, y), threshold)) > 0; threshold 282 ext/gd/libgd/gd_crop.c match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; threshold 290 ext/gd/libgd/gd_crop.c match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; threshold 344 ext/gd/libgd/gd_crop.c static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold) threshold 352 ext/gd/libgd/gd_crop.c return (dist_perc <= threshold); threshold 82 ext/mysqlnd/mysqlnd_alloc.c zend_long * threshold = &MYSQLND_G(debug_emalloc_fail_threshold); threshold 95 ext/mysqlnd/mysqlnd_alloc.c if (*threshold) { threshold 99 ext/mysqlnd/mysqlnd_alloc.c --*threshold; threshold 100 ext/mysqlnd/mysqlnd_alloc.c } else if (*threshold == 0) { threshold 122 ext/mysqlnd/mysqlnd_alloc.c zend_long * threshold = persistent? &MYSQLND_G(debug_malloc_fail_threshold):&MYSQLND_G(debug_emalloc_fail_threshold); threshold 135 ext/mysqlnd/mysqlnd_alloc.c if (*threshold) { threshold 139 ext/mysqlnd/mysqlnd_alloc.c --*threshold; threshold 140 ext/mysqlnd/mysqlnd_alloc.c } else if (*threshold == 0) { threshold 165 ext/mysqlnd/mysqlnd_alloc.c zend_long * threshold = &MYSQLND_G(debug_ecalloc_fail_threshold); threshold 179 ext/mysqlnd/mysqlnd_alloc.c if (*threshold) { threshold 183 ext/mysqlnd/mysqlnd_alloc.c --*threshold; threshold 184 ext/mysqlnd/mysqlnd_alloc.c } else if (*threshold == 0) { threshold 206 ext/mysqlnd/mysqlnd_alloc.c zend_long * threshold = persistent? &MYSQLND_G(debug_calloc_fail_threshold):&MYSQLND_G(debug_ecalloc_fail_threshold); threshold 218 ext/mysqlnd/mysqlnd_alloc.c if (*threshold) { threshold 222 ext/mysqlnd/mysqlnd_alloc.c --*threshold; threshold 223 ext/mysqlnd/mysqlnd_alloc.c } else if (*threshold == 0) { threshold 249 ext/mysqlnd/mysqlnd_alloc.c zend_long * threshold = &MYSQLND_G(debug_erealloc_fail_threshold); threshold 263 ext/mysqlnd/mysqlnd_alloc.c if (*threshold) { threshold 267 ext/mysqlnd/mysqlnd_alloc.c --*threshold; threshold 268 ext/mysqlnd/mysqlnd_alloc.c } else if (*threshold == 0) { threshold 290 ext/mysqlnd/mysqlnd_alloc.c zend_long * threshold = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erealloc_fail_threshold); threshold 304 ext/mysqlnd/mysqlnd_alloc.c if (*threshold) { threshold 308 ext/mysqlnd/mysqlnd_alloc.c --*threshold; threshold 309 ext/mysqlnd/mysqlnd_alloc.c } else if (*threshold == 0) { threshold 396 ext/mysqlnd/mysqlnd_alloc.c zend_long * threshold = &MYSQLND_G(debug_malloc_fail_threshold); threshold 409 ext/mysqlnd/mysqlnd_alloc.c if (*threshold) { threshold 413 ext/mysqlnd/mysqlnd_alloc.c --*threshold; threshold 414 ext/mysqlnd/mysqlnd_alloc.c } else if (*threshold == 0) { threshold 435 ext/mysqlnd/mysqlnd_alloc.c zend_long * threshold = &MYSQLND_G(debug_calloc_fail_threshold); threshold 448 ext/mysqlnd/mysqlnd_alloc.c if (*threshold) { threshold 452 ext/mysqlnd/mysqlnd_alloc.c --*threshold; threshold 453 ext/mysqlnd/mysqlnd_alloc.c } else if (*threshold == 0) { threshold 474 ext/mysqlnd/mysqlnd_alloc.c zend_long * threshold = &MYSQLND_G(debug_realloc_fail_threshold); threshold 489 ext/mysqlnd/mysqlnd_alloc.c if (*threshold) { threshold 493 ext/mysqlnd/mysqlnd_alloc.c --*threshold; threshold 494 ext/mysqlnd/mysqlnd_alloc.c } else if (*threshold == 0) {