debug_calloc_fail_threshold  283 ext/mysqlnd/mysqlnd.h 	long			debug_calloc_fail_threshold;
debug_calloc_fail_threshold  206 ext/mysqlnd/mysqlnd_alloc.c 	long * threshold = persistent? &MYSQLND_G(debug_calloc_fail_threshold):&MYSQLND_G(debug_ecalloc_fail_threshold);
debug_calloc_fail_threshold  435 ext/mysqlnd/mysqlnd_alloc.c 	long * threshold = &MYSQLND_G(debug_calloc_fail_threshold);
debug_calloc_fail_threshold  209 ext/mysqlnd/php_mysqlnd.c 	mysqlnd_globals->debug_calloc_fail_threshold = -1;
debug_calloc_fail_threshold  248 ext/mysqlnd/php_mysqlnd.c 	STD_PHP_INI_ENTRY("mysqlnd.debug_calloc_fail_threshold","-1",   PHP_INI_SYSTEM,	OnUpdateLong,	debug_calloc_fail_threshold,	zend_mysqlnd_globals,		mysqlnd_globals)