Lines Matching refs:clockVfs
286 static sqlite3_vfs *clockVfs = 0;
288 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0);
289 if( clockVfs==0 ) return 0; /* Never actually happens */
290 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){
291 clockVfs->xCurrentTimeInt64(clockVfs, &t);
294 clockVfs->xCurrentTime(clockVfs, &r);