Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_statistics.h126 #define MYSQLND_DEC_CONN_STATISTIC(conn_stats, statistic) \ argument
132 #define MYSQLND_INC_CONN_STATISTIC(conn_stats, statistic) \ argument
136 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE(conn_stats, statistic, value) \ argument
140 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) \ argument
144 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, sta… argument
151 #define MYSQLND_DEC_CONN_STATISTIC(conn_stats, statistic) argument
153 #define MYSQLND_INC_CONN_STATISTIC(conn_stats, statistic) argument
154 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE(conn_stats, statistic, value) argument
155 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) argument
156 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, sta… argument
H A Dmysqlnd_wireprotocol.c281 MYSQLND_STATS * conn_stats, MYSQLND_ERROR_INFO * error_info TSRMLS_DC) in mysqlnd_read_header()

Completed in 11 milliseconds