Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dthreadtest5.c54 sqlite3_int64 tm;
56 pVfs->xCurrentTimeInt64(pVfs, &tm);
57 return tm;
H A Dtrace.test115 proc profile_proc {cmd tm} {
146 proc profile_proc {sql tm} {
H A Dthreadtest3.c943 sqlite3_int64 tm; in currentTime() local
944 pTimelimitVfs->xCurrentTimeInt64(pTimelimitVfs, &tm); in currentTime()
945 t = tm/86400000.0; in currentTime()
H A Dmisc7.test145 set tm [time {
150 set delay [lindex $tm 0] ;# In microseconds
H A Dtable.test631 tm text DEFAULT CURRENT_TIME,
651 SELECT tm, dt, dttm FROM tablet8 WHERE a=$i;
/sqlite-3.40.0/src/
H A Ddate.c60 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 Dtclsqlite.c736 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 Dos_unix.c1572 int tm = pFile->iBusyTimeout; in osSetPosixAdvisoryLock() local
1574 while( rc<0 && tm>0 ){ in osSetPosixAdvisoryLock()
1582 tm--; in osSetPosixAdvisoryLock()
H A Dos_win.c2204 struct tm *__cdecl localtime(const time_t *t) in localtime()
2206 static struct tm y; in localtime()
H A Dtest1.c7231 struct tm *pTm = (struct tm *)aliasTM; in testLocaltime()
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m42345 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 Dfts5fault1.test83 INSERT INTO t2 VALUES('gs r fo a er m h li', 'tm c p gl eb ml q r');