Searched refs:debug_erealloc_fail_threshold (Results 1 – 3 of 3) sorted by relevance
207 mysqlnd_globals->debug_erealloc_fail_threshold = -1; in ZEND_DECLARE_MODULE_GLOBALS()245 …realloc_fail_threshold","-1", PHP_INI_SYSTEM, OnUpdateLong, debug_erealloc_fail_threshold, zend_…
249 long * threshold = &MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_erealloc()290 …d = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_perealloc()
281 long debug_erealloc_fail_threshold; variable
Completed in 10 milliseconds