Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_demovfs.c609 static int demoCurrentTime(sqlite3_vfs *pVfs, double *pTime){ in demoCurrentTime() argument
611 *pTime = t/86400.0 + 2440587.5; in demoCurrentTime()
H A Dtest_quota.h208 int sqlite3_quota_file_mtime(quota_FILE*, time_t *pTime);
H A Dtest_quota.c1169 int sqlite3_quota_file_mtime(quota_FILE *p, time_t *pTime){ in sqlite3_quota_file_mtime() argument
1179 if( rc==0 ) *pTime = buf.st_mtime; in sqlite3_quota_file_mtime()