Searched refs:enum_mysqlnd_collected_stats (Results 1 – 8 of 8) sorted by relevance
56 enum_mysqlnd_collected_stats _s = (statistic);\65 enum_mysqlnd_collected_stats _s = (statistic);\74 enum_mysqlnd_collected_stats _s = (statistic);\88 enum_mysqlnd_collected_stats _s1 = (statistic1);\89 enum_mysqlnd_collected_stats _s2 = (statistic2);\102 enum_mysqlnd_collected_stats _s1 = (statistic1);\103 enum_mysqlnd_collected_stats _s2 = (statistic2);\104 enum_mysqlnd_collected_stats _s3 = (statistic3);\118 …rigger mysqlnd_stats_set_trigger(MYSQLND_STATS * const stats, enum_mysqlnd_collected_stats stat, m…
251 mysqlnd_stats_set_trigger(MYSQLND_STATS * const stats, enum_mysqlnd_collected_stats statistic, mysq… in mysqlnd_stats_set_trigger()
600 } enum_mysqlnd_collected_stats; typedef
63 static enum_mysqlnd_collected_stats packet_type_to_statistic_byte_count[PROT_LAST] =77 static enum_mysqlnd_collected_stats packet_type_to_statistic_packet_count[PROT_LAST] =1568 enum_mysqlnd_collected_stats statistic; in php_mysqlnd_rowp_read_binary_protocol()1669 enum_mysqlnd_collected_stats statistic; in php_mysqlnd_rowp_read_text_protocol_aux()
300 typedef void (*mysqlnd_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int6…
492 enum_mysqlnd_collected_stats statistic = STAT_LAST; in mysqlnd_query_read_result_set_header()
2186 enum_mysqlnd_collected_stats statistic = STAT_LAST; in MYSQLND_METHOD_PRIVATE()
2463 static enum_mysqlnd_collected_stats close_type_to_stat_map[MYSQLND_CLOSE_LAST] = {
Completed in 143 milliseconds