debug_realloc_fail_threshold  276 ext/mysqlnd/mysqlnd.h 	zend_long		debug_realloc_fail_threshold;
debug_realloc_fail_threshold  290 ext/mysqlnd/mysqlnd_alloc.c 	zend_long * threshold = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erealloc_fail_threshold);
debug_realloc_fail_threshold  474 ext/mysqlnd/mysqlnd_alloc.c 	zend_long * threshold = &MYSQLND_G(debug_realloc_fail_threshold);
debug_realloc_fail_threshold  201 ext/mysqlnd/php_mysqlnd.c 	mysqlnd_globals->debug_realloc_fail_threshold = -1;
debug_realloc_fail_threshold  246 ext/mysqlnd/php_mysqlnd.c 	STD_PHP_INI_ENTRY("mysqlnd.debug_realloc_fail_threshold","-1",   PHP_INI_SYSTEM,	OnUpdateLong,	debug_realloc_fail_threshold,	zend_mysqlnd_globals,		mysqlnd_globals)