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