Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c1291 static sqlite3_vfs *clockVfs = 0; in timeOfDay() local
1293 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0); in timeOfDay()
1294 if( clockVfs==0 ) return 0; /* Never actually happens */ in timeOfDay()
1295 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
1296 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
1299 clockVfs->xCurrentTime(clockVfs, &r); in timeOfDay()