Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_statistics.h56 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…
H A Dmysqlnd_statistics.c248 mysqlnd_stats_set_trigger(MYSQLND_STATS * const stats, enum_mysqlnd_collected_stats statistic, mysq… in mysqlnd_stats_set_trigger()
H A Dmysqlnd_enum_n_def.h613 } enum_mysqlnd_collected_stats; typedef
H A Dmysqlnd_wireprotocol.c63 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] =
1486 enum_mysqlnd_collected_stats statistic; in php_mysqlnd_rowp_read_binary_protocol()
1587 enum_mysqlnd_collected_stats statistic; in php_mysqlnd_rowp_read_text_protocol_aux()
H A Dmysqlnd_structs.h305 typedef void (*mysqlnd_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int6…
H A Dmysqlnd_result.c458 enum_mysqlnd_collected_stats statistic = STAT_LAST; in mysqlnd_query_read_result_set_header()
H A Dmysqlnd_ps.c2086 enum_mysqlnd_collected_stats statistic = STAT_LAST; in MYSQLND_METHOD_PRIVATE()
H A Dmysqlnd_connection.c2436 static enum_mysqlnd_collected_stats close_type_to_stat_map[MYSQLND_CLOSE_LAST] = {

Completed in 61 milliseconds