| /sqlite-3.40.0/ext/wasm/ |
| H A D | tester1.js | 612 p4: {offset: 0, sizeof: 4, signature: "i"}, property 613 pP: {offset: 4, sizeof: 4, signature: "P"}, property 614 ro: {offset: 8, sizeof: 4, signature: "i", readOnly: true}, property 615 cstr: {offset: 12, sizeof: 4, signature: "s"} property 620 m.members.p8 = {offset: m.sizeof, sizeof: 8, signature: "j"}; property 884 xRead: /*i(Ppij)*/function(f,dest,n,offset){ argument 891 xWrite: /*i(Ppij)*/function(f,dest,n,offset){ argument
|
| /sqlite-3.40.0/src/ |
| H A D | os.c | 88 int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ in sqlite3OsRead() 92 int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ in sqlite3OsWrite() 170 int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock()
|
| H A D | test_hexio.c | 107 int offset; in hexio_read() local 157 int offset; in hexio_write() local
|
| H A D | pager.c | 1101 static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){ in read32bits() 1120 static int write32bits(sqlite3_file *fd, i64 offset, u32 val){ in write32bits() 1358 i64 offset = 0; in journalHdrOffset() local 3441 i64 offset = (i64)pSavepoint->iSubRec*(4+pPager->pageSize); in pagerPlaybackSavepoint() local 4405 i64 offset = (pgno-1)*(i64)pPager->pageSize; /* Offset to write */ in pager_write_pagelist() local 4498 i64 offset = (i64)pPager->nSubRec*(4+pPager->pageSize); in subjournalPage() local
|
| H A D | os_unix.c | 2787 unsigned long long offset; /* offset to first byte to lock */ member 2806 unsigned long long offset, /* First byte to be locked */ in afpSetLock() 3287 static int seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt){ in seekAndRead() 3340 sqlite3_int64 offset in unixRead() 3458 static int seekAndWrite(unixFile *id, i64 offset, const void *pBuf, int cnt){ in seekAndWrite() 3471 sqlite3_int64 offset in unixWrite()
|
| H A D | btree.c | 999 int offset; /* Offset in pointer map page */ in ptrmapPut() local 1058 int offset; /* Offset of entry in pointer map */ in ptrmapGet() local 4942 u32 offset, /* Begin reading this far into payload */ in accessPayload() 5144 int sqlite3BtreePayload(BtCursor *pCur, u32 offset, u32 amt, void *pBuf){ in sqlite3BtreePayload() 5159 u32 offset, in accessPayloadChecked() 5171 int sqlite3BtreePayloadChecked(BtCursor *pCur, u32 offset, u32 amt, void *pBuf){ in sqlite3BtreePayloadChecked() 10965 int sqlite3BtreePutData(BtCursor *pCsr, u32 offset, u32 amt, void *z){ in sqlite3BtreePutData()
|
| H A D | test2.c | 515 i64 offset; in fake_big_file() local
|
| H A D | vtab.c | 945 static void callFinaliser(sqlite3 *db, int offset){ in callFinaliser()
|
| H A D | vdbemem.c | 1249 u32 offset, /* Offset from the start of data to return bytes from. */ in sqlite3VdbeMemFromBtree()
|
| H A D | test_osinst.c | 659 int offset in vfslog_call()
|
| H A D | os_win.c | 2724 sqlite3_int64 offset /* Begin reading at this offset */ 2804 sqlite3_int64 offset /* Offset into the file to begin writing at */
|
| H A D | test_quota.c | 1099 int sqlite3_quota_fseek(quota_FILE *p, long offset, int whence){ in sqlite3_quota_fseek()
|
| H A D | tclsqlite.c | 332 long offset, in incrblobSeek()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_unix.c | 117 off_t offset; in lsmPosixOsWrite() local 156 off_t offset; in lsmPosixOsRead() local
|
| H A D | lsm_win32.c | 313 LARGE_INTEGER offset; in win32Truncate() local
|
| /sqlite-3.40.0/tool/ |
| H A D | mkkeywordhash.c | 42 int offset; /* Offset to start of name string */ member
|
| H A D | lemon.c | 1846 int offset in merge() 1899 unsigned long offset; in msort() local
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | memvfs.c | 290 static int memShmLock(sqlite3_file *pFile, int offset, int n, int flags){ in memShmLock()
|
| H A D | appendvfs.c | 393 static int apndShmLock(sqlite3_file *pFile, int offset, int n, int flags){ in apndShmLock()
|
| H A D | cksumvfs.c | 631 static int cksmShmLock(sqlite3_file *pFile, int offset, int n, int flags){ in cksmShmLock()
|
| H A D | vfsstat.c | 397 static int vstatShmLock(sqlite3_file *pFile, int offset, int n, int flags){ in vstatShmLock()
|
| /sqlite-3.40.0/ext/fts3/tool/ |
| H A D | fts3view.c | 752 sqlite3_int64 offset; in showDoclist() local
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 825 target.jstrcpy = function(jstr, tgt, offset = 0, maxBytes = -1, addNul = true){ argument
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-prologue.js | 1172 let n = ta.byteLength, offset = 0; variable
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 2486 static int recoverVfsShmLock(sqlite3_file *pFd, int offset, int n, int flags){ in recoverVfsShmLock()
|