Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_onefile.c173 static int fsCurrentTime(sqlite3_vfs*, double*);
201 fsCurrentTime, /* xCurrentTime */
811 static int fsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in fsCurrentTime() function