Searched refs:enabler (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd_statistics.h | 60 #define MYSQLND_DEC_STATISTIC(enabler, stats, statistic) \ argument 64 if ((enabler) && _p_s && _s != _p_s->count) { \ 69 #define MYSQLND_INC_STATISTIC(enabler, stats, statistic) \ argument 73 if ((enabler) && _p_s && _s != _p_s->count) { \ 78 #define MYSQLND_INC_STATISTIC_W_VALUE(enabler, stats, statistic, value) \ argument 82 if ((enabler) && _p_s && _s != _p_s->count) { \ 88 #define MYSQLND_INC_STATISTIC_W_VALUE2(enabler, stats, statistic1, value1, statistic2, value2) \ argument 91 if ((enabler) && _p_s) { \ 101 #define MYSQLND_INC_STATISTIC_W_VALUE3(enabler, stats, statistic1, value1, statistic2, value2, stat… argument 104 if ((enabler) && _p_s) { \
|
Completed in 6 milliseconds