Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_statistics.h64 enum_mysqlnd_collected_stats _s = (statistic);\
73 enum_mysqlnd_collected_stats _s = (statistic);\
82 enum_mysqlnd_collected_stats _s = (statistic);\
96 enum_mysqlnd_collected_stats _s1 = (statistic1);\
97 enum_mysqlnd_collected_stats _s2 = (statistic2);\
110 enum_mysqlnd_collected_stats _s1 = (statistic1);\
111 enum_mysqlnd_collected_stats _s2 = (statistic2);\
112 enum_mysqlnd_collected_stats _s3 = (statistic3);\
165 …rigger mysqlnd_stats_set_trigger(MYSQLND_STATS * const stats, enum_mysqlnd_collected_stats stat, m…
H A Dmysqlnd_statistics.c267 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.h539 } enum_mysqlnd_collected_stats; typedef
H A Dmysqlnd_wireprotocol.c100 static enum_mysqlnd_collected_stats packet_type_to_statistic_byte_count[PROT_LAST] =
114 static enum_mysqlnd_collected_stats packet_type_to_statistic_packet_count[PROT_LAST] =
1512 enum_mysqlnd_collected_stats statistic; in php_mysqlnd_rowp_read_binary_protocol()
1637 enum_mysqlnd_collected_stats statistic; in php_mysqlnd_rowp_read_text_protocol()
H A Dmysqlnd_structs.h253 typedef void (*mysqlnd_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int6…
H A Dmysqlnd_result.c438 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()
H A Dmysqlnd.c3081 static enum_mysqlnd_collected_stats close_type_to_stat_map[MYSQLND_CLOSE_LAST] = {

Completed in 69 milliseconds