Home
last modified time | relevance | path

Searched refs:debug_erealloc_fail_threshold (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/mysqlnd/
H A Dphp_mysqlnd.c195 mysqlnd_globals->debug_erealloc_fail_threshold = -1; in ZEND_DECLARE_MODULE_GLOBALS()
239 …realloc_fail_threshold","-1", PHP_INI_SYSTEM, OnUpdateLong, debug_erealloc_fail_threshold, zend_…
H A Dmysqlnd_alloc.c251 zend_long * threshold = &MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_erealloc()
292 …d = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_perealloc()
H A Dmysqlnd.h320 zend_long debug_erealloc_fail_threshold; variable

Completed in 17 milliseconds