Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c3735 static int apndCurrentTime(sqlite3_vfs*, double*);
3759 apndCurrentTime, /* xCurrentTime */
4117 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() function