Home
last modified time | relevance | path

Searched refs:collect_memory_statistics (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.c80 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_emalloc() local
120 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pemalloc() local
163 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_ecalloc() local
204 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pecalloc() local
246 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_erealloc() local
287 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_perealloc() local
331 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_efree() local
362 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pefree() local
394 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_malloc() local
433 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_calloc() local
[all …]
H A Dphp_mysqlnd.c160 …php_info_print_table_row(2, "Collecting memory statistics", MYSQLND_G(collect_memory_statistics)? … in PHP_MINFO_FUNCTION()
195 mysqlnd_globals->collect_memory_statistics = FALSE; in ZEND_DECLARE_MODULE_GLOBALS()
231 …collect_memory_statistics", "0", PHP_INI_SYSTEM, OnUpdateBool, collect_memory_statistics, zend_my…
H A Dmysqlnd.h268 zend_bool collect_memory_statistics;
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats_implicit_free.phpt14 mysqlnd.collect_memory_statistics=1
H A Dmysqli_get_client_stats_off.phpt14 mysqlnd.collect_memory_statistics=0
H A Dmysqli_get_client_stats_skipped.phpt5 mysqlnd.collect_memory_statistics="1"
H A Dmysqli_get_connection_stats_off.phpt5 mysqlnd.collect_memory_statistics="0"
H A Dmysqli_get_connection_stats.phpt5 mysqlnd.collect_memory_statistics="1"
H A Dmysqli_get_client_stats_ps.phpt14 mysqlnd.collect_memory_statistics=1
H A Dmysqli_get_client_stats.phpt14 mysqlnd.collect_memory_statistics=1
/PHP-5.5/
H A Dphp.ini-development1214 ; http://php.net/mysqlnd.collect_memory_statistics
1215 mysqlnd.collect_memory_statistics = On
H A Dphp.ini-production1214 ; http://php.net/mysqlnd.collect_memory_statistics
1215 mysqlnd.collect_memory_statistics = Off

Completed in 34 milliseconds