Searched refs:xCurrentTimeInt64 (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h993 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1003 ** ^The xCurrentTimeInt64() method returns, as an integer, the Julian
1006 ** ^SQLite will use the xCurrentTimeInt64() method to get the current
1009 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1049 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member in struct:sqlite3_vfs
H A Dsqlite3.c1543 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1553 ** ^The xCurrentTimeInt64() method returns, as an integer, the Julian
1556 ** ^SQLite will use the xCurrentTimeInt64() method to get the current
1559 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1599 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member in struct:sqlite3_vfs
14879 /* IMPLEMENTATION-OF: R-49045-42493 SQLite will use the xCurrentTimeInt64()
14882 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
14885 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
14886 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);
24790 os2CurrentTimeInt64, /* xCurrentTimeInt64 */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h993 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1003 ** ^The xCurrentTimeInt64() method returns, as an integer, the Julian
1006 ** ^SQLite will use the xCurrentTimeInt64() method to get the current
1009 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1049 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member in struct:sqlite3_vfs
H A Dsqlite3.c1543 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1553 ** ^The xCurrentTimeInt64() method returns, as an integer, the Julian
1556 ** ^SQLite will use the xCurrentTimeInt64() method to get the current
1559 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1599 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member in struct:sqlite3_vfs
14879 /* IMPLEMENTATION-OF: R-49045-42493 SQLite will use the xCurrentTimeInt64()
14882 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
14885 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
14886 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);
24790 os2CurrentTimeInt64, /* xCurrentTimeInt64 */
[all...]

Completed in 377 milliseconds