Home
last modified time | relevance | path

Searched refs:TIME_STRING_FORMAT (Results 1 – 13 of 13) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/plugin/query_response_time/
H A Dquery_response_time.cc32 #define TIME_STRING_FORMAT TIME_STRING_POSITIVE_POWER_FORMAT "." TIME_STRING_NEGATIVE_POWER_… macro
213 print_time(time, sizeof(time), TIME_STRING_FORMAT, this->bound(i)); in fill()
/dports/databases/mariadb104-server/mariadb-10.4.24/plugin/query_response_time/
H A Dquery_response_time.cc32 #define TIME_STRING_FORMAT TIME_STRING_POSITIVE_POWER_FORMAT "." TIME_STRING_NEGATIVE_POWER_… macro
213 print_time(time, sizeof(time), TIME_STRING_FORMAT, this->bound(i)); in fill()
/dports/databases/mariadb104-client/mariadb-10.4.24/plugin/query_response_time/
H A Dquery_response_time.cc32 #define TIME_STRING_FORMAT TIME_STRING_POSITIVE_POWER_FORMAT "." TIME_STRING_NEGATIVE_POWER_… macro
213 print_time(time, sizeof(time), TIME_STRING_FORMAT, this->bound(i)); in fill()
/dports/databases/mariadb103-client/mariadb-10.3.34/plugin/query_response_time/
H A Dquery_response_time.cc32 #define TIME_STRING_FORMAT TIME_STRING_POSITIVE_POWER_FORMAT "." TIME_STRING_NEGATIVE_POWER_… macro
220 print_time(time, sizeof(time), TIME_STRING_FORMAT, this->bound(i)); in fill()
/dports/databases/mariadb103-server/mariadb-10.3.34/plugin/query_response_time/
H A Dquery_response_time.cc32 #define TIME_STRING_FORMAT TIME_STRING_POSITIVE_POWER_FORMAT "." TIME_STRING_NEGATIVE_POWER_… macro
220 print_time(time, sizeof(time), TIME_STRING_FORMAT, this->bound(i)); in fill()
/dports/databases/mariadb105-server/mariadb-10.5.15/plugin/query_response_time/
H A Dquery_response_time.cc32 #define TIME_STRING_FORMAT TIME_STRING_POSITIVE_POWER_FORMAT "." TIME_STRING_NEGATIVE_POWER_… macro
213 print_time(time, sizeof(time), TIME_STRING_FORMAT, this->bound(i)); in fill()
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/query_response_time/
H A Dquery_response_time.cc46 #define TIME_STRING_FORMAT TIME_STRING_POSITIVE_POWER_FORMAT "." TIME_STRING_NEGATIVE_POWER_… macro
242 print_time(time, sizeof(time), TIME_STRING_FORMAT, this->bound(i)); in fill()
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/query_response_time/
H A Dquery_response_time.cc46 #define TIME_STRING_FORMAT TIME_STRING_POSITIVE_POWER_FORMAT "." TIME_STRING_NEGATIVE_POWER_… macro
242 print_time(time, sizeof(time), TIME_STRING_FORMAT, this->bound(i)); in fill()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/query_response_time/
H A Dquery_response_time.cc46 #define TIME_STRING_FORMAT TIME_STRING_POSITIVE_POWER_FORMAT "." TIME_STRING_NEGATIVE_POWER_… macro
242 print_time(time, sizeof(time), TIME_STRING_FORMAT, this->bound(i)); in fill()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/query_response_time/
H A Dquery_response_time.cc46 #define TIME_STRING_FORMAT TIME_STRING_POSITIVE_POWER_FORMAT "." TIME_STRING_NEGATIVE_POWER_… macro
262 print_time(time, sizeof(time), TIME_STRING_FORMAT, this->bound(i)); in fill()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/query_response_time/
H A Dquery_response_time.cc46 #define TIME_STRING_FORMAT TIME_STRING_POSITIVE_POWER_FORMAT "." TIME_STRING_NEGATIVE_POWER_… macro
262 print_time(time, sizeof(time), TIME_STRING_FORMAT, this->bound(i)); in fill()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/query_response_time/
H A Dquery_response_time.cc46 #define TIME_STRING_FORMAT TIME_STRING_POSITIVE_POWER_FORMAT "." TIME_STRING_NEGATIVE_POWER_… macro
262 print_time(time, sizeof(time), TIME_STRING_FORMAT, this->bound(i)); in fill()
/dports/net/kamailio/kamailio-5.4.5/src/modules/acc/
H A Dacc_cdr.c66 #define TIME_STRING_FORMAT "%Y-%m-%d %H:%M:%S" macro
196 if (strftime(cdr_time_format_buf[i], TIME_STR_BUFFER_SIZE, TIME_STRING_FORMAT, &t) <= 0) { in db_write_cdr()