Home
last modified time | relevance | path

Searched refs:clockVfs (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/sqlite3/
HDshell.c165 static sqlite3_vfs *clockVfs = 0; in timeOfDay() local
167 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()