Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c170 static int apndCurrentTime(sqlite3_vfs*, double*);
194 apndCurrentTime, /* xCurrentTime */
615 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() function