Home
last modified time | relevance | path

Searched defs:conn_stats (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_statistics.h132 #define MYSQLND_DEC_CONN_STATISTIC(conn_stats, statistic) \ argument
138 #define MYSQLND_INC_CONN_STATISTIC(conn_stats, statistic) \ argument
142 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE(conn_stats, statistic, value) \ argument
146 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) \ argument
150 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, sta… argument
157 #define MYSQLND_DEC_CONN_STATISTIC(conn_stats, statistic) argument
159 #define MYSQLND_INC_CONN_STATISTIC(conn_stats, statistic) argument
160 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE(conn_stats, statistic, value) argument
161 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) argument
162 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, sta… argument

Completed in 5 milliseconds