Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c165 static sqlite3_vfs *clockVfs = 0; in timeOfDay() local
167 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0); in timeOfDay()
168 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
169 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
172 clockVfs->xCurrentTime(clockVfs, &r); in timeOfDay()
/external/sqlite/dist/
Dshell.c171 static sqlite3_vfs *clockVfs = 0; in timeOfDay() local
173 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0); in timeOfDay()
174 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
175 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
178 clockVfs->xCurrentTime(clockVfs, &r); in timeOfDay()