Home
last modified time | relevance | path

Searched refs:server_start_time (Results 1 – 25 of 101) sorted by relevance

12345

/dports/x11/xpra/xpra-4.3/tests/unittests/unit/client/mixins/
H A Dnetworkstate_test.py25 if x.server_start_time<x.start_time:
26 raise Exception("invalid time: server=%s vs start=%s" % (x.server_start_time, x.start_time))
/dports/net/samba412/samba-4.12.15/source4/libcli/smb2/
H A Dsmb2_calls.h47 NTTIME server_start_time; member
/dports/net/samba412/samba-4.12.15/source4/smb_server/smb2/
H A Dnegprot.c176 io->out.server_start_time = timeval_to_nttime(&boot_time); in smb2srv_negprot_backend()
214 push_nttime(req->out.body, 0x30, io->out.server_start_time); in smb2srv_negprot_send()
/dports/x11/xpra/xpra-4.3/xpra/client/mixins/
H A Dnetwork_state.py45 self.server_start_time = -1
179 self.server_start_time = min(time.time(), c.intget("start_time", -1))
/dports/games/r1q2/r1q2-8012_5/server/
H A Dsv_init.c27 extern time_t server_start_time;
427 server_start_time = time(NULL); in SV_InitGame()
/dports/net/py-pysmb/pysmb-1.1.27/python2/smb/
H A Dsmb2_structs.py220 …transact_size, self.max_read_size, self.max_write_size, self.system_time, self.server_start_time, \
223 self.server_start_time = convertFILETIMEtoEpoch(self.server_start_time)
/dports/net/py-pysmb/pysmb-1.1.27/python3/smb/
H A Dsmb2_structs.py220 …transact_size, self.max_read_size, self.max_write_size, self.system_time, self.server_start_time, \
223 self.server_start_time = convertFILETIMEtoEpoch(self.server_start_time)
/dports/devel/kiwix-lib/kiwix-lib-9.4.1/src/server/
H A DinternalServer.cpp152 auto server_start_time = std::chrono::system_clock::now().time_since_epoch(); in start() local
153 m_server_id = kiwix::to_string(server_start_time.count()); in start()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dmysqld.cc593 time_t server_start_time, flush_status_time; variable
1425 if (print_message && my_default_lc_messages && server_start_time) in clean_up()
2944 server_start_time= flush_status_time= my_time(0); in init_common_variables()
2963 localtime_r(&server_start_time,&tm_tmp); in init_common_variables()
3016 if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time)) in init_common_variables()
3850 const time_t save_server_start_time= server_start_time; in generate_server_uuid()
3851 server_start_time+= ((ulonglong)current_pid << 48) + current_pid; in generate_server_uuid()
3864 server_start_time = save_server_start_time; in generate_server_uuid()
4105 randominit(&sql_rand,(ulong) server_start_time,(ulong) server_start_time/2); in init_server_components()
5342 time_t purge_time= server_start_time - expire_logs_days * 24 * 60 * 60; in win_main()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dmysqld.cc585 time_t server_start_time, flush_status_time; variable
1649 if (print_message && my_default_lc_messages && server_start_time) in clean_up()
2976 server_start_time= flush_status_time= my_time(0); in init_common_variables()
2995 localtime_r(&server_start_time,&tm_tmp); in init_common_variables()
3048 if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time)) in init_common_variables()
3874 const time_t save_server_start_time= server_start_time; in generate_server_uuid()
3875 server_start_time+= ((ulonglong)current_pid << 48) + current_pid; in generate_server_uuid()
3888 server_start_time = save_server_start_time; in generate_server_uuid()
4129 randominit(&sql_rand,(ulong) server_start_time,(ulong) server_start_time/2); in init_server_components()
5370 time_t purge_time= server_start_time - expire_logs_days * 24 * 60 * 60; in win_main()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dmysqld.cc593 time_t server_start_time, flush_status_time; variable
1425 if (print_message && my_default_lc_messages && server_start_time) in clean_up()
2934 server_start_time= flush_status_time= my_time(0); in init_common_variables()
2953 localtime_r(&server_start_time,&tm_tmp); in init_common_variables()
3006 if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time)) in init_common_variables()
3837 const time_t save_server_start_time= server_start_time; in generate_server_uuid()
3838 server_start_time+= ((ulonglong)current_pid << 48) + current_pid; in generate_server_uuid()
3851 server_start_time = save_server_start_time; in generate_server_uuid()
4092 randominit(&sql_rand,(ulong) server_start_time,(ulong) server_start_time/2); in init_server_components()
5329 time_t purge_time= server_start_time - expire_logs_days * 24 * 60 * 60; in win_main()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dmysqld.cc572 time_t server_start_time, flush_status_time; variable
1373 if (print_message && my_default_lc_messages && server_start_time) in clean_up()
2676 server_start_time= flush_status_time= my_time(0); in init_common_variables()
2695 localtime_r(&server_start_time,&tm_tmp); in init_common_variables()
2748 if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time)) in init_common_variables()
3562 const time_t save_server_start_time= server_start_time; in generate_server_uuid()
3563 server_start_time+= ((ulonglong)current_pid << 48) + current_pid; in generate_server_uuid()
3576 server_start_time = save_server_start_time; in generate_server_uuid()
3817 randominit(&sql_rand,(ulong) server_start_time,(ulong) server_start_time/2); in init_server_components()
4926 time_t purge_time= server_start_time - expire_logs_days * 24 * 60 * 60; in win_main()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dmysqld.cc593 time_t server_start_time, flush_status_time; variable
1425 if (print_message && my_default_lc_messages && server_start_time) in clean_up()
2944 server_start_time= flush_status_time= my_time(0); in init_common_variables()
2963 localtime_r(&server_start_time,&tm_tmp); in init_common_variables()
3016 if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time)) in init_common_variables()
3850 const time_t save_server_start_time= server_start_time; in generate_server_uuid()
3851 server_start_time+= ((ulonglong)current_pid << 48) + current_pid; in generate_server_uuid()
3864 server_start_time = save_server_start_time; in generate_server_uuid()
4105 randominit(&sql_rand,(ulong) server_start_time,(ulong) server_start_time/2); in init_server_components()
5342 time_t purge_time= server_start_time - expire_logs_days * 24 * 60 * 60; in win_main()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dmysqld.cc572 time_t server_start_time, flush_status_time; variable
1372 if (print_message && my_default_lc_messages && server_start_time) in clean_up()
2675 server_start_time= flush_status_time= my_time(0); in init_common_variables()
2694 localtime_r(&server_start_time,&tm_tmp); in init_common_variables()
2747 if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time)) in init_common_variables()
3546 const time_t save_server_start_time= server_start_time; in generate_server_uuid()
3547 server_start_time+= ((ulonglong)current_pid << 48) + current_pid; in generate_server_uuid()
3560 server_start_time = save_server_start_time; in generate_server_uuid()
3801 randominit(&sql_rand,(ulong) server_start_time,(ulong) server_start_time/2); in init_server_components()
4280 time_t purge_time= server_start_time - expire_logs_days*24*60*60; in init_server_components()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dmysqld.h190 extern time_t server_start_time, flush_status_time;
H A Dmysqld.cc556 time_t server_start_time, flush_status_time; variable
1526 if (print_message && my_default_lc_messages && server_start_time) in clean_up()
3156 server_start_time= flush_status_time= my_time(0); in init_common_variables()
3173 localtime_r(&server_start_time,&tm_tmp); in init_common_variables()
3208 if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time)) in init_common_variables()
3838 randominit(&sql_rand,(ulong) server_start_time,(ulong) server_start_time/2); in init_server_components()
4159 time_t purge_time= server_start_time - expire_logs_days*24*60*60; in init_server_components()
6215 *((long *)buff)= (long) (thd->query_start() - server_start_time); in show_starttime()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/dce_rpc/
H A Ddce_smb2.h117 uint64_t server_start_time; member
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dmysqld.cc567 time_t server_start_time, flush_status_time; variable
2001 if (print_message && my_default_lc_messages && server_start_time) in clean_up()
3642 server_start_time= flush_status_time= my_time(0); in init_common_variables()
3671 localtime_r(&server_start_time,&tm_tmp); in init_common_variables()
3711 if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time)) in init_common_variables()
4597 my_rnd_init(&sql_rand,(ulong) server_start_time,(ulong) server_start_time/2); in init_server_components()
5136 time_t purge_time= server_start_time - expire_logs_days*24*60*60; in init_server_components()
6811 *((long *)buff)= (long) (thd->query_start() - server_start_time); in show_starttime()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dmysqld.cc587 time_t server_start_time, flush_status_time; variable
2015 if (print_message && my_default_lc_messages && server_start_time) in clean_up()
3913 server_start_time= flush_status_time= my_time(0); in init_common_variables()
3942 localtime_r(&server_start_time,&tm_tmp); in init_common_variables()
3980 if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time)) in init_common_variables()
4900 my_rnd_init(&sql_rand,(ulong) server_start_time,(ulong) server_start_time/2); in init_server_components()
5388 time_t purge_time= server_start_time - expire_logs_days*24*60*60; in init_server_components()
7156 *((long *)buff)= (long) (thd->query_start() - server_start_time); in show_starttime()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dmysqld.cc587 time_t server_start_time, flush_status_time; variable
2015 if (print_message && my_default_lc_messages && server_start_time) in clean_up()
3913 server_start_time= flush_status_time= my_time(0); in init_common_variables()
3942 localtime_r(&server_start_time,&tm_tmp); in init_common_variables()
3980 if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time)) in init_common_variables()
4900 my_rnd_init(&sql_rand,(ulong) server_start_time,(ulong) server_start_time/2); in init_server_components()
5388 time_t purge_time= server_start_time - expire_logs_days*24*60*60; in init_server_components()
7156 *((long *)buff)= (long) (thd->query_start() - server_start_time); in show_starttime()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dmysqld.cc567 time_t server_start_time, flush_status_time; variable
2001 if (print_message && my_default_lc_messages && server_start_time) in clean_up()
3642 server_start_time= flush_status_time= my_time(0); in init_common_variables()
3671 localtime_r(&server_start_time,&tm_tmp); in init_common_variables()
3711 if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time)) in init_common_variables()
4597 my_rnd_init(&sql_rand,(ulong) server_start_time,(ulong) server_start_time/2); in init_server_components()
5136 time_t purge_time= server_start_time - expire_logs_days*24*60*60; in init_server_components()
6811 *((long *)buff)= (long) (thd->query_start() - server_start_time); in show_starttime()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dmysqld.h341 extern time_t server_start_time;
H A Dmysqld.cc1504 time_t server_start_time, flush_status_time; variable
2576 if (print_message && my_default_lc_messages && server_start_time) in clean_up()
4530 server_start_time = flush_status_time = my_time(0); in init_common_variables()
4542 localtime_r(&server_start_time, &tm_tmp); in init_common_variables()
4586 if (!is_time_t_valid_for_timestamp(server_start_time)) { in init_common_variables()
5227 const time_t save_server_start_time = server_start_time; in generate_server_uuid()
5228 server_start_time += ((ulonglong)current_pid << 48) + current_pid; in generate_server_uuid()
5237 server_start_time = save_server_start_time; in generate_server_uuid()
5522 randominit(&sql_rand, (ulong)server_start_time, (ulong)server_start_time / 2); in init_server_components()
8521 (longlong)(thd->query_start_in_secs() - server_start_time); in show_starttime()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dmysqld.cc637 time_t server_start_time, flush_status_time; variable
1949 if (print_message && my_default_lc_messages && server_start_time) in clean_up()
3729 server_start_time= flush_status_time= my_time(0); in init_common_variables()
3749 localtime_r(&server_start_time,&tm_tmp); in init_common_variables()
3794 if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time)) in init_common_variables()
4678 randominit(&sql_rand,(ulong) server_start_time,(ulong) server_start_time/2); in init_server_components()
5073 time_t purge_time= server_start_time - expire_logs_days*24*60*60; in init_server_components()
7459 *((longlong *)buff)= (longlong) (thd->query_start() - server_start_time); in show_starttime()
/dports/x11/xpra/xpra-4.3/xpra/client/gtk_base/
H A Dsession_info.py876 if self.client.server_start_time>0:
877 settimedeltastr(self.session_started_label, self.client.server_start_time)
1307 self.server_start_time = 0

12345