debug_emalloc_fail_threshold  271 ext/mysqlnd/mysqlnd.h 	zend_long		debug_emalloc_fail_threshold;
debug_emalloc_fail_threshold   82 ext/mysqlnd/mysqlnd_alloc.c 	zend_long * threshold = &MYSQLND_G(debug_emalloc_fail_threshold);
debug_emalloc_fail_threshold  122 ext/mysqlnd/mysqlnd_alloc.c 	zend_long * threshold = persistent? &MYSQLND_G(debug_malloc_fail_threshold):&MYSQLND_G(debug_emalloc_fail_threshold);
debug_emalloc_fail_threshold  196 ext/mysqlnd/php_mysqlnd.c 	mysqlnd_globals->debug_emalloc_fail_threshold = -1;
debug_emalloc_fail_threshold  240 ext/mysqlnd/php_mysqlnd.c 	STD_PHP_INI_ENTRY("mysqlnd.debug_emalloc_fail_threshold","-1",   PHP_INI_SYSTEM,	OnUpdateLong,	debug_emalloc_fail_threshold,	zend_mysqlnd_globals,		mysqlnd_globals)