Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c8869 static int apndCurrentTime(sqlite3_vfs*, double*);
8893 apndCurrentTime, /* xCurrentTime */
9314 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() function