Searched refs:sqlite_current_time (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest1.c980 extern int sqlite_current_time;
1023 Tcl_LinkVar(interp, "sqlite_current_time",
1024 (char*)&sqlite_current_time, TCL_LINK_INT);
H A Dos.c1818 int sqlite_current_time = 0; variable
1843 if( sqlite_current_time ){
1844 *prNow = sqlite_current_time/86400.0 + 2440587.5;

Completed in 50 milliseconds