Searched refs:tm (Results 1 – 12 of 12) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | threadtest5.c | 54 sqlite3_int64 tm; 56 pVfs->xCurrentTimeInt64(pVfs, &tm); 57 return tm;
|
| H A D | trace.test | 115 proc profile_proc {cmd tm} { 146 proc profile_proc {sql tm} {
|
| H A D | threadtest3.c | 943 sqlite3_int64 tm; in currentTime() local 944 pTimelimitVfs->xCurrentTimeInt64(pTimelimitVfs, &tm); in currentTime() 945 t = tm/86400000.0; in currentTime()
|
| H A D | misc7.test | 145 set tm [time { 150 set delay [lindex $tm 0] ;# In microseconds
|
| H A D | table.test | 631 tm text DEFAULT CURRENT_TIME, 651 SELECT tm, dt, dttm FROM tablet8 WHERE a=$i;
|
| /sqlite-3.40.0/src/ |
| H A D | date.c | 60 struct tm *__cdecl localtime(const time_t *); 515 static int osLocaltime(time_t *t, struct tm *pTm){ in osLocaltime() 518 struct tm *pX; in osLocaltime() 570 struct tm sLocal; in toLocaltime() 1308 struct tm *pTm; in currentTimeFunc() 1309 struct tm sNow; in currentTimeFunc()
|
| H A D | tclsqlite.c | 736 static void DbProfileHandler(void *cd, const char *zSql, sqlite_uint64 tm){ in DbProfileHandler() argument 741 sqlite3_snprintf(sizeof(zTm)-1, zTm, "%lld", tm); in DbProfileHandler()
|
| H A D | os_unix.c | 1572 int tm = pFile->iBusyTimeout; in osSetPosixAdvisoryLock() local 1574 while( rc<0 && tm>0 ){ in osSetPosixAdvisoryLock() 1582 tm--; in osSetPosixAdvisoryLock()
|
| H A D | os_win.c | 2204 struct tm *__cdecl localtime(const time_t *t) in localtime() 2206 static struct tm y; in localtime()
|
| H A D | test1.c | 7231 struct tm *pTm = (struct tm *)aliasTM; in testLocaltime()
|
| /sqlite-3.40.0/autoconf/tea/tclconfig/ |
| H A D | tcl.m4 | 2345 AC_CACHE_CHECK([tm_tzadj in struct tm], tcl_cv_member_tm_tzadj, [ 2346 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[struct tm tm; (void)tm.tm_tzadj;]])], 2350 AC_DEFINE(HAVE_TM_TZADJ, 1, [Should we use the tm_tzadj field of struct tm?]) 2353 AC_CACHE_CHECK([tm_gmtoff in struct tm], tcl_cv_member_tm_gmtoff, [ 2354 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[struct tm tm; (void)tm.tm_gmtoff;]])], 2358 AC_DEFINE(HAVE_TM_GMTOFF, 1, [Should we use the tm_gmtoff field of struct tm?])
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5fault1.test | 83 INSERT INTO t2 VALUES('gs r fo a er m h li', 'tm c p gl eb ml q r');
|