Home
last modified time | relevance | path

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

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