Searched refs:stats_ptr (Results 1 – 1 of 1) sorted by relevance
219 MYSQLND_STATS stats, *stats_ptr = mysqlnd_global_stats; in _mysqlnd_get_client_stats() local221 if (!stats_ptr) { in _mysqlnd_get_client_stats()223 stats_ptr = &stats; in _mysqlnd_get_client_stats()225 mysqlnd_fill_stats_hash(stats_ptr, mysqlnd_stats_values_names, return_value ZEND_FILE_LINE_CC); in _mysqlnd_get_client_stats()
Completed in 6 milliseconds