Searched refs:enabler (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_statistics.h | 36 #define MYSQLND_DEC_STATISTIC(enabler, stats, statistic) \ argument 40 if ((enabler) && _p_s && _s != _p_s->count) { \ 45 #define MYSQLND_INC_STATISTIC(enabler, stats, statistic) \ argument 49 if ((enabler) && _p_s && _s != _p_s->count) { \ 54 #define MYSQLND_INC_STATISTIC_W_VALUE(enabler, stats, statistic, value) \ argument 58 if ((enabler) && _p_s && _s != _p_s->count) { \ 64 #define MYSQLND_INC_STATISTIC_W_VALUE2(enabler, stats, statistic1, value1, statistic2, value2) \ argument 67 if ((enabler) && _p_s) { \ 77 #define MYSQLND_INC_STATISTIC_W_VALUE3(enabler, stats, statistic1, value1, statistic2, value2, stat… argument 80 if ((enabler) && _p_s) { \
|
Completed in 6 milliseconds