Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c286 static sqlite3_vfs *clockVfs = 0; in timeOfDay() local
288 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0); in timeOfDay()
289 if( clockVfs==0 ) return 0; /* Never actually happens */ in timeOfDay()
290 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
291 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
294 clockVfs->xCurrentTime(clockVfs, in timeOfDay()
[all...]

Completed in 14 milliseconds