Home
last modified time | relevance | path

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

/PHP-8.4/ext/mysqlnd/
H A Dmysqlnd_statistics.h38 enum_mysqlnd_collected_stats _s = (statistic);\
47 enum_mysqlnd_collected_stats _s = (statistic);\
56 enum_mysqlnd_collected_stats _s = (statistic);\
70 enum_mysqlnd_collected_stats _s1 = (statistic1);\
71 enum_mysqlnd_collected_stats _s2 = (statistic2);\
84 enum_mysqlnd_collected_stats _s1 = (statistic1);\
85 enum_mysqlnd_collected_stats _s2 = (statistic2);\
86 enum_mysqlnd_collected_stats _s3 = (statistic3);\
H A Dmysqlnd_enum_n_def.h588 } enum_mysqlnd_collected_stats; typedef
H A Dmysqlnd_wireprotocol.c62 static enum_mysqlnd_collected_stats packet_type_to_statistic_byte_count[PROT_LAST] =
76 static enum_mysqlnd_collected_stats packet_type_to_statistic_packet_count[PROT_LAST] =
1445 enum_mysqlnd_collected_stats statistic; in php_mysqlnd_rowp_read_binary_protocol()
1545 enum_mysqlnd_collected_stats statistic; in php_mysqlnd_rowp_read_text_protocol()
H A Dmysqlnd_result.c249 enum_mysqlnd_collected_stats statistic = STAT_LAST; in mysqlnd_query_read_result_set_header()
H A Dmysqlnd_ps.c1756 enum_mysqlnd_collected_stats statistic = STAT_LAST; in MYSQLND_METHOD_PRIVATE()
H A Dmysqlnd_connection.c2035 static enum_mysqlnd_collected_stats close_type_to_stat_map[MYSQLND_CLOSE_LAST] = {

Completed in 56 milliseconds