Searched refs:statistic2 (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd_statistics.h | 88 #define MYSQLND_INC_STATISTIC_W_VALUE2(enabler, stats, statistic1, value1, statistic2, value2) \ argument 95 enum_mysqlnd_collected_stats _s2 = (statistic2);\ 101 #define MYSQLND_INC_STATISTIC_W_VALUE3(enabler, stats, statistic1, value1, statistic2, value2, stat… argument 109 enum_mysqlnd_collected_stats _s2 = (statistic2);\ 127 #define MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(statistic1, value1, statistic2, value2) \ argument 138 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) \ argument 140 …ALUE2(MYSQLND_G(collect_statistics), (conn_stats), (statistic1), (value1), (statistic2), (value2)); 142 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, sta… argument 150 #define MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(statistic1, value1, statistic2, value2) argument 153 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) argument [all …]
|
Completed in 7 milliseconds