debug_erealloc_fail_threshold  281 ext/mysqlnd/mysqlnd.h 	long			debug_erealloc_fail_threshold;
debug_erealloc_fail_threshold  249 ext/mysqlnd/mysqlnd_alloc.c 	long * threshold = &MYSQLND_G(debug_erealloc_fail_threshold);
debug_erealloc_fail_threshold  290 ext/mysqlnd/mysqlnd_alloc.c 	long * threshold = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erealloc_fail_threshold);
debug_erealloc_fail_threshold  207 ext/mysqlnd/php_mysqlnd.c 	mysqlnd_globals->debug_erealloc_fail_threshold = -1;
debug_erealloc_fail_threshold  245 ext/mysqlnd/php_mysqlnd.c 	STD_PHP_INI_ENTRY("mysqlnd.debug_erealloc_fail_threshold","-1",   PHP_INI_SYSTEM,	OnUpdateLong,	debug_erealloc_fail_threshold,	zend_mysqlnd_globals,		mysqlnd_globals)