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