Searched refs:debug_realloc_fail_threshold (Results 1 – 3 of 3) sorted by relevance
234 mysqlnd_globals->debug_realloc_fail_threshold = -1; in ZEND_DECLARE_MODULE_GLOBALS()269 …realloc_fail_threshold","-1", PHP_INI_SYSTEM, OnUpdateLong, debug_realloc_fail_threshold, zend_m…
287 …long * threshold = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erealloc_… in _mysqlnd_perealloc()465 long * threshold = &MYSQLND_G(debug_realloc_fail_threshold); in _mysqlnd_realloc()
277 long debug_realloc_fail_threshold; variable
Completed in 15 milliseconds