Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/test/
H A Ddate.test167 set sqlite_current_time \
170 set sqlite_current_time 0
196 set sqlite_current_time [db eval {SELECT strftime('%s','2003-10-22 12:34:00')}]
216 set sqlite_current_time 0
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest1.c977 extern int sqlite_current_time; in Sqlitetest1_Init()
1021 (char*)&sqlite_current_time, TCL_LINK_INT); in Sqlitetest1_Init()
H A Dos.c1815 int sqlite_current_time = 0; variable
1840 if( sqlite_current_time ){
1841 *prNow = sqlite_current_time/86400.0 + 2440587.5;