Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd.h275 #define MYSQLND_INC_CONN_STATISTIC(conn_stats, statistic) \ argument
279 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE(conn_stats, statistic, value) \ argument
283 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) \ argument
287 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, sta… argument
296 #define MYSQLND_INC_CONN_STATISTIC(conn_stats, statistic) argument
297 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE(conn_stats, statistic, value) argument
298 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) argument
299 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, sta… argument
H A Dmysqlnd_protocol_frame_codec.c56 MYSQLND_STATS *conn_stats, MYSQLND_ERROR_INFO *error_info, in write_compressed_packet()
H A Dmysqlnd_wireprotocol.c244 MYSQLND_STATS * conn_stats, MYSQLND_ERROR_INFO * error_info) in mysqlnd_read_header()

Completed in 18 milliseconds