Searched refs:xCurrentTimeInt64 (Results 1 – 5 of 5) sorted by relevance
982 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
1535 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member14526 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()14527 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
1203 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
168 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()169 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
1417 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member16826 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()16827 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()