Home
last modified time | relevance | path

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

/netbsd/external/public-domain/sqlite/dist/
H A Dshell.c3623 static int apndCurrentTime(sqlite3_vfs*, double*);
3647 apndCurrentTime, /* xCurrentTime */
4005 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() function