Lines Matching defs:offset

6183 ** file as an appended database and provides the offset to the first page
6226 ** the offset to page 1, and also the length of the prefix content.
6283 ** the offset from the start of prefix-file to the start
6317 static int apndShmLock(sqlite3_file*, int offset, int n, int flags);
6415 * Parameter iWriteEnd is the appendvfs-relative offset of the new mark.
6559 static int apndShmLock(sqlite3_file *pFile, int offset, int n, int flags){
6561 return pFile->pMethods->xShmLock(pFile,offset,n,flags);
6603 ** An append-mark is only valid if the NNNNNNNN start-of-database offset
7007 *** offset of start of central
7044 *** relative offset of local header 4 bytes
7355 ** Read nRead bytes of data from offset iOff of file pFile into buffer
7637 ** for which the CDS record is at offset iOff.
7682 *pzErr = sqlite3_mprintf("failed to read CDS at offset %lld", iOff);
7722 *pzErr = sqlite3_mprintf("failed to read LFH at offset %d",
8714 "\"offset\" : %u }",
13226 ** offset (4*<arg2>) of the blob.
14788 static int recoverVfsShmLock(sqlite3_file*, int offset, int n, int flags);
14923 ** + Database page size (16-bits at offset 16)
14924 ** + Size of db in pages (32-bits at offset 28)
14925 ** + Database encoding (32-bits at offset 56)
14929 ** + first freelist page (32-bits at offset 32)
14930 ** + size of freelist (32-bits at offset 36)
14931 ** + the wal-mode flags (16-bits at offset 18)
14937 ** Byte offset 105 should also contain the page-size as a 16-bit
15101 static int recoverVfsShmLock(sqlite3_file *pFd, int offset, int n, int flags){
15103 pFd->pMethods->xShmLock(pFd, offset, n, flags)
19055 ** details of that command, which should begin at offset j */
19262 rc = sscanf(zLine, "| page %d offset %d", &j, &k);
19309 ** offset (4*<arg2>) of the blob.