HomeSort by relevance Sort by last modified time
    Searched refs:xCurrentTimeInt64 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
os.c 186 /* IMPLEMENTATION-OF: R-49045-42493 SQLite will use the xCurrentTimeInt64()
189 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
192 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
193 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);
test_journal.c 185 jtCurrentTimeInt64 /* xCurrentTimeInt64 */
822 return g.pVfs->xCurrentTimeInt64(g.pVfs, pTimeOut);
844 }else if( g.pVfs->xCurrentTimeInt64==0 ){
845 jt_vfs.xCurrentTimeInt64 = 0;
test_vfstrace.c 667 return pRoot->xCurrentTimeInt64(pRoot, pTimeOut);
754 pNew->xCurrentTimeInt64 = pRoot->xCurrentTimeInt64==0 ? 0 :
test_multiplex.c 458 return gMultiplex.pOrigVfs->xCurrentTimeInt64(gMultiplex.pOrigVfs, b);
933 gMultiplex.sThisVfs.xCurrentTimeInt64 = multiplexCurrentTimeInt64;
    [all...]
sqlite.h.in     [all...]
test_osinst.c 27 ** xRandomness, xSleep, xCurrentTime, xGetLastError and xCurrentTimeInt64)
605 return REALVFS(pVfs)->xCurrentTimeInt64(REALVFS(pVfs), p);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 107 milliseconds