Home
last modified time | relevance | path

Searched refs:stats (Results 26 – 50 of 60) sorted by relevance

123

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_loaddata.c162 ret = net->data->m.send(net, vio, empty_packet, 0, conn->stats, conn->error_info); in mysqlnd_handle_local_infile()
182 ret = net->data->m.send(net, vio, empty_packet, 0, conn->stats, conn->error_info); in mysqlnd_handle_local_infile()
188 if ((ret = net->data->m.send(net, vio, buf, bufsize, conn->stats, conn->error_info)) == 0) { in mysqlnd_handle_local_infile()
196 if ((ret = net->data->m.send(net, vio, empty_packet, 0, conn->stats, conn->error_info)) == 0) { in mysqlnd_handle_local_infile()
H A Dmysqlnd_wireprotocol.h66 MYSQLND_STATS * stats; member
304 zend_bool as_int_or_float, MYSQLND_STATS * stats);
309 zend_bool as_int_or_float, MYSQLND_STATS * stats);
313 zend_bool as_int_or_float, MYSQLND_STATS * stats);
H A Dmysqlnd_vio.c78 MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
99 MYSQLND_INC_CONN_STATISTIC_W_VALUE(stats, STAT_BYTES_RECEIVED, count - to_read); in MYSQLND_METHOD()
109 MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
641 MYSQLND_METHOD(mysqlnd_vio, close_stream)(MYSQLND_VIO * const net, MYSQLND_STATS * const stats, MYS… in MYSQLND_METHOD()
671 MYSQLND_METHOD(mysqlnd_vio, init)(MYSQLND_VIO * const net, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD()
689 MYSQLND_METHOD(mysqlnd_vio, dtor)(MYSQLND_VIO * const vio, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD()
694 vio->data->m.close_stream(vio, stats, error_info); in MYSQLND_METHOD()
772 …ASS_METHODS_TYPE(mysqlnd_object_factory) *object_factory, MYSQLND_STATS * stats, MYSQLND_ERROR_INF… in mysqlnd_vio_init() argument
777 vio = factory->get_vio(persistent, stats, error_info); in mysqlnd_vio_init()
785 mysqlnd_vio_free(MYSQLND_VIO * const vio, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info) in mysqlnd_vio_free() argument
[all …]
H A Dmysqlnd_result.c36 MYSQLND_STATS * stats, in MYSQLND_METHOD()
60 stats); in MYSQLND_METHOD()
91 MYSQLND_STATS * stats, in MYSQLND_METHOD()
737 conn->stats); in MYSQLND_METHOD()
858 conn->stats); in MYSQLND_METHOD()
1011 conn->stats); in MYSQLND_METHOD()
1101 conn->stats); in MYSQLND_METHOD()
1193 conn->stats); in MYSQLND_METHOD()
1643 conn->stats, in MYSQLND_METHOD()
1680 conn->stats, in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_commands.c81 conn->stats, in mysqlnd_com_set_option_run()
130 conn->stats, in mysqlnd_com_debug_run()
191 conn->stats, in mysqlnd_com_init_db_run()
259 conn->stats, in mysqlnd_com_ping_run()
324 conn->stats, in mysqlnd_com_statistics_run()
398 conn->stats, in mysqlnd_com_process_kill_run()
472 conn->stats, in mysqlnd_com_refresh_run()
535 conn->stats, in mysqlnd_com_shutdown_run()
594 conn->stats, in mysqlnd_com_quit_run()
648 conn->stats, in mysqlnd_com_query_run()
[all …]
H A Dmysqlnd_protocol_frame_codec.c417 MYSQLND_METHOD(mysqlnd_pfc, init)(MYSQLND_PFC * const pfc, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD()
432 MYSQLND_METHOD(mysqlnd_pfc, dtor)(MYSQLND_PFC * const pfc, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD()
477 …ASS_METHODS_TYPE(mysqlnd_object_factory) *object_factory, MYSQLND_STATS * stats, MYSQLND_ERROR_INF… in mysqlnd_pfc_init() argument
482 pfc = factory->get_protocol_frame_codec(persistent, stats, error_info); in mysqlnd_pfc_init()
490 mysqlnd_pfc_free(MYSQLND_PFC * const pfc, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info) in mysqlnd_pfc_free() argument
494 pfc->data->m.dtor(pfc, stats, error_info); in mysqlnd_pfc_free()
H A Dmysqlnd_net.c86 MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
107 MYSQLND_INC_CONN_STATISTIC_W_VALUE(stats, STAT_BYTES_RECEIVED, count - to_read); in MYSQLND_METHOD()
117 MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
1063 MYSQLND_METHOD(mysqlnd_net, close_stream)(MYSQLND_NET * const net, MYSQLND_STATS * const stats, MYS… in MYSQLND_METHOD()
1093 MYSQLND_METHOD(mysqlnd_net, init)(MYSQLND_NET * const net, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD()
1114 MYSQLND_METHOD(mysqlnd_net, dtor)(MYSQLND_NET * const net, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD()
1119 net->data->m.close_stream(net, stats, error_info); in MYSQLND_METHOD()
1198 mysqlnd_net_init(zend_bool persistent, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info) in mysqlnd_net_init() argument
1202 …net = MYSQLND_CLASS_METHOD_TABLE_NAME(mysqlnd_object_factory).get_io_channel(persistent, stats, er… in mysqlnd_net_init()
1210 mysqlnd_net_free(MYSQLND_NET * const net, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info) in mysqlnd_net_free() argument
[all …]
H A Dmysqlnd_structs.h300 typedef void (*mysqlnd_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int6…
314 … (*func_mysqlnd_vio__init)(MYSQLND_VIO * const vio, MYSQLND_STATS * const stats, MYSQLND_ERROR_INF…
331 …vio, zend_uchar * const buffer, const size_t count, MYSQLND_STATS * const stats, MYSQLND_ERROR_INF…
332 …, const zend_uchar * const buf, const size_t count, MYSQLND_STATS * const stats, MYSQLND_ERROR_INF…
374 …qlnd_object_factory__get_pfc)(const zend_bool persistent, MYSQLND_STATS * stats, MYSQLND_ERROR_INF…
375 …qlnd_object_factory__get_vio)(const zend_bool persistent, MYSQLND_STATS * stats, MYSQLND_ERROR_INF…
590 zend_bool as_int_or_float, MYSQLND_STATS * stats);
677 MYSQLND_STATS * stats, zend_bool int_and_float_native);
930 MYSQLND_STATS * stats; member
999 MYSQLND_STATS * stats,
[all …]
H A Dmysqlnd_connection.c365 mysqlnd_vio_free(conn->vio, conn->stats, conn->error_info); in MYSQLND_METHOD_PRIVATE()
374 if (conn->stats) { in MYSQLND_METHOD_PRIVATE()
375 mysqlnd_stats_end(conn->stats, conn->persistent); in MYSQLND_METHOD_PRIVATE()
411 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_CONNECT_REUSED); in MYSQLND_METHOD()
464 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_INIT_COMMAND_FAILED_COUNT); in MYSQLND_METHOD()
634 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_CLOSE_IMPLICIT);
811 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_CONNECT_FAILURE);
1297 vio->data->m.close_stream(vio, conn->stats, conn->error_info);
1327 vio->data->m.close_stream(vio, conn->stats, conn->error_info);
1919 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_UNBUFFERED_SETS);
[all …]
/PHP-7.2/ext/standard/tests/file/
H A Dlstat_stat_variation10.phpt19 /* test the effects of is_dir() on stats of a dir */
38 // compare self stats
H A Dlstat_stat_variation17.phpt19 /* test the effects on stats by changing permissions of a dir */
35 // compare self stats
H A Dcopy_variation18.phpt40 echo "Comparing the stats of file before and after copy operation => ";
53 Comparing the stats of file before and after copy operation => bool(true)
H A Dlstat_stat_variation1.phpt18 /* test the effects of rename() on stats of file */
41 // compare the two stats
H A Dlstat_stat_variation11.phpt22 /* test the effects of is_file() on stats of a file */
37 // compare self stats
H A Dlstat_stat_variation14.phpt18 /* test the effects of is_link() on stats of hard link */
38 // compare self stats
H A Dlstat_stat_variation16.phpt19 /* test the effects on stats with changing permissions of file */
36 // compare self stats
H A Dlstat_stat_variation4.phpt19 /* test the effects of touch() on stats of file */
40 // compare self stats
H A Dstat_variation5-win32.phpt17 /* test the stats of file opened in write mode and then same in read mode */
40 // compare self stats
H A Dlstat_stat_variation12.phpt19 /* test the effects of is_link() on stats of link */
42 // compare self stats
H A Dlstat_stat_variation15.phpt19 /* test the effects on stats by changing permissions of link */
42 // compare self stats
H A Dlstat_stat_variation21.phpt19 /* test the effects of truncate() on stats of a file */
43 // compare self stats
H A Dlstat_stat_variation5.phpt20 /* test the effects of touch() on stats of dir */
41 // compare self stats
H A Dstat_variation8-win32.phpt17 /* test the effects of truncate() on stats of file */
50 // compare self stats
H A Dlstat_stat_variation6.phpt27 /* test the effects of touch() on stats of link */
53 // compare self stats
/PHP-7.2/
H A D.travis.yml54 - ccache --zero-stats
72 - ccache --show-stats

Completed in 67 milliseconds

123