Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_statistics.h70 enum_mysqlnd_collected_stats _s = (statistic);\
79 enum_mysqlnd_collected_stats _s = (statistic);\
88 enum_mysqlnd_collected_stats _s = (statistic);\
102 enum_mysqlnd_collected_stats _s1 = (statistic1);\
103 enum_mysqlnd_collected_stats _s2 = (statistic2);\
116 enum_mysqlnd_collected_stats _s1 = (statistic1);\
117 enum_mysqlnd_collected_stats _s2 = (statistic2);\
118 enum_mysqlnd_collected_stats _s3 = (statistic3);\
171 …rigger mysqlnd_stats_set_trigger(MYSQLND_STATS * const stats, enum_mysqlnd_collected_stats stat, m…
H A Dmysqlnd_statistics.c282 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.h512 } enum_mysqlnd_collected_stats; typedef
H A Dmysqlnd_wireprotocol.c98 static enum_mysqlnd_collected_stats packet_type_to_statistic_byte_count[PROT_LAST] =
112 static enum_mysqlnd_collected_stats packet_type_to_statistic_packet_count[PROT_LAST] =
1228 enum_mysqlnd_collected_stats statistic; in php_mysqlnd_rowp_read_binary_protocol()
1355 enum_mysqlnd_collected_stats statistic; in php_mysqlnd_rowp_read_text_protocol()
H A Dmysqlnd_structs.h227 typedef void (*mysqlnd_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int6…
H A Dmysqlnd.c1701 static enum_mysqlnd_collected_stats in MYSQLND_METHOD()
1707 enum_mysqlnd_collected_stats statistic = close_type_to_stat_map[close_type]; in MYSQLND_METHOD()
H A Dmysqlnd_result.c461 enum_mysqlnd_collected_stats statistic = STAT_LAST; in mysqlnd_query_read_result_set_header()
H A Dmysqlnd_ps.c2141 enum_mysqlnd_collected_stats statistic = STAT_LAST; in MYSQLND_METHOD_PRIVATE()

Completed in 39 milliseconds