Home
last modified time | relevance | path

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

/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_alloc.c73 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_emalloc() local
92 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pemalloc() local
114 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_ecalloc() local
134 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pecalloc() local
156 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_erealloc() local
176 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_perealloc() local
199 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_efree() local
230 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pefree() local
262 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pememdup() local
293 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pestrndup() local
[all …]
H A Dphp_mysqlnd.c112 …php_info_print_table_row(2, "Collecting memory statistics", MYSQLND_G(collect_memory_statistics)? … in PHP_MINFO_FUNCTION()
145 mysqlnd_globals->collect_memory_statistics = FALSE; in ZEND_DECLARE_MODULE_GLOBALS()
177 …nd.collect_memory_statistics","0",PHP_INI_SYSTEM, OnUpdateBool, collect_memory_statistics, zend_my…
H A Dmysqlnd.h308 bool collect_memory_statistics; variable
/PHP-8.2/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-8.2/
H A Dphp.ini-development1216 mysqlnd.collect_memory_statistics = On
H A Dphp.ini-production1218 mysqlnd.collect_memory_statistics = Off

Completed in 32 milliseconds