Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c823 long * threshold = &MYSQLND_G(debug_emalloc_fail_threshold); in _mysqlnd_emalloc() local
856 …long * threshold = persistent? &MYSQLND_G(debug_malloc_fail_threshold):&MYSQLND_G(debug_emalloc_fa… in _mysqlnd_pemalloc() local
891 long * threshold = &MYSQLND_G(debug_ecalloc_fail_threshold); in _mysqlnd_ecalloc() local
924 …long * threshold = persistent? &MYSQLND_G(debug_calloc_fail_threshold):&MYSQLND_G(debug_ecalloc_fa… in _mysqlnd_pecalloc() local
960 long * threshold = &MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_erealloc() local
993 …long * threshold = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erealloc_… in _mysqlnd_perealloc() local
1078 long * threshold = &MYSQLND_G(debug_malloc_fail_threshold); in _mysqlnd_malloc() local
1109 long * threshold = &MYSQLND_G(debug_calloc_fail_threshold); in _mysqlnd_calloc() local
1140 long * threshold = &MYSQLND_G(debug_realloc_fail_threshold); in _mysqlnd_realloc() local
/PHP-5.3/ext/gd/
H A Dgd.c4486 static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold) in _php_image_bw_convert()
4545 long height, width, threshold; in _php_image_convert() local

Completed in 19 milliseconds