Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dphp_mysqlnd.c167 mysqlnd_globals->debug_ecalloc_fail_threshold = -1; in ZEND_DECLARE_MODULE_GLOBALS()
211 …ecalloc_fail_threshold","-1", PHP_INI_SYSTEM, OnUpdateLong, debug_ecalloc_fail_threshold, zend_m…
H A Dmysqlnd_alloc.c159 zend_long * threshold = &MYSQLND_G(debug_ecalloc_fail_threshold); in _mysqlnd_ecalloc()
197 …old = persistent? &MYSQLND_G(debug_calloc_fail_threshold):&MYSQLND_G(debug_ecalloc_fail_threshold); in _mysqlnd_pecalloc()
H A Dmysqlnd.h319 zend_long debug_ecalloc_fail_threshold; variable

Completed in 17 milliseconds