Home
last modified time | relevance | path

Searched refs:thread_local_gmtime (Results 1 – 3 of 3) sorted by relevance

/dports/www/wt/wt-4.6.1/src/Wt/Dbo/backend/
H A DSqlite3.C33 std::tm *thread_local_gmtime(const time_t *timep) in thread_local_gmtime() function
182 std::tm *tm = thread_local_gmtime(&t); in bind()
232 std::tm *tmDiff = thread_local_gmtime(&tdiff); in bind()
504 std::tm *tm = thread_local_gmtime(&t); in getResult()
H A DFirebird.C31 std::tm *thread_local_gmtime(const time_t *timep) in thread_local_gmtime() function
170 std::tm *tm = thread_local_gmtime(&time); in bind()
189 std::tm *tm = thread_local_gmtime(&t); in bind()
H A DMySQL.C52 std::tm *thread_local_gmtime(const time_t *timep) in thread_local_gmtime() function
283 std::tm *tm = thread_local_gmtime(&t); in bind()