Home
last modified time | relevance | path

Searched refs:TIME_microseconds (Results 1 – 12 of 12) sorted by relevance

/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_time.h231 inline double TIME_microseconds(const MYSQL_TIME *ltime) in TIME_microseconds() function
238 return (double) TIME_to_ulonglong_datetime(ltime) + TIME_microseconds(ltime); in TIME_to_double_datetime()
244 return (double) TIME_to_ulonglong_time(ltime) + TIME_microseconds(ltime); in TIME_to_double_time()
250 return (double) TIME_to_ulonglong(ltime) + TIME_microseconds(ltime); in TIME_to_double()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_time.h231 inline double TIME_microseconds(const MYSQL_TIME *ltime) in TIME_microseconds() function
238 return (double) TIME_to_ulonglong_datetime(ltime) + TIME_microseconds(ltime); in TIME_to_double_datetime()
244 return (double) TIME_to_ulonglong_time(ltime) + TIME_microseconds(ltime); in TIME_to_double_time()
250 return (double) TIME_to_ulonglong(ltime) + TIME_microseconds(ltime); in TIME_to_double()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_time.h231 inline double TIME_microseconds(const MYSQL_TIME *ltime) in TIME_microseconds() function
238 return (double) TIME_to_ulonglong_datetime(ltime) + TIME_microseconds(ltime); in TIME_to_double_datetime()
244 return (double) TIME_to_ulonglong_time(ltime) + TIME_microseconds(ltime); in TIME_to_double_time()
250 return (double) TIME_to_ulonglong(ltime) + TIME_microseconds(ltime); in TIME_to_double()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_time.h239 inline double TIME_microseconds(const MYSQL_TIME *ltime) in TIME_microseconds() function
246 return (double) TIME_to_ulonglong_datetime(ltime) + TIME_microseconds(ltime); in TIME_to_double_datetime()
252 return (double) TIME_to_ulonglong_time(ltime) + TIME_microseconds(ltime); in TIME_to_double_time()
258 return (double) TIME_to_ulonglong(ltime) + TIME_microseconds(ltime); in TIME_to_double()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_time.h239 inline double TIME_microseconds(const MYSQL_TIME *ltime) in TIME_microseconds() function
246 return (double) TIME_to_ulonglong_datetime(ltime) + TIME_microseconds(ltime); in TIME_to_double_datetime()
252 return (double) TIME_to_ulonglong_time(ltime) + TIME_microseconds(ltime); in TIME_to_double_time()
258 return (double) TIME_to_ulonglong(ltime) + TIME_microseconds(ltime); in TIME_to_double()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_time.h239 inline double TIME_microseconds(const MYSQL_TIME *ltime) in TIME_microseconds() function
246 return (double) TIME_to_ulonglong_datetime(ltime) + TIME_microseconds(ltime); in TIME_to_double_datetime()
252 return (double) TIME_to_ulonglong_time(ltime) + TIME_microseconds(ltime); in TIME_to_double_time()
258 return (double) TIME_to_ulonglong(ltime) + TIME_microseconds(ltime); in TIME_to_double()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_time.h239 inline double TIME_microseconds(const MYSQL_TIME *ltime) in TIME_microseconds() function
246 return (double) TIME_to_ulonglong_datetime(ltime) + TIME_microseconds(ltime); in TIME_to_double_datetime()
252 return (double) TIME_to_ulonglong_time(ltime) + TIME_microseconds(ltime); in TIME_to_double_time()
258 return (double) TIME_to_ulonglong(ltime) + TIME_microseconds(ltime); in TIME_to_double()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_time.h239 inline double TIME_microseconds(const MYSQL_TIME *ltime) in TIME_microseconds() function
246 return (double) TIME_to_ulonglong_datetime(ltime) + TIME_microseconds(ltime); in TIME_to_double_datetime()
252 return (double) TIME_to_ulonglong_time(ltime) + TIME_microseconds(ltime); in TIME_to_double_time()
258 return (double) TIME_to_ulonglong(ltime) + TIME_microseconds(ltime); in TIME_to_double()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_time.h231 inline double TIME_microseconds(const MYSQL_TIME *ltime) in TIME_microseconds() function
238 return (double) TIME_to_ulonglong_datetime(ltime) + TIME_microseconds(ltime); in TIME_to_double_datetime()
244 return (double) TIME_to_ulonglong_time(ltime) + TIME_microseconds(ltime); in TIME_to_double_time()
250 return (double) TIME_to_ulonglong(ltime) + TIME_microseconds(ltime); in TIME_to_double()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_time.h239 inline double TIME_microseconds(const MYSQL_TIME *ltime) in TIME_microseconds() function
246 return (double) TIME_to_ulonglong_datetime(ltime) + TIME_microseconds(ltime); in TIME_to_double_datetime()
252 return (double) TIME_to_ulonglong_time(ltime) + TIME_microseconds(ltime); in TIME_to_double_time()
258 return (double) TIME_to_ulonglong(ltime) + TIME_microseconds(ltime); in TIME_to_double()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_time.h231 inline double TIME_microseconds(const MYSQL_TIME *ltime) in TIME_microseconds() function
238 return (double) TIME_to_ulonglong_datetime(ltime) + TIME_microseconds(ltime); in TIME_to_double_datetime()
244 return (double) TIME_to_ulonglong_time(ltime) + TIME_microseconds(ltime); in TIME_to_double_time()
250 return (double) TIME_to_ulonglong(ltime) + TIME_microseconds(ltime); in TIME_to_double()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/
H A Dmy_time.h251 inline double TIME_microseconds(const MYSQL_TIME &my_time) { in TIME_microseconds() function
265 TIME_microseconds(my_time); in TIME_to_double_datetime()
278 TIME_microseconds(my_time); in TIME_to_double_time()
292 TIME_microseconds(my_time); in TIME_to_double()