Searched refs:xCurrentTimeInt64 (Results 1 – 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 1451 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
|
/third_party/sqlite/src/ |
D | shell.c | 260 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay() 261 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay() 4309 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in apndCurrentTimeInt64() 8233 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in zipfileTime() 8235 pVfs->xCurrentTimeInt64(pVfs, &ms); in zipfileTime()
|
D | sqlite3.c | 1761 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member 24307 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ 24308 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); 49306 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 82482 - apndCurrentTimeInt64, /* xCurrentTimeInt64 */ 83798 - return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); 87031 + apndCurrentTimeInt64, /* xCurrentTimeInt64 */ 87965 + return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); 120117 - apndCurrentTimeInt64, /* xCurrentTimeInt64 */ 121433 - return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); 124666 + apndCurrentTimeInt64, /* xCurrentTimeInt64 */ 125600 + return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);
|