sqlite3_int64     324 sql/connection.cc   sqlite3_int64 preload_size = page_size * (cache_size_ ? cache_size_ : 2000);
sqlite3_int64     333 sql/connection.cc   sqlite3_int64 file_size = 0;
sqlite3_int64     343 sql/connection.cc   for (sqlite3_int64 pos = 0; pos < file_size; pos += page_size) {
sqlite3_int64     806 third_party/sqlite/amalgamation/sqlite3.c # define double sqlite3_int64
sqlite3_int64    1216 third_party/sqlite/amalgamation/sqlite3.c   int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
sqlite3_int64    1217 third_party/sqlite/amalgamation/sqlite3.c   int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
sqlite3_int64    1218 third_party/sqlite/amalgamation/sqlite3.c   int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
sqlite3_int64    1220 third_party/sqlite/amalgamation/sqlite3.c   int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
sqlite3_int64    1483 third_party/sqlite/amalgamation/sqlite3.c   int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
sqlite3_int64    2109 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*);
sqlite3_int64    2630 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
sqlite3_int64    2631 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_int64 sqlite3_memory_highwater(int resetFlag);
sqlite3_int64    3424 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
sqlite3_int64    3919 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_int64 sqlite3_column_int64(sqlite3_stmt*, int iCol);
sqlite3_int64    4127 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API SQLITE_DEPRECATED int sqlite3_memory_alarm(void(*)(void*,sqlite3_int64,int),void*,sqlite3_int64);
sqlite3_int64    4180 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_int64 sqlite3_value_int64(sqlite3_value*);
sqlite3_int64    4431 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void sqlite3_result_int64(sqlite3_context*, sqlite3_int64);
sqlite3_int64    4819 third_party/sqlite/amalgamation/sqlite3.c   void(*)(void *,int ,char const *,char const *,sqlite3_int64),
sqlite3_int64    4915 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
sqlite3_int64    5146 third_party/sqlite/amalgamation/sqlite3.c   int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
sqlite3_int64    5147 third_party/sqlite/amalgamation/sqlite3.c   int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
sqlite3_int64    5451 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iRow,
sqlite3_int64    5478 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API SQLITE_EXPERIMENTAL int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
sqlite3_int64    7300 third_party/sqlite/amalgamation/sqlite3.c #   define SQLITE_BIG_DBL (((sqlite3_int64)1)<<50)
sqlite3_int64    7798 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeSetCachedRowid(BtCursor*, sqlite3_int64);
sqlite3_int64    7799 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_int64 sqlite3BtreeGetCachedRowid(BtCursor*);
sqlite3_int64    8908 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*);
sqlite3_int64    12924 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iJD; /* The julian day number times 86400000 */
sqlite3_int64    13099 third_party/sqlite/amalgamation/sqlite3.c   p->iJD = (sqlite3_int64)((X1 + X2 + D + B - 1524.5 ) * 86400000);
sqlite3_int64    13102 third_party/sqlite/amalgamation/sqlite3.c     p->iJD += p->h*3600000 + p->m*60000 + (sqlite3_int64)(p->s*1000);
sqlite3_int64    13195 third_party/sqlite/amalgamation/sqlite3.c     p->iJD = (sqlite3_int64)(r*86400000.0 + 0.5);
sqlite3_int64    13269 third_party/sqlite/amalgamation/sqlite3.c static sqlite3_int64 localtimeOffset(DateTime *p){
sqlite3_int64    13396 third_party/sqlite/amalgamation/sqlite3.c         sqlite3_int64 c1;
sqlite3_int64    13418 third_party/sqlite/amalgamation/sqlite3.c         sqlite3_int64 Z;
sqlite3_int64    13485 third_party/sqlite/amalgamation/sqlite3.c         sqlite3_int64 day;
sqlite3_int64    13509 third_party/sqlite/amalgamation/sqlite3.c         p->iJD += (sqlite3_int64)(r*86400000.0 + rRounder);
sqlite3_int64    13511 third_party/sqlite/amalgamation/sqlite3.c         p->iJD += (sqlite3_int64)(r*(86400000.0/24.0) + rRounder);
sqlite3_int64    13513 third_party/sqlite/amalgamation/sqlite3.c         p->iJD += (sqlite3_int64)(r*(86400000.0/(24.0*60.0)) + rRounder);
sqlite3_int64    13515 third_party/sqlite/amalgamation/sqlite3.c         p->iJD += (sqlite3_int64)(r*(86400000.0/(24.0*60.0*60.0)) + rRounder);
sqlite3_int64    13527 third_party/sqlite/amalgamation/sqlite3.c           p->iJD += (sqlite3_int64)((r - y)*30.0*86400000.0 + rRounder);
sqlite3_int64    13536 third_party/sqlite/amalgamation/sqlite3.c           p->iJD += (sqlite3_int64)((r - y)*365.0*86400000.0 + rRounder);
sqlite3_int64    13574 third_party/sqlite/amalgamation/sqlite3.c     p->iJD = (sqlite3_int64)(sqlite3_value_double(argv[0])*86400000.0 + 0.5);
sqlite3_int64    13884 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iT;
sqlite3_int64    13892 third_party/sqlite/amalgamation/sqlite3.c   t = iT/1000 - 10000*(sqlite3_int64)21086676;
sqlite3_int64    14128 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){
sqlite3_int64    14141 third_party/sqlite/amalgamation/sqlite3.c     *pTimeOut = (sqlite3_int64)(r*86400000.0);
sqlite3_int64    14465 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *p;
sqlite3_int64    14488 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *p = (sqlite3_int64*)pPrior;
sqlite3_int64    14499 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *p;
sqlite3_int64    14501 third_party/sqlite/amalgamation/sqlite3.c   p = (sqlite3_int64*)pPrior;
sqlite3_int64    14517 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *p = (sqlite3_int64*)pPrior;
sqlite3_int64    15608 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *p;
sqlite3_int64    16157 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *p = 0;
sqlite3_int64    17760 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 alarmThreshold;
sqlite3_int64    17761 third_party/sqlite/amalgamation/sqlite3.c   void (*alarmCallback)(void*, sqlite3_int64,int);
sqlite3_int64    17790 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 NotUsed2,
sqlite3_int64    17801 third_party/sqlite/amalgamation/sqlite3.c   void(*xCallback)(void *pArg, sqlite3_int64 used,int N),
sqlite3_int64    17803 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iThreshold
sqlite3_int64    17822 third_party/sqlite/amalgamation/sqlite3.c   void(*xCallback)(void *pArg, sqlite3_int64 used,int N),
sqlite3_int64    17824 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iThreshold
sqlite3_int64    17834 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){
sqlite3_int64    17835 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 priorLimit;
sqlite3_int64    17836 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 excess;
sqlite3_int64    17922 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_int64 sqlite3_memory_used(void){
sqlite3_int64    17924 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 res;
sqlite3_int64    17926 third_party/sqlite/amalgamation/sqlite3.c   res = (sqlite3_int64)n;  /* Work around bug in Borland C. Ticket #3216 */
sqlite3_int64    17935 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_int64 sqlite3_memory_highwater(int resetFlag){
sqlite3_int64    17937 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 res;
sqlite3_int64    17939 third_party/sqlite/amalgamation/sqlite3.c   res = (sqlite3_int64)mx;  /* Work around bug in Borland C. Ticket #3216 */
sqlite3_int64    17947 third_party/sqlite/amalgamation/sqlite3.c   void (*xCallback)(void*,sqlite3_int64,int);
sqlite3_int64    17948 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 nowUsed;
sqlite3_int64    22138 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 offset            /* Begin reading at this offset */
sqlite3_int64    22169 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 offset            /* Offset into the file to begin writing at */
sqlite3_int64    22252 third_party/sqlite/amalgamation/sqlite3.c static int os2FileSize( sqlite3_file *id, sqlite3_int64 *pSize ){
sqlite3_int64    22581 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 sz = *(sqlite3_int64*)pArg;
sqlite3_int64    23810 third_party/sqlite/amalgamation/sqlite3.c static int os2CurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow){
sqlite3_int64    23812 third_party/sqlite/amalgamation/sqlite3.c   static const sqlite3_int64 unixEpoch = 24405875*(sqlite3_int64)8640000;
sqlite3_int64    23835 third_party/sqlite/amalgamation/sqlite3.c   *piNow = (sqlite3_int64)datepart*86400*1000 + timepart;
sqlite3_int64    23839 third_party/sqlite/amalgamation/sqlite3.c     *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
sqlite3_int64    23854 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 i;
sqlite3_int64    24732 third_party/sqlite/amalgamation/sqlite3.c static int robust_ftruncate(int h, sqlite3_int64 sz){
sqlite3_int64    27073 third_party/sqlite/amalgamation/sqlite3.c static int seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt){
sqlite3_int64    27115 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 offset
sqlite3_int64    27192 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 offset 
sqlite3_int64    29573 third_party/sqlite/amalgamation/sqlite3.c static int unixCurrentTimeInt64(sqlite3_vfs *NotUsed, sqlite3_int64 *piNow){
sqlite3_int64    29574 third_party/sqlite/amalgamation/sqlite3.c   static const sqlite3_int64 unixEpoch = 24405875*(sqlite3_int64)8640000;
sqlite3_int64    29578 third_party/sqlite/amalgamation/sqlite3.c   *piNow = ((sqlite3_int64)t)*1000 + unixEpoch;
sqlite3_int64    29582 third_party/sqlite/amalgamation/sqlite3.c   *piNow = unixEpoch + 1000*(sqlite3_int64)sNow.tv_sec + sNow.tv_nsec/1000000;
sqlite3_int64    29586 third_party/sqlite/amalgamation/sqlite3.c   *piNow = unixEpoch + 1000*(sqlite3_int64)sNow.tv_sec + sNow.tv_usec/1000;
sqlite3_int64    29591 third_party/sqlite/amalgamation/sqlite3.c     *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
sqlite3_int64    29604 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 i;
sqlite3_int64    31434 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 t64;
sqlite3_int64    31755 third_party/sqlite/amalgamation/sqlite3.c static int seekWinFile(winFile *pFile, sqlite3_int64 iOffset){
sqlite3_int64    31830 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 offset       /* Begin reading at this offset */
sqlite3_int64    31863 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 offset            /* Offset into the file to begin writing at */
sqlite3_int64    31903 third_party/sqlite/amalgamation/sqlite3.c static int winTruncate(sqlite3_file *id, sqlite3_int64 nByte){
sqlite3_int64    31993 third_party/sqlite/amalgamation/sqlite3.c static int winFileSize(sqlite3_file *id, sqlite3_int64 *pSize){
sqlite3_int64    32008 third_party/sqlite/amalgamation/sqlite3.c   *pSize = (((sqlite3_int64)upperBits)<<32) + lowerBits;
sqlite3_int64    32299 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 sz = *(sqlite3_int64*)pArg;
sqlite3_int64    32871 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 sz;                  /* Current size of wal-index file */
sqlite3_int64    33774 third_party/sqlite/amalgamation/sqlite3.c static int winCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow){
sqlite3_int64    33779 third_party/sqlite/amalgamation/sqlite3.c   static const sqlite3_int64 winFiletimeEpoch = 23058135*(sqlite3_int64)8640000;
sqlite3_int64    33781 third_party/sqlite/amalgamation/sqlite3.c   static const sqlite3_int64 unixEpoch = 24405875*(sqlite3_int64)8640000;
sqlite3_int64    33784 third_party/sqlite/amalgamation/sqlite3.c   static const sqlite3_int64 max32BitValue = 
sqlite3_int64    33785 third_party/sqlite/amalgamation/sqlite3.c       (sqlite3_int64)2000000000 + (sqlite3_int64)2000000000 + (sqlite3_int64)294967296;
sqlite3_int64    33799 third_party/sqlite/amalgamation/sqlite3.c             ((((sqlite3_int64)ft.dwHighDateTime)*max32BitValue) + 
sqlite3_int64    33800 third_party/sqlite/amalgamation/sqlite3.c                (sqlite3_int64)ft.dwLowDateTime)/(sqlite3_int64)10000;
sqlite3_int64    33804 third_party/sqlite/amalgamation/sqlite3.c     *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
sqlite3_int64    33818 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 i;
sqlite3_int64    36285 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid){
sqlite3_int64    40436 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 szFile = pPager->pageSize * (sqlite3_int64)pPager->dbSize;
sqlite3_int64    46692 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 cachedRowid; /* Next rowid cache.  0 means not valid */
sqlite3_int64    50652 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeSetCachedRowid(BtCursor *pCur, sqlite3_int64 iRowid){
sqlite3_int64    50666 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_int64 sqlite3BtreeGetCachedRowid(BtCursor *pCur){
sqlite3_int64    60756 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 iNow;
sqlite3_int64    68481 third_party/sqlite/amalgamation/sqlite3.c static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){
sqlite3_int64    68864 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
sqlite3_int64    69189 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iOffset;          /* Offset from the beginning of the file */
sqlite3_int64    69224 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 iOff = 0;
sqlite3_int64    82112 third_party/sqlite/amalgamation/sqlite3.c     r = -(r ^ (((sqlite3_int64)1)<<63));
sqlite3_int64    86644 third_party/sqlite/amalgamation/sqlite3.c   int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,int,sqlite3_blob**);
sqlite3_int64    86649 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 (*memory_highwater)(int);
sqlite3_int64    86650 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 (*memory_used)(void);
sqlite3_int64    86689 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 (*soft_heap_limit64)(sqlite3_int64);
sqlite3_int64    101174 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 nRow;           /* Expected number of rows visited by scan */
sqlite3_int64    101228 third_party/sqlite/amalgamation/sqlite3.c       nRow = (sqlite3_int64)pLevel->plan.nRow;
sqlite3_int64    113139 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iPrevId;          /* Previous id read from aDoclist */
sqlite3_int64    113229 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iCurrent;
sqlite3_int64    113252 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3UpdateMethod(sqlite3_vtab*,int,sqlite3_value**,sqlite3_int64*);
sqlite3_int64    113256 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3SegReaderNew(int, sqlite3_int64,
sqlite3_int64    113257 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64, sqlite3_int64, const char *, int, Fts3SegReader**);
sqlite3_int64    113263 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3ReadBlock(Fts3Table*, sqlite3_int64, char **, int*);
sqlite3_int64    113266 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3SelectDocsize(Fts3Table *, sqlite3_int64, sqlite3_stmt **);
sqlite3_int64    113319 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3PutVarint(char *, sqlite3_int64);
sqlite3_int64    113325 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3Fts3FindPositions(Fts3Expr *, sqlite3_int64, int);
sqlite3_int64    113467 third_party/sqlite/amalgamation/sqlite3.c static void fts3GetDeltaVarint(char **pp, sqlite3_int64 *pVal){
sqlite3_int64    113468 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iVal;
sqlite3_int64    113479 third_party/sqlite/amalgamation/sqlite3.c static void fts3GetDeltaVarint2(char **pp, char *pEnd, sqlite3_int64 *pVal){
sqlite3_int64    114239 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *piFirst,         /* OUT: Selected child node */
sqlite3_int64    114240 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *piLast           /* OUT: Selected child node */
sqlite3_int64    114248 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iChild;           /* Block id of child node to descend to */
sqlite3_int64    114366 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *piLeaf,          /* Selected leaf node */
sqlite3_int64    114367 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *piLeaf2          /* Selected leaf node */
sqlite3_int64    114410 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *piPrev,          /* IN/OUT: Previous value written to list */
sqlite3_int64    114411 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iVal              /* Write this value to the list */
sqlite3_int64    114526 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *pi             /* IN/OUT: Value read from position-list */
sqlite3_int64    114585 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 i1 = 0;       /* Last position from pp1 */
sqlite3_int64    114586 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 i2 = 0;       /* Last position from pp2 */
sqlite3_int64    114587 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 iPrev = 0;
sqlite3_int64    114683 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 iPrev = 0;
sqlite3_int64    114684 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 iPos1 = 0;
sqlite3_int64    114685 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 iPos2 = 0;
sqlite3_int64    114701 third_party/sqlite/amalgamation/sqlite3.c           sqlite3_int64 iSave;
sqlite3_int64    114846 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 i1 = 0;
sqlite3_int64    114847 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 i2 = 0;
sqlite3_int64    114848 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iPrev = 0;
sqlite3_int64    114928 third_party/sqlite/amalgamation/sqlite3.c           sqlite3_int64 iPrevSave = iPrev;
sqlite3_int64    114964 third_party/sqlite/amalgamation/sqlite3.c           sqlite3_int64 iPrevSave = iPrev;
sqlite3_int64    115144 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 docid;
sqlite3_int64    115205 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 iStartBlock = sqlite3_column_int64(pStmt, 1);
sqlite3_int64    115206 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 iLeavesEndBlock = sqlite3_column_int64(pStmt, 2);
sqlite3_int64    115207 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 iEndBlock = sqlite3_column_int64(pStmt, 3);
sqlite3_int64    115226 third_party/sqlite/amalgamation/sqlite3.c         sqlite3_int64 *pi = (isPrefix ? &iLeavesEndBlock : 0);
sqlite3_int64    115420 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 delta;
sqlite3_int64    116219 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 iRowid;
sqlite3_int64    116326 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iDocid,           /* Docid associated with requested pos-list */
sqlite3_int64    116791 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iRowid;           /* Current rowid */
sqlite3_int64    116796 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 nDoc;           /* 'documents' values for current csr row */
sqlite3_int64    116797 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 nOcc;           /* 'occurrences' values for current csr row */
sqlite3_int64    117028 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 v = 0;
sqlite3_int64    119958 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iLastDocid;
sqlite3_int64    119959 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iLastCol;
sqlite3_int64    119960 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iLastPos;
sqlite3_int64    119995 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iStartBlock;      /* Rowid of first leaf block to traverse */
sqlite3_int64    119996 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iLeafEndBlock;    /* Rowid of final leaf block to traverse */
sqlite3_int64    119997 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iEndBlock;        /* Rowid of final block in segment (or 0) */
sqlite3_int64    119998 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iCurrentBlock;    /* Current leaf block (or 0) */
sqlite3_int64    120017 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iDocid;
sqlite3_int64    120034 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iFirst;           /* First slot in %_segments written */
sqlite3_int64    120035 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iFree;            /* Next free slot in %_segments */
sqlite3_int64    120184 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iDocid,           /* Docid to bind for SQL_SELECT_DOCSIZE */
sqlite3_int64    120220 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iDocid,           /* Docid to read size data for */
sqlite3_int64    120327 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 i                 /* Value to append to data */
sqlite3_int64    120371 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iDocid,           /* Docid for entry to add */
sqlite3_int64    120372 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iCol,             /* Column for entry to add */
sqlite3_int64    120373 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iPos,             /* Position of term for entry to add */
sqlite3_int64    120382 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 iDelta = iDocid - (p ? p->iLastDocid : 0);
sqlite3_int64    120568 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *piDocid          /* OUT: Docid for row just inserted */
sqlite3_int64    120761 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iBlockid,         /* Access the row with blockid=$iBlockid */
sqlite3_int64    120959 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 iDelta;
sqlite3_int64    120994 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 iBlock;
sqlite3_int64    121009 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 nDoc = 0;
sqlite3_int64    121010 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 nByte = 0;
sqlite3_int64    121072 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iStartLeaf,       /* First leaf to traverse */
sqlite3_int64    121073 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iEndLeaf,         /* Final leaf to traverse */
sqlite3_int64    121074 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iEndBlock,        /* Final block of segment */
sqlite3_int64    121338 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iBlock,           /* Block id for new block */
sqlite3_int64    121360 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iStartBlock,      /* Value for "start_block" field */
sqlite3_int64    121361 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iLeafEndBlock,    /* Value for "leaves_end_block" field */
sqlite3_int64    121362 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iEndBlock,        /* Value for "end_block" field */
sqlite3_int64    121519 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iLeftChild
sqlite3_int64    121546 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iLeaf,            /* Block id of first leaf node */
sqlite3_int64    121547 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iFree,            /* Block id of next free slot in %_segments */
sqlite3_int64    121548 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *piLast,          /* OUT: Block id of last entry written */
sqlite3_int64    121562 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 iNextFree = iFree;
sqlite3_int64    121563 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 iNextLeaf = iLeaf;
sqlite3_int64    121757 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 iLast = 0;      /* Largest block id written to database */
sqlite3_int64    121758 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 iLastLeaf;      /* Largest leaf block id written to db */
sqlite3_int64    122036 third_party/sqlite/amalgamation/sqlite3.c       sqlite3_int64 iPrev = 0;    /* Previous docid stored in doclist */
sqlite3_int64    122051 third_party/sqlite/amalgamation/sqlite3.c         sqlite3_int64 iDocid = apSegment[0]->iDocid;
sqlite3_int64    122207 third_party/sqlite/amalgamation/sqlite3.c     j += sqlite3Fts3PutVarint(&zBuf[j], (sqlite3_int64)a[i]);
sqlite3_int64    122224 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 x;
sqlite3_int64    122458 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 iDocid;         /* Docid of the row pCsr points to */
sqlite3_int64    122544 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iRemove = 0;      /* Rowid removed by UPDATE or DELETE */
sqlite3_int64    122723 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 nDoc;             /* Number of docs in database */
sqlite3_int64    123412 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 iCol = 0;
sqlite3_int64    123580 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 *pnDoc,
sqlite3_int64    123585 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 nDoc;
sqlite3_int64    123641 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iRead;
sqlite3_int64    123788 third_party/sqlite/amalgamation/sqlite3.c           sqlite3_int64 nDoc;
sqlite3_int64    123796 third_party/sqlite/amalgamation/sqlite3.c           sqlite3_int64 nDoc;     /* Number of rows in table */
sqlite3_int64    123804 third_party/sqlite/amalgamation/sqlite3.c               sqlite3_int64 nToken;
sqlite3_int64    123820 third_party/sqlite/amalgamation/sqlite3.c             sqlite3_int64 nToken;
sqlite3_int64    124046 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iDocid;
sqlite3_int64    124368 third_party/sqlite/amalgamation/sqlite3.c typedef sqlite3_int64 i64;
sqlite3_int64    125258 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_int64 iRowid;
sqlite3_int64    125825 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_int64 iBest;
sqlite3_int64    125934 third_party/sqlite/amalgamation/sqlite3.c static int rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode){
sqlite3_int64    125944 third_party/sqlite/amalgamation/sqlite3.c static int parentWrite(Rtree *pRtree, sqlite3_int64 iNode, sqlite3_int64 iPar){
sqlite3_int64    126406 third_party/sqlite/amalgamation/sqlite3.c   int (*xSetMapping)(Rtree *, sqlite3_int64, sqlite3_int64);
sqlite3_int64     263 third_party/sqlite/amalgamation/sqlite3.h # define double sqlite3_int64
sqlite3_int64     673 third_party/sqlite/amalgamation/sqlite3.h   int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
sqlite3_int64     674 third_party/sqlite/amalgamation/sqlite3.h   int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
sqlite3_int64     675 third_party/sqlite/amalgamation/sqlite3.h   int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
sqlite3_int64     677 third_party/sqlite/amalgamation/sqlite3.h   int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
sqlite3_int64     940 third_party/sqlite/amalgamation/sqlite3.h   int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
sqlite3_int64    1566 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*);
sqlite3_int64    2087 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
sqlite3_int64    2088 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API sqlite3_int64 sqlite3_memory_highwater(int resetFlag);
sqlite3_int64    2881 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
sqlite3_int64    3376 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API sqlite3_int64 sqlite3_column_int64(sqlite3_stmt*, int iCol);
sqlite3_int64    3584 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API SQLITE_DEPRECATED int sqlite3_memory_alarm(void(*)(void*,sqlite3_int64,int),void*,sqlite3_int64);
sqlite3_int64    3637 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API sqlite3_int64 sqlite3_value_int64(sqlite3_value*);
sqlite3_int64    3888 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API void sqlite3_result_int64(sqlite3_context*, sqlite3_int64);
sqlite3_int64    4276 third_party/sqlite/amalgamation/sqlite3.h   void(*)(void *,int ,char const *,char const *,sqlite3_int64),
sqlite3_int64    4372 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
sqlite3_int64    4603 third_party/sqlite/amalgamation/sqlite3.h   int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
sqlite3_int64    4604 third_party/sqlite/amalgamation/sqlite3.h   int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
sqlite3_int64    4908 third_party/sqlite/amalgamation/sqlite3.h   sqlite3_int64 iRow,
sqlite3_int64    4935 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API SQLITE_EXPERIMENTAL int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
sqlite3_int64     590 third_party/sqlite/src/ext/async/sqlite3async.c   sqlite3_int64 iOffset, 
sqlite3_int64     649 third_party/sqlite/src/ext/async/sqlite3async.c   sqlite3_int64 iOff
sqlite3_int64     666 third_party/sqlite/src/ext/async/sqlite3async.c   sqlite3_int64 iOffset
sqlite3_int64     670 third_party/sqlite/src/ext/async/sqlite3async.c   sqlite3_int64 filesize = 0;
sqlite3_int64     672 third_party/sqlite/src/ext/async/sqlite3async.c   sqlite3_int64 iAmt64 = (sqlite3_int64)iAmt;
sqlite3_int64     686 third_party/sqlite/src/ext/async/sqlite3async.c     sqlite3_int64 nRead;
sqlite3_int64     707 third_party/sqlite/src/ext/async/sqlite3async.c         sqlite3_int64 nCopy;
sqlite3_int64     708 third_party/sqlite/src/ext/async/sqlite3async.c         sqlite3_int64 nByte64 = (sqlite3_int64)pWrite->nByte;
sqlite3_int64     715 third_party/sqlite/src/ext/async/sqlite3async.c         sqlite3_int64 iBeginOut = (pWrite->iOffset-iOffset);
sqlite3_int64     716 third_party/sqlite/src/ext/async/sqlite3async.c         sqlite3_int64 iBeginIn = -iBeginOut;
sqlite3_int64     743 third_party/sqlite/src/ext/async/sqlite3async.c static int asyncTruncate(sqlite3_file *pFile, sqlite3_int64 nByte){
sqlite3_int64     764 third_party/sqlite/src/ext/async/sqlite3async.c int asyncFileSize(sqlite3_file *pFile, sqlite3_int64 *piSize){
sqlite3_int64     767 third_party/sqlite/src/ext/async/sqlite3async.c   sqlite3_int64 s = 0;
sqlite3_int64     796 third_party/sqlite/src/ext/async/sqlite3async.c             s = MAX(pWrite->iOffset + (sqlite3_int64)(pWrite->nByte), s);
sqlite3_int64    1150 third_party/sqlite/src/ext/async/sqlite3async.c     rc = addNewAsyncWrite(pData, ASYNC_OPENEXCLUSIVE, (sqlite3_int64)flags,0,0);
sqlite3_int64     417 third_party/sqlite/src/ext/fts3/fts3.c static void fts3GetDeltaVarint(char **pp, sqlite3_int64 *pVal){
sqlite3_int64     418 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3_int64 iVal;
sqlite3_int64     429 third_party/sqlite/src/ext/fts3/fts3.c static void fts3GetDeltaVarint2(char **pp, char *pEnd, sqlite3_int64 *pVal){
sqlite3_int64    1189 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3_int64 *piFirst,         /* OUT: Selected child node */
sqlite3_int64    1190 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3_int64 *piLast           /* OUT: Selected child node */
sqlite3_int64    1198 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3_int64 iChild;           /* Block id of child node to descend to */
sqlite3_int64    1316 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3_int64 *piLeaf,          /* Selected leaf node */
sqlite3_int64    1317 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3_int64 *piLeaf2          /* Selected leaf node */
sqlite3_int64    1360 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3_int64 *piPrev,          /* IN/OUT: Previous value written to list */
sqlite3_int64    1361 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3_int64 iVal              /* Write this value to the list */
sqlite3_int64    1476 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3_int64 *pi             /* IN/OUT: Value read from position-list */
sqlite3_int64    1535 third_party/sqlite/src/ext/fts3/fts3.c       sqlite3_int64 i1 = 0;       /* Last position from pp1 */
sqlite3_int64    1536 third_party/sqlite/src/ext/fts3/fts3.c       sqlite3_int64 i2 = 0;       /* Last position from pp2 */
sqlite3_int64    1537 third_party/sqlite/src/ext/fts3/fts3.c       sqlite3_int64 iPrev = 0;
sqlite3_int64    1633 third_party/sqlite/src/ext/fts3/fts3.c       sqlite3_int64 iPrev = 0;
sqlite3_int64    1634 third_party/sqlite/src/ext/fts3/fts3.c       sqlite3_int64 iPos1 = 0;
sqlite3_int64    1635 third_party/sqlite/src/ext/fts3/fts3.c       sqlite3_int64 iPos2 = 0;
sqlite3_int64    1651 third_party/sqlite/src/ext/fts3/fts3.c           sqlite3_int64 iSave;
sqlite3_int64    1796 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3_int64 i1 = 0;
sqlite3_int64    1797 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3_int64 i2 = 0;
sqlite3_int64    1798 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3_int64 iPrev = 0;
sqlite3_int64    1878 third_party/sqlite/src/ext/fts3/fts3.c           sqlite3_int64 iPrevSave = iPrev;
sqlite3_int64    1914 third_party/sqlite/src/ext/fts3/fts3.c           sqlite3_int64 iPrevSave = iPrev;
sqlite3_int64    2094 third_party/sqlite/src/ext/fts3/fts3.c     sqlite3_int64 docid;
sqlite3_int64    2155 third_party/sqlite/src/ext/fts3/fts3.c       sqlite3_int64 iStartBlock = sqlite3_column_int64(pStmt, 1);
sqlite3_int64    2156 third_party/sqlite/src/ext/fts3/fts3.c       sqlite3_int64 iLeavesEndBlock = sqlite3_column_int64(pStmt, 2);
sqlite3_int64    2157 third_party/sqlite/src/ext/fts3/fts3.c       sqlite3_int64 iEndBlock = sqlite3_column_int64(pStmt, 3);
sqlite3_int64    2176 third_party/sqlite/src/ext/fts3/fts3.c         sqlite3_int64 *pi = (isPrefix ? &iLeavesEndBlock : 0);
sqlite3_int64    2370 third_party/sqlite/src/ext/fts3/fts3.c       sqlite3_int64 delta;
sqlite3_int64    3169 third_party/sqlite/src/ext/fts3/fts3.c     sqlite3_int64 iRowid;
sqlite3_int64    3276 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3_int64 iDocid,           /* Docid associated with requested pos-list */
sqlite3_int64     170 third_party/sqlite/src/ext/fts3/fts3Int.h   sqlite3_int64 iPrevId;          /* Previous id read from aDoclist */
sqlite3_int64     260 third_party/sqlite/src/ext/fts3/fts3Int.h   sqlite3_int64 iCurrent;
sqlite3_int64     283 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3UpdateMethod(sqlite3_vtab*,int,sqlite3_value**,sqlite3_int64*);
sqlite3_int64     287 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3SegReaderNew(int, sqlite3_int64,
sqlite3_int64     288 third_party/sqlite/src/ext/fts3/fts3Int.h   sqlite3_int64, sqlite3_int64, const char *, int, Fts3SegReader**);
sqlite3_int64     294 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3ReadBlock(Fts3Table*, sqlite3_int64, char **, int*);
sqlite3_int64     297 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3SelectDocsize(Fts3Table *, sqlite3_int64, sqlite3_stmt **);
sqlite3_int64     350 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3PutVarint(char *, sqlite3_int64);
sqlite3_int64     356 third_party/sqlite/src/ext/fts3/fts3Int.h char *sqlite3Fts3FindPositions(Fts3Expr *, sqlite3_int64, int);
sqlite3_int64      36 third_party/sqlite/src/ext/fts3/fts3_aux.c   sqlite3_int64 iRowid;           /* Current rowid */
sqlite3_int64      41 third_party/sqlite/src/ext/fts3/fts3_aux.c     sqlite3_int64 nDoc;           /* 'documents' values for current csr row */
sqlite3_int64      42 third_party/sqlite/src/ext/fts3/fts3_aux.c     sqlite3_int64 nOcc;           /* 'occurrences' values for current csr row */
sqlite3_int64     273 third_party/sqlite/src/ext/fts3/fts3_aux.c       sqlite3_int64 v = 0;
sqlite3_int64      90 third_party/sqlite/src/ext/fts3/fts3_snippet.c   sqlite3_int64 nDoc;             /* Number of docs in database */
sqlite3_int64     779 third_party/sqlite/src/ext/fts3/fts3_snippet.c     sqlite3_int64 iCol = 0;
sqlite3_int64     947 third_party/sqlite/src/ext/fts3/fts3_snippet.c   sqlite3_int64 *pnDoc,
sqlite3_int64     952 third_party/sqlite/src/ext/fts3/fts3_snippet.c   sqlite3_int64 nDoc;
sqlite3_int64    1008 third_party/sqlite/src/ext/fts3/fts3_snippet.c   sqlite3_int64 iRead;
sqlite3_int64    1155 third_party/sqlite/src/ext/fts3/fts3_snippet.c           sqlite3_int64 nDoc;
sqlite3_int64    1163 third_party/sqlite/src/ext/fts3/fts3_snippet.c           sqlite3_int64 nDoc;     /* Number of rows in table */
sqlite3_int64    1171 third_party/sqlite/src/ext/fts3/fts3_snippet.c               sqlite3_int64 nToken;
sqlite3_int64    1187 third_party/sqlite/src/ext/fts3/fts3_snippet.c             sqlite3_int64 nToken;
sqlite3_int64    1413 third_party/sqlite/src/ext/fts3/fts3_snippet.c   sqlite3_int64 iDocid;
sqlite3_int64      52 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iLastDocid;
sqlite3_int64      53 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iLastCol;
sqlite3_int64      54 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iLastPos;
sqlite3_int64      89 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iStartBlock;      /* Rowid of first leaf block to traverse */
sqlite3_int64      90 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iLeafEndBlock;    /* Rowid of final leaf block to traverse */
sqlite3_int64      91 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iEndBlock;        /* Rowid of final block in segment (or 0) */
sqlite3_int64      92 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iCurrentBlock;    /* Current leaf block (or 0) */
sqlite3_int64     111 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iDocid;
sqlite3_int64     128 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iFirst;           /* First slot in %_segments written */
sqlite3_int64     129 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iFree;            /* Next free slot in %_segments */
sqlite3_int64     278 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iDocid,           /* Docid to bind for SQL_SELECT_DOCSIZE */
sqlite3_int64     314 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iDocid,           /* Docid to read size data for */
sqlite3_int64     421 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 i                 /* Value to append to data */
sqlite3_int64     465 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iDocid,           /* Docid for entry to add */
sqlite3_int64     466 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iCol,             /* Column for entry to add */
sqlite3_int64     467 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iPos,             /* Position of term for entry to add */
sqlite3_int64     476 third_party/sqlite/src/ext/fts3/fts3_write.c     sqlite3_int64 iDelta = iDocid - (p ? p->iLastDocid : 0);
sqlite3_int64     662 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 *piDocid          /* OUT: Docid for row just inserted */
sqlite3_int64     855 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iBlockid,         /* Access the row with blockid=$iBlockid */
sqlite3_int64    1053 third_party/sqlite/src/ext/fts3/fts3_write.c     sqlite3_int64 iDelta;
sqlite3_int64    1088 third_party/sqlite/src/ext/fts3/fts3_write.c     sqlite3_int64 iBlock;
sqlite3_int64    1103 third_party/sqlite/src/ext/fts3/fts3_write.c       sqlite3_int64 nDoc = 0;
sqlite3_int64    1104 third_party/sqlite/src/ext/fts3/fts3_write.c       sqlite3_int64 nByte = 0;
sqlite3_int64    1166 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iStartLeaf,       /* First leaf to traverse */
sqlite3_int64    1167 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iEndLeaf,         /* Final leaf to traverse */
sqlite3_int64    1168 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iEndBlock,        /* Final block of segment */
sqlite3_int64    1432 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iBlock,           /* Block id for new block */
sqlite3_int64    1454 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iStartBlock,      /* Value for "start_block" field */
sqlite3_int64    1455 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iLeafEndBlock,    /* Value for "leaves_end_block" field */
sqlite3_int64    1456 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iEndBlock,        /* Value for "end_block" field */
sqlite3_int64    1613 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iLeftChild
sqlite3_int64    1640 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iLeaf,            /* Block id of first leaf node */
sqlite3_int64    1641 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iFree,            /* Block id of next free slot in %_segments */
sqlite3_int64    1642 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 *piLast,          /* OUT: Block id of last entry written */
sqlite3_int64    1656 third_party/sqlite/src/ext/fts3/fts3_write.c     sqlite3_int64 iNextFree = iFree;
sqlite3_int64    1657 third_party/sqlite/src/ext/fts3/fts3_write.c     sqlite3_int64 iNextLeaf = iLeaf;
sqlite3_int64    1851 third_party/sqlite/src/ext/fts3/fts3_write.c     sqlite3_int64 iLast = 0;      /* Largest block id written to database */
sqlite3_int64    1852 third_party/sqlite/src/ext/fts3/fts3_write.c     sqlite3_int64 iLastLeaf;      /* Largest leaf block id written to db */
sqlite3_int64    2130 third_party/sqlite/src/ext/fts3/fts3_write.c       sqlite3_int64 iPrev = 0;    /* Previous docid stored in doclist */
sqlite3_int64    2145 third_party/sqlite/src/ext/fts3/fts3_write.c         sqlite3_int64 iDocid = apSegment[0]->iDocid;
sqlite3_int64    2301 third_party/sqlite/src/ext/fts3/fts3_write.c     j += sqlite3Fts3PutVarint(&zBuf[j], (sqlite3_int64)a[i]);
sqlite3_int64    2318 third_party/sqlite/src/ext/fts3/fts3_write.c     sqlite3_int64 x;
sqlite3_int64    2552 third_party/sqlite/src/ext/fts3/fts3_write.c     sqlite3_int64 iDocid;         /* Docid of the row pCsr points to */
sqlite3_int64    2638 third_party/sqlite/src/ext/fts3/fts3_write.c   sqlite3_int64 iRemove = 0;      /* Rowid removed by UPDATE or DELETE */
sqlite3_int64     111 third_party/sqlite/src/ext/rtree/rtree.c typedef sqlite3_int64 i64;
sqlite3_int64    1001 third_party/sqlite/src/ext/rtree/rtree.c   sqlite3_int64 iRowid;
sqlite3_int64    1568 third_party/sqlite/src/ext/rtree/rtree.c     sqlite3_int64 iBest;
sqlite3_int64    1677 third_party/sqlite/src/ext/rtree/rtree.c static int rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode){
sqlite3_int64    1687 third_party/sqlite/src/ext/rtree/rtree.c static int parentWrite(Rtree *pRtree, sqlite3_int64 iNode, sqlite3_int64 iPar){
sqlite3_int64    2149 third_party/sqlite/src/ext/rtree/rtree.c   int (*xSetMapping)(Rtree *, sqlite3_int64, sqlite3_int64);
sqlite3_int64    3533 third_party/sqlite/src/src/btree.c void sqlite3BtreeSetCachedRowid(BtCursor *pCur, sqlite3_int64 iRowid){
sqlite3_int64    3547 third_party/sqlite/src/src/btree.c sqlite3_int64 sqlite3BtreeGetCachedRowid(BtCursor *pCur){
sqlite3_int64     172 third_party/sqlite/src/src/btree.h void sqlite3BtreeSetCachedRowid(BtCursor*, sqlite3_int64);
sqlite3_int64     173 third_party/sqlite/src/src/btree.h sqlite3_int64 sqlite3BtreeGetCachedRowid(BtCursor*);
sqlite3_int64     490 third_party/sqlite/src/src/btreeInt.h   sqlite3_int64 cachedRowid; /* Next rowid cache.  0 means not valid */
sqlite3_int64      75 third_party/sqlite/src/src/date.c   sqlite3_int64 iJD; /* The julian day number times 86400000 */
sqlite3_int64     250 third_party/sqlite/src/src/date.c   p->iJD = (sqlite3_int64)((X1 + X2 + D + B - 1524.5 ) * 86400000);
sqlite3_int64     253 third_party/sqlite/src/src/date.c     p->iJD += p->h*3600000 + p->m*60000 + (sqlite3_int64)(p->s*1000);
sqlite3_int64     346 third_party/sqlite/src/src/date.c     p->iJD = (sqlite3_int64)(r*86400000.0 + 0.5);
sqlite3_int64     420 third_party/sqlite/src/src/date.c static sqlite3_int64 localtimeOffset(DateTime *p){
sqlite3_int64     547 third_party/sqlite/src/src/date.c         sqlite3_int64 c1;
sqlite3_int64     569 third_party/sqlite/src/src/date.c         sqlite3_int64 Z;
sqlite3_int64     636 third_party/sqlite/src/src/date.c         sqlite3_int64 day;
sqlite3_int64     660 third_party/sqlite/src/src/date.c         p->iJD += (sqlite3_int64)(r*86400000.0 + rRounder);
sqlite3_int64     662 third_party/sqlite/src/src/date.c         p->iJD += (sqlite3_int64)(r*(86400000.0/24.0) + rRounder);
sqlite3_int64     664 third_party/sqlite/src/src/date.c         p->iJD += (sqlite3_int64)(r*(86400000.0/(24.0*60.0)) + rRounder);
sqlite3_int64     666 third_party/sqlite/src/src/date.c         p->iJD += (sqlite3_int64)(r*(86400000.0/(24.0*60.0*60.0)) + rRounder);
sqlite3_int64     678 third_party/sqlite/src/src/date.c           p->iJD += (sqlite3_int64)((r - y)*30.0*86400000.0 + rRounder);
sqlite3_int64     687 third_party/sqlite/src/src/date.c           p->iJD += (sqlite3_int64)((r - y)*365.0*86400000.0 + rRounder);
sqlite3_int64     725 third_party/sqlite/src/src/date.c     p->iJD = (sqlite3_int64)(sqlite3_value_double(argv[0])*86400000.0 + 0.5);
sqlite3_int64    1035 third_party/sqlite/src/src/date.c   sqlite3_int64 iT;
sqlite3_int64    1043 third_party/sqlite/src/src/date.c   t = iT/1000 - 10000*(sqlite3_int64)21086676;
sqlite3_int64     413 third_party/sqlite/src/src/func.c     r = -(r ^ (((sqlite3_int64)1)<<63));
sqlite3_int64      55 third_party/sqlite/src/src/malloc.c   sqlite3_int64 alarmThreshold;
sqlite3_int64      56 third_party/sqlite/src/src/malloc.c   void (*alarmCallback)(void*, sqlite3_int64,int);
sqlite3_int64      85 third_party/sqlite/src/src/malloc.c   sqlite3_int64 NotUsed2,
sqlite3_int64      96 third_party/sqlite/src/src/malloc.c   void(*xCallback)(void *pArg, sqlite3_int64 used,int N),
sqlite3_int64      98 third_party/sqlite/src/src/malloc.c   sqlite3_int64 iThreshold
sqlite3_int64     117 third_party/sqlite/src/src/malloc.c   void(*xCallback)(void *pArg, sqlite3_int64 used,int N),
sqlite3_int64     119 third_party/sqlite/src/src/malloc.c   sqlite3_int64 iThreshold
sqlite3_int64     129 third_party/sqlite/src/src/malloc.c sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){
sqlite3_int64     130 third_party/sqlite/src/src/malloc.c   sqlite3_int64 priorLimit;
sqlite3_int64     131 third_party/sqlite/src/src/malloc.c   sqlite3_int64 excess;
sqlite3_int64     217 third_party/sqlite/src/src/malloc.c sqlite3_int64 sqlite3_memory_used(void){
sqlite3_int64     219 third_party/sqlite/src/src/malloc.c   sqlite3_int64 res;
sqlite3_int64     221 third_party/sqlite/src/src/malloc.c   res = (sqlite3_int64)n;  /* Work around bug in Borland C. Ticket #3216 */
sqlite3_int64     230 third_party/sqlite/src/src/malloc.c sqlite3_int64 sqlite3_memory_highwater(int resetFlag){
sqlite3_int64     232 third_party/sqlite/src/src/malloc.c   sqlite3_int64 res;
sqlite3_int64     234 third_party/sqlite/src/src/malloc.c   res = (sqlite3_int64)mx;  /* Work around bug in Borland C. Ticket #3216 */
sqlite3_int64     242 third_party/sqlite/src/src/malloc.c   void (*xCallback)(void*,sqlite3_int64,int);
sqlite3_int64     243 third_party/sqlite/src/src/malloc.c   sqlite3_int64 nowUsed;
sqlite3_int64      38 third_party/sqlite/src/src/mem1.c   sqlite3_int64 *p;
sqlite3_int64      61 third_party/sqlite/src/src/mem1.c   sqlite3_int64 *p = (sqlite3_int64*)pPrior;
sqlite3_int64      72 third_party/sqlite/src/src/mem1.c   sqlite3_int64 *p;
sqlite3_int64      74 third_party/sqlite/src/src/mem1.c   p = (sqlite3_int64*)pPrior;
sqlite3_int64      90 third_party/sqlite/src/src/mem1.c   sqlite3_int64 *p = (sqlite3_int64*)pPrior;
sqlite3_int64     500 third_party/sqlite/src/src/mem3.c   sqlite3_int64 *p;
sqlite3_int64     360 third_party/sqlite/src/src/mem5.c   sqlite3_int64 *p = 0;
sqlite3_int64      53 third_party/sqlite/src/src/memjournal.c   sqlite3_int64 iOffset;          /* Offset from the beginning of the file */
sqlite3_int64      88 third_party/sqlite/src/src/memjournal.c     sqlite3_int64 iOff = 0;
sqlite3_int64     184 third_party/sqlite/src/src/os.c int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){
sqlite3_int64     197 third_party/sqlite/src/src/os.c     *pTimeOut = (sqlite3_int64)(r*86400000.0);
sqlite3_int64     270 third_party/sqlite/src/src/os.h int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*);
sqlite3_int64     126 third_party/sqlite/src/src/os_os2.c   sqlite3_int64 offset            /* Begin reading at this offset */
sqlite3_int64     157 third_party/sqlite/src/src/os_os2.c   sqlite3_int64 offset            /* Offset into the file to begin writing at */
sqlite3_int64     240 third_party/sqlite/src/src/os_os2.c static int os2FileSize( sqlite3_file *id, sqlite3_int64 *pSize ){
sqlite3_int64     569 third_party/sqlite/src/src/os_os2.c       sqlite3_int64 sz = *(sqlite3_int64*)pArg;
sqlite3_int64    1798 third_party/sqlite/src/src/os_os2.c static int os2CurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow){
sqlite3_int64    1800 third_party/sqlite/src/src/os_os2.c   static const sqlite3_int64 unixEpoch = 24405875*(sqlite3_int64)8640000;
sqlite3_int64    1823 third_party/sqlite/src/src/os_os2.c   *piNow = (sqlite3_int64)datepart*86400*1000 + timepart;
sqlite3_int64    1827 third_party/sqlite/src/src/os_os2.c     *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
sqlite3_int64    1842 third_party/sqlite/src/src/os_os2.c   sqlite3_int64 i;
sqlite3_int64     591 third_party/sqlite/src/src/os_unix.c static int robust_ftruncate(int h, sqlite3_int64 sz){
sqlite3_int64    2932 third_party/sqlite/src/src/os_unix.c static int seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt){
sqlite3_int64    2974 third_party/sqlite/src/src/os_unix.c   sqlite3_int64 offset
sqlite3_int64    3051 third_party/sqlite/src/src/os_unix.c   sqlite3_int64 offset 
sqlite3_int64    5432 third_party/sqlite/src/src/os_unix.c static int unixCurrentTimeInt64(sqlite3_vfs *NotUsed, sqlite3_int64 *piNow){
sqlite3_int64    5433 third_party/sqlite/src/src/os_unix.c   static const sqlite3_int64 unixEpoch = 24405875*(sqlite3_int64)8640000;
sqlite3_int64    5437 third_party/sqlite/src/src/os_unix.c   *piNow = ((sqlite3_int64)t)*1000 + unixEpoch;
sqlite3_int64    5441 third_party/sqlite/src/src/os_unix.c   *piNow = unixEpoch + 1000*(sqlite3_int64)sNow.tv_sec + sNow.tv_nsec/1000000;
sqlite3_int64    5445 third_party/sqlite/src/src/os_unix.c   *piNow = unixEpoch + 1000*(sqlite3_int64)sNow.tv_sec + sNow.tv_usec/1000;
sqlite3_int64    5450 third_party/sqlite/src/src/os_unix.c     *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
sqlite3_int64    5463 third_party/sqlite/src/src/os_unix.c   sqlite3_int64 i;
sqlite3_int64     315 third_party/sqlite/src/src/os_win.c   sqlite3_int64 t64;
sqlite3_int64     636 third_party/sqlite/src/src/os_win.c static int seekWinFile(winFile *pFile, sqlite3_int64 iOffset){
sqlite3_int64     711 third_party/sqlite/src/src/os_win.c   sqlite3_int64 offset       /* Begin reading at this offset */
sqlite3_int64     744 third_party/sqlite/src/src/os_win.c   sqlite3_int64 offset            /* Offset into the file to begin writing at */
sqlite3_int64     784 third_party/sqlite/src/src/os_win.c static int winTruncate(sqlite3_file *id, sqlite3_int64 nByte){
sqlite3_int64     874 third_party/sqlite/src/src/os_win.c static int winFileSize(sqlite3_file *id, sqlite3_int64 *pSize){
sqlite3_int64     889 third_party/sqlite/src/src/os_win.c   *pSize = (((sqlite3_int64)upperBits)<<32) + lowerBits;
sqlite3_int64    1180 third_party/sqlite/src/src/os_win.c       sqlite3_int64 sz = *(sqlite3_int64*)pArg;
sqlite3_int64    1752 third_party/sqlite/src/src/os_win.c     sqlite3_int64 sz;                  /* Current size of wal-index file */
sqlite3_int64    2655 third_party/sqlite/src/src/os_win.c static int winCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow){
sqlite3_int64    2660 third_party/sqlite/src/src/os_win.c   static const sqlite3_int64 winFiletimeEpoch = 23058135*(sqlite3_int64)8640000;
sqlite3_int64    2662 third_party/sqlite/src/src/os_win.c   static const sqlite3_int64 unixEpoch = 24405875*(sqlite3_int64)8640000;
sqlite3_int64    2665 third_party/sqlite/src/src/os_win.c   static const sqlite3_int64 max32BitValue = 
sqlite3_int64    2666 third_party/sqlite/src/src/os_win.c       (sqlite3_int64)2000000000 + (sqlite3_int64)2000000000 + (sqlite3_int64)294967296;
sqlite3_int64    2680 third_party/sqlite/src/src/os_win.c             ((((sqlite3_int64)ft.dwHighDateTime)*max32BitValue) + 
sqlite3_int64    2681 third_party/sqlite/src/src/os_win.c                (sqlite3_int64)ft.dwLowDateTime)/(sqlite3_int64)10000;
sqlite3_int64    2685 third_party/sqlite/src/src/os_win.c     *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
sqlite3_int64    2699 third_party/sqlite/src/src/os_win.c   sqlite3_int64 i;
sqlite3_int64    4006 third_party/sqlite/src/src/pager.c     sqlite3_int64 szFile = pPager->pageSize * (sqlite3_int64)pPager->dbSize;
sqlite3_int64     400 third_party/sqlite/src/src/rowset.c int sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid){
sqlite3_int64    2709 third_party/sqlite/src/src/shell.c       sqlite3_int64 szHeap;
sqlite3_int64     162 third_party/sqlite/src/src/sqlite3ext.h   int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,int,sqlite3_blob**);
sqlite3_int64     167 third_party/sqlite/src/src/sqlite3ext.h   sqlite3_int64 (*memory_highwater)(int);
sqlite3_int64     168 third_party/sqlite/src/src/sqlite3ext.h   sqlite3_int64 (*memory_used)(void);
sqlite3_int64     207 third_party/sqlite/src/src/sqlite3ext.h   sqlite3_int64 (*soft_heap_limit64)(sqlite3_int64);
sqlite3_int64     320 third_party/sqlite/src/src/sqliteInt.h #   define SQLITE_BIG_DBL (((sqlite3_int64)1)<<50)
sqlite3_int64    4509 third_party/sqlite/src/src/test1.c   sqlite3_int64 amt;
sqlite3_int64    4510 third_party/sqlite/src/src/test1.c   sqlite3_int64 N = -1;
sqlite3_int64    4904 third_party/sqlite/src/src/test1.c   sqlite3_int64 nSize;            /* Hinted size */
sqlite3_int64     322 third_party/sqlite/src/src/test6.c           sqlite3_int64 i;
sqlite3_int64     360 third_party/sqlite/src/src/test6.c   sqlite3_int64 iOffset,
sqlite3_int64     155 third_party/sqlite/src/src/test_demovfs.c   sqlite3_int64 iBufferOfst;      /* Offset in file of zBuffer[0] */
sqlite3_int64     264 third_party/sqlite/src/src/test_demovfs.c     sqlite3_int64 i = iOfst;      /* File offset to write to */
sqlite3_int64      42 third_party/sqlite/src/src/test_devsym.c static int devsymRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
sqlite3_int64      43 third_party/sqlite/src/src/test_devsym.c static int devsymWrite(sqlite3_file*,const void*,int iAmt, sqlite3_int64 iOfst);
sqlite3_int64      44 third_party/sqlite/src/src/test_devsym.c static int devsymTruncate(sqlite3_file*, sqlite3_int64 size);
sqlite3_int64      46 third_party/sqlite/src/src/test_devsym.c static int devsymFileSize(sqlite3_file*, sqlite3_int64 *pSize);
sqlite3_int64     172 third_party/sqlite/src/src/test_fuzzer.c   sqlite3_int64 iRowid;      /* The rowid of the current word */
sqlite3_int64     351 third_party/sqlite/src/src/test_hexio.c   sqlite3_int64 iVal;
sqlite3_int64     360 third_party/sqlite/src/src/test_hexio.c   nVal = getFts3Varint((char*)zBlob, (sqlite3_int64 *)(&iVal));
sqlite3_int64      32 third_party/sqlite/src/src/test_intarray.c   sqlite3_int64 *a;         /* Contents of the array */
sqlite3_int64     256 third_party/sqlite/src/src/test_intarray.c   sqlite3_int64 *aElements,      /* Content of the intarray */
sqlite3_int64     334 third_party/sqlite/src/src/test_intarray.c   sqlite3_int64 *a;
sqlite3_int64     112 third_party/sqlite/src/src/test_intarray.h   sqlite3_int64 *aElements,      /* Content of the intarray */
sqlite3_int64     128 third_party/sqlite/src/src/test_journal.c   sqlite3_int64 iMaxOff;   /* Maximum offset written to this transaction */
sqlite3_int64     138 third_party/sqlite/src/src/test_journal.c static int jtRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
sqlite3_int64     139 third_party/sqlite/src/src/test_journal.c static int jtWrite(sqlite3_file*,const void*,int iAmt, sqlite3_int64 iOfst);
sqlite3_int64     140 third_party/sqlite/src/src/test_journal.c static int jtTruncate(sqlite3_file*, sqlite3_int64 size);
sqlite3_int64     142 third_party/sqlite/src/src/test_journal.c static int jtFileSize(sqlite3_file*, sqlite3_int64 *pSize);
sqlite3_int64     164 third_party/sqlite/src/src/test_journal.c static int jtCurrentTimeInt64(sqlite3_vfs*, sqlite3_int64*);
sqlite3_int64     396 third_party/sqlite/src/src/test_journal.c       sqlite3_int64 iOff = (iTrunk-1)*pMain->nPagesize;
sqlite3_int64     433 third_party/sqlite/src/src/test_journal.c   sqlite3_int64 iOff = 0;
sqlite3_int64     434 third_party/sqlite/src/src/test_journal.c   sqlite3_int64 iSize = p->iMaxOff;
sqlite3_int64     821 third_party/sqlite/src/src/test_journal.c static int jtCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){
sqlite3_int64     357 third_party/sqlite/src/src/test_multiplex.c       sqlite3_int64 sz;
sqlite3_int64     457 third_party/sqlite/src/src/test_multiplex.c static int multiplexCurrentTimeInt64(sqlite3_vfs *a, sqlite3_int64 *b){
sqlite3_int64     503 third_party/sqlite/src/src/test_multiplex.c   sqlite3_int64 iOfst
sqlite3_int64     543 third_party/sqlite/src/src/test_multiplex.c   sqlite3_int64 iOfst
sqlite3_int64     579 third_party/sqlite/src/src/test_multiplex.c static int multiplexTruncate(sqlite3_file *pConn, sqlite3_int64 size){
sqlite3_int64     649 third_party/sqlite/src/src/test_multiplex.c static int multiplexFileSize(sqlite3_file *pConn, sqlite3_int64 *pSize){
sqlite3_int64     692 third_party/sqlite/src/src/test_multiplex.c         sqlite3_int64 sz;
sqlite3_int64     132 third_party/sqlite/src/src/test_onefile.c static int fsRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
sqlite3_int64     133 third_party/sqlite/src/src/test_onefile.c static int fsWrite(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
sqlite3_int64     134 third_party/sqlite/src/src/test_onefile.c static int fsTruncate(sqlite3_file*, sqlite3_int64 size);
sqlite3_int64     136 third_party/sqlite/src/src/test_onefile.c static int fsFileSize(sqlite3_file*, sqlite3_int64 *pSize);
sqlite3_int64     148 third_party/sqlite/src/src/test_onefile.c static int tmpRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
sqlite3_int64     149 third_party/sqlite/src/src/test_onefile.c static int tmpWrite(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
sqlite3_int64     150 third_party/sqlite/src/src/test_onefile.c static int tmpTruncate(sqlite3_file*, sqlite3_int64 size);
sqlite3_int64     152 third_party/sqlite/src/src/test_onefile.c static int tmpFileSize(sqlite3_file*, sqlite3_int64 *pSize);
sqlite3_int64     615 third_party/sqlite/src/src/test_onefile.c     sqlite3_int64 size;
sqlite3_int64     119 third_party/sqlite/src/src/test_osinst.c   sqlite3_int64 iOffset;          /* Log file offset of start of write buffer */
sqlite3_int64     139 third_party/sqlite/src/src/test_osinst.c static int vfslogRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
sqlite3_int64     140 third_party/sqlite/src/src/test_osinst.c static int vfslogWrite(sqlite3_file*,const void*,int iAmt, sqlite3_int64 iOfst);
sqlite3_int64     141 third_party/sqlite/src/src/test_osinst.c static int vfslogTruncate(sqlite3_file*, sqlite3_int64 size);
sqlite3_int64     143 third_party/sqlite/src/src/test_osinst.c static int vfslogFileSize(sqlite3_file*, sqlite3_int64 *pSize);
sqlite3_int64     172 third_party/sqlite/src/src/test_osinst.c static int vfslogCurrentTimeInt64(sqlite3_vfs*, sqlite3_int64*);
sqlite3_int64     604 third_party/sqlite/src/src/test_osinst.c static int vfslogCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *p){
sqlite3_int64     804 third_party/sqlite/src/src/test_osinst.c   sqlite3_int64 nByte;            /* Size of file in bytes */
sqlite3_int64     813 third_party/sqlite/src/src/test_osinst.c   sqlite3_int64 iRowid;           /* Current rowid. */
sqlite3_int64     814 third_party/sqlite/src/src/test_osinst.c   sqlite3_int64 iOffset;          /* Offset of next record in file */
sqlite3_int64      71 third_party/sqlite/src/src/test_quota.c   sqlite3_int64 iLimit;          /* Upper bound on total file size */
sqlite3_int64      72 third_party/sqlite/src/src/test_quota.c   sqlite3_int64 iSize;           /* Current size of all files */
sqlite3_int64      75 third_party/sqlite/src/src/test_quota.c      sqlite3_int64 *piLimit,        /* IN/OUT: The current limit */
sqlite3_int64      76 third_party/sqlite/src/src/test_quota.c      sqlite3_int64 iSize,           /* Total size of all files in the group */
sqlite3_int64      96 third_party/sqlite/src/src/test_quota.c   sqlite3_int64 iSize;            /* Current size of this file */
sqlite3_int64     387 third_party/sqlite/src/src/test_quota.c   sqlite3_int64 iOfst
sqlite3_int64     401 third_party/sqlite/src/src/test_quota.c   sqlite3_int64 iOfst
sqlite3_int64     405 third_party/sqlite/src/src/test_quota.c   sqlite3_int64 iEnd = iOfst+iAmt;
sqlite3_int64     408 third_party/sqlite/src/src/test_quota.c   sqlite3_int64 szNew;
sqlite3_int64     434 third_party/sqlite/src/src/test_quota.c static int quotaTruncate(sqlite3_file *pConn, sqlite3_int64 size){
sqlite3_int64     461 third_party/sqlite/src/src/test_quota.c static int quotaFileSize(sqlite3_file *pConn, sqlite3_int64 *pSize){
sqlite3_int64     466 third_party/sqlite/src/src/test_quota.c   sqlite3_int64 sz;
sqlite3_int64     664 third_party/sqlite/src/src/test_quota.c   sqlite3_int64 iLimit,           /* New quota to set for this quota group */
sqlite3_int64     667 third_party/sqlite/src/src/test_quota.c      sqlite3_int64 *piLimit,        /* IN/OUT: The current limit */
sqlite3_int64     668 third_party/sqlite/src/src/test_quota.c      sqlite3_int64 iSize,           /* Total size of all files in the group */
sqlite3_int64     733 third_party/sqlite/src/src/test_quota.c   sqlite3_int64 *piLimit,         /* IN/OUT: The current limit */
sqlite3_int64     734 third_party/sqlite/src/src/test_quota.c   sqlite3_int64 iSize,            /* Total size of all files in the group */
sqlite3_int64     843 third_party/sqlite/src/src/test_quota.c   sqlite3_int64 iLimit;           /* Initial quota in bytes */
sqlite3_int64     849 third_party/sqlite/src/src/test_quota.c   void (*xCallback)(const char *, sqlite3_int64 *, sqlite3_int64, void *);
sqlite3_int64     158 third_party/sqlite/src/src/test_vfs.c static int tvfsRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
sqlite3_int64     159 third_party/sqlite/src/src/test_vfs.c static int tvfsWrite(sqlite3_file*,const void*,int iAmt, sqlite3_int64 iOfst);
sqlite3_int64     160 third_party/sqlite/src/src/test_vfs.c static int tvfsTruncate(sqlite3_file*, sqlite3_int64 size);
sqlite3_int64     162 third_party/sqlite/src/src/test_vfs.c static int tvfsFileSize(sqlite3_file*, sqlite3_int64 *pSize);
sqlite3_int64      48 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
sqlite3_int64      49 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceWrite(sqlite3_file*,const void*,int iAmt, sqlite3_int64);
sqlite3_int64      50 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceTruncate(sqlite3_file*, sqlite3_int64 size);
sqlite3_int64      52 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceFileSize(sqlite3_file*, sqlite3_int64 *pSize);
sqlite3_int64      79 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceCurrentTimeInt64(sqlite3_vfs*, sqlite3_int64*);
sqlite3_int64     369 third_party/sqlite/src/src/test_vfstrace.c                        *(sqlite3_int64*)pArg);
sqlite3_int64     664 third_party/sqlite/src/src/test_vfstrace.c static int vfstraceCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){
sqlite3_int64     150 third_party/sqlite/src/src/test_wholenumber.c   sqlite3_int64 v;
sqlite3_int64     422 third_party/sqlite/src/src/vdbeapi.c     sqlite3_int64 iNow;
sqlite3_int64      53 third_party/sqlite/src/src/vdbeblob.c static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){
sqlite3_int64     436 third_party/sqlite/src/src/vdbeblob.c int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
sqlite3_int64    3520 third_party/sqlite/src/src/where.c     sqlite3_int64 nRow;           /* Expected number of rows visited by scan */
sqlite3_int64    3574 third_party/sqlite/src/src/where.c       nRow = (sqlite3_int64)pLevel->plan.nRow;
sqlite3_int64     389 third_party/sqlite/src/test/threadtest3.c typedef sqlite3_int64 i64;
sqlite3_int64      85 third_party/sqlite/src/tool/speedtest8inst1.c   sqlite3_int64 nByte;