Home
last modified time | relevance | path

Searched refs:clockVfs (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c220 static sqlite3_vfs *clockVfs = 0; in timeOfDay() local
222 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0); in timeOfDay()
223 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
224 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
227 clockVfs->xCurrentTime(clockVfs, &r); in timeOfDay()
/external/sqlite/dist/
Dshell.c226 static sqlite3_vfs *clockVfs = 0; in timeOfDay() local
228 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0); in timeOfDay()
229 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
230 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
233 clockVfs->xCurrentTime(clockVfs, &r); in timeOfDay()