Searched refs:clockVfs (Results 1 – 1 of 1) sorted by relevance
1291 static sqlite3_vfs *clockVfs = 0; in timeOfDay() local1293 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()