Searched refs:clockVfs (Results 1 – 2 of 2) 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()
171 static sqlite3_vfs *clockVfs = 0; in timeOfDay() local173 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0); in timeOfDay()174 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()175 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()178 clockVfs->xCurrentTime(clockVfs, &r); in timeOfDay()