Home
last modified time | relevance | path

Searched defs:iEof (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/test/
H A Dvt02.c205 sqlite3_int64 iEof; /* Indicate EOF when reaching this value */ member
/sqlite-3.40.0/src/
H A Dvdbesort.c175 i64 iEof; /* Bytes of data stored in pFd */ member
352 i64 iEof; /* 1 byte past EOF for this PmaReader */ member
1896 i64 iEof = writer.iWriteOff + writer.iBufEnd; in vdbeIncrPopulate() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c631 u32 iEof; /* End of current chunk */ in treeShmalloc() local
H A Dlsm_sorted.c4123 int iEof = SEGMENT_EOF(nData, pageGetNRec(aData, nData)); in mergeWorkerShutdown() local
/sqlite-3.40.0/ext/misc/
H A Dzipfile.c903 i64 iEof = pCsr->eocd.iOffset + pCsr->eocd.nSize; in zipfileNext() local