Home
last modified time | relevance | path

Searched refs:enabler (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_statistics.h68 #define MYSQLND_DEC_STATISTIC(enabler, stats, statistic) \ argument
72 if ((enabler) && _p_s && _s != _p_s->count) { \
77 #define MYSQLND_INC_STATISTIC(enabler, stats, statistic) \ argument
81 if ((enabler) && _p_s && _s != _p_s->count) { \
86 #define MYSQLND_INC_STATISTIC_W_VALUE(enabler, stats, statistic, value) \ argument
90 if ((enabler) && _p_s && _s != _p_s->count) { \
96 #define MYSQLND_INC_STATISTIC_W_VALUE2(enabler, stats, statistic1, value1, statistic2, value2) \ argument
99 if ((enabler) && _p_s) { \
109 #define MYSQLND_INC_STATISTIC_W_VALUE3(enabler, stats, statistic1, value1, statistic2, value2, stat… argument
112 if ((enabler) && _p_s) { \

Completed in 6 milliseconds