Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/standard/tests/file/
H A Dlstat_stat_variation14.phpt5 /* test the effects of is_link() on stats of hard link */
25 // compare self stats
H A Dlstat_stat_variation17.phpt12 /* test the effects on stats by changing permissions of a dir */
28 // compare self stats
H A Dlstat_stat_variation16.phpt12 /* test the effects on stats with changing permissions of file */
29 // compare self stats
H A Dlstat_stat_variation4.phpt9 /* test the effects of touch() on stats of file */
30 // compare self stats
H A Dcopy_variation18.phpt35 echo "Comparing the stats of file before and after copy operation => ";
48 Comparing the stats of file before and after copy operation => bool(true)
H A Dlstat_stat_variation10.phpt9 /* test the effects of is_dir() on stats of a dir */
28 // compare self stats
H A Dlstat_stat_variation12.phpt13 /* test the effects of is_link() on stats of link */
36 // compare self stats
H A Dlstat_stat_variation15.phpt13 /* test the effects on stats by changing permissions of link */
36 // compare self stats
H A Dlstat_stat_variation21.phpt12 /* test the effects of truncate() on stats of a file */
36 // compare self stats
H A Dlstat_stat_variation5.phpt12 /* test the effects of touch() on stats of dir */
33 // compare self stats
H A Dlstat_stat_variation8.phpt15 /* test the effects on stats with creating file/subdir in a dir
32 // compare self stats
H A Dstat_variation5-win32.phpt12 /* test the stats of file opened in write mode and then same in read mode */
35 // compare self stats
H A Dstat_variation8-win32.phpt12 /* test the effects of truncate() on stats of file */
45 // compare self stats
H A Dlstat_stat_variation6.phpt21 /* test the effects of touch() on stats of link */
47 // compare self stats
H A Dlstat_stat_variation13.phpt28 // compare self stats
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_loaddata.c160 ret = net->data->m.send(net, vio, empty_packet, 0, conn->stats, conn->error_info); in mysqlnd_handle_local_infile()
180 ret = net->data->m.send(net, vio, empty_packet, 0, conn->stats, conn->error_info); in mysqlnd_handle_local_infile()
186 if ((ret = net->data->m.send(net, vio, buf, bufsize, conn->stats, conn->error_info)) == 0) { in mysqlnd_handle_local_infile()
194 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_vio.c76 MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
96 MYSQLND_INC_CONN_STATISTIC_W_VALUE(stats, STAT_BYTES_RECEIVED, count - to_read); in MYSQLND_METHOD()
105 MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
644 MYSQLND_METHOD(mysqlnd_vio, close_stream)(MYSQLND_VIO * const net, MYSQLND_STATS * const stats, MYS… in MYSQLND_METHOD()
673 MYSQLND_METHOD(mysqlnd_vio, init)(MYSQLND_VIO * const net, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD()
691 MYSQLND_METHOD(mysqlnd_vio, dtor)(MYSQLND_VIO * const vio, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD()
696 vio->data->m.close_stream(vio, stats, error_info); in MYSQLND_METHOD()
773 …ASS_METHODS_TYPE(mysqlnd_object_factory) *object_factory, MYSQLND_STATS * stats, MYSQLND_ERROR_INF… in mysqlnd_vio_init() argument
778 vio = factory->get_vio(persistent, stats, error_info); in mysqlnd_vio_init()
786 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.c34 MYSQLND_STATS * stats, in MYSQLND_METHOD()
58 stats); in MYSQLND_METHOD()
89 MYSQLND_STATS * stats, in MYSQLND_METHOD()
699 conn->stats); in MYSQLND_METHOD()
831 conn->stats); in MYSQLND_METHOD()
991 conn->stats); in MYSQLND_METHOD()
1081 conn->stats); in MYSQLND_METHOD()
1174 conn->stats); in MYSQLND_METHOD()
1637 conn->stats, in MYSQLND_METHOD()
1674 conn->stats, in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_wireprotocol.h310 zend_bool as_int_or_float, MYSQLND_STATS * stats);
315 zend_bool as_int_or_float, MYSQLND_STATS * stats);
319 zend_bool as_int_or_float, MYSQLND_STATS * stats);
H A Dmysqlnd_protocol_frame_codec.c442 MYSQLND_METHOD(mysqlnd_pfc, init)(MYSQLND_PFC * const pfc, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD()
457 MYSQLND_METHOD(mysqlnd_pfc, dtor)(MYSQLND_PFC * const pfc, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD()
501 …ASS_METHODS_TYPE(mysqlnd_object_factory) *object_factory, MYSQLND_STATS * stats, MYSQLND_ERROR_INF… in mysqlnd_pfc_init() argument
506 pfc = factory->get_protocol_frame_codec(persistent, stats, error_info); in mysqlnd_pfc_init()
514 mysqlnd_pfc_free(MYSQLND_PFC * const pfc, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info) in mysqlnd_pfc_free() argument
518 pfc->data->m.dtor(pfc, stats, error_info); in mysqlnd_pfc_free()
H A Dmysqlnd_connection.c352 mysqlnd_vio_free(conn->vio, conn->stats, conn->error_info); in MYSQLND_METHOD_PRIVATE()
361 if (conn->stats) { in MYSQLND_METHOD_PRIVATE()
362 mysqlnd_stats_end(conn->stats, conn->persistent); in MYSQLND_METHOD_PRIVATE()
393 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_CONNECT_REUSED); in MYSQLND_METHOD()
453 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_INIT_COMMAND_FAILED_COUNT); in MYSQLND_METHOD()
622 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_CLOSE_IMPLICIT);
799 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_CONNECT_FAILURE);
1241 vio->data->m.close_stream(vio, conn->stats, conn->error_info);
1271 vio->data->m.close_stream(vio, conn->stats, conn->error_info);
1867 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_UNBUFFERED_SETS);
[all …]
H A Dmysqlnd_structs.h303 typedef void (*mysqlnd_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int6…
365 … (*func_mysqlnd_vio__init)(MYSQLND_VIO * const vio, MYSQLND_STATS * const stats, MYSQLND_ERROR_INF…
382 …vio, zend_uchar * const buffer, const size_t count, MYSQLND_STATS * const stats, MYSQLND_ERROR_INF…
383 …, const zend_uchar * const buf, const size_t count, MYSQLND_STATS * const stats, MYSQLND_ERROR_INF…
425 …qlnd_object_factory__get_pfc)(const zend_bool persistent, MYSQLND_STATS * stats, MYSQLND_ERROR_INF…
426 …qlnd_object_factory__get_vio)(const zend_bool persistent, MYSQLND_STATS * stats, MYSQLND_ERROR_INF…
641 const zend_bool as_int_or_float, MYSQLND_STATS * const stats);
728 MYSQLND_STATS * stats, const zend_bool int_and_float_native);
971 MYSQLND_STATS * stats; member
1042 MYSQLND_STATS * stats,
[all …]
H A Dmysqlnd_ps.c100 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_PS_BUFFERED_SETS); in MYSQLND_METHOD()
190 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_BUFFERED_SETS); in MYSQLND_METHOD()
773 result->conn->stats); in mysqlnd_stmt_fetch_row_buffered()
866 result->unbuf->m.free_last_data(result->unbuf, conn->stats); in mysqlnd_stmt_fetch_row_unbuffered()
878 conn->stats)) in mysqlnd_stmt_fetch_row_unbuffered()
899 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_ROWS_FETCHED_FROM_CLIENT_PS_UNBUF); in mysqlnd_stmt_fetch_row_unbuffered()
976 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_PS_UNBUFFERED_SETS); in MYSQLND_METHOD()
1034 result->unbuf->m.free_last_data(result->unbuf, conn->stats); in mysqlnd_fetch_stmt_row_cursor()
1046 conn->stats)) in mysqlnd_fetch_stmt_row_cursor()
1754 conn->stats, in MYSQLND_METHOD()
[all …]
/PHP-8.0/ext/fileinfo/libmagic/
H A Dis_json.c450 size_t stats[JSON_MAX]; in main() local
464 memset(stats, 0, sizeof(stats)); in main()
466 p + st.st_size, stats, 0)); in main()
/PHP-8.0/
H A D.travis.yml80 - ccache --zero-stats
98 - ccache --show-stats

Completed in 53 milliseconds

123