Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dvfsstat.c180 static int vstatCurrentTime(sqlite3_vfs*, double*);
202 vstatCurrentTime, /* xCurrentTime */
562 static int vstatCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in vstatCurrentTime() function