Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqlnd/
H A Dphp_mysqlnd.c159 mysqlnd_globals->debug_erealloc_fail_threshold = -1; in ZEND_DECLARE_MODULE_GLOBALS()
193 …realloc_fail_threshold","-1", PHP_INI_SYSTEM, OnUpdateLong, debug_erealloc_fail_threshold, zend_…
H A Dmysqlnd.h292 long debug_erealloc_fail_threshold; variable
H A Dmysqlnd_debug.c960 long * threshold = &MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_erealloc()
993 …d = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_perealloc()

Completed in 22 milliseconds