Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 26) sorted by relevance

12

/sqlite-3.40.0/ext/wasm/
H A Dtester1.js612 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 Dos.c88 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 Dtest_hexio.c107 int offset; in hexio_read() local
157 int offset; in hexio_write() local
H A Dpager.c1101 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 Dos_unix.c2787 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 Dbtree.c999 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 Dtest2.c515 i64 offset; in fake_big_file() local
H A Dvtab.c945 static void callFinaliser(sqlite3 *db, int offset){ in callFinaliser()
H A Dvdbemem.c1249 u32 offset, /* Offset from the start of data to return bytes from. */ in sqlite3VdbeMemFromBtree()
H A Dtest_osinst.c659 int offset in vfslog_call()
H A Dos_win.c2724 sqlite3_int64 offset /* Begin reading at this offset */
2804 sqlite3_int64 offset /* Offset into the file to begin writing at */
H A Dtest_quota.c1099 int sqlite3_quota_fseek(quota_FILE *p, long offset, int whence){ in sqlite3_quota_fseek()
H A Dtclsqlite.c332 long offset, in incrblobSeek()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_unix.c117 off_t offset; in lsmPosixOsWrite() local
156 off_t offset; in lsmPosixOsRead() local
H A Dlsm_win32.c313 LARGE_INTEGER offset; in win32Truncate() local
/sqlite-3.40.0/tool/
H A Dmkkeywordhash.c42 int offset; /* Offset to start of name string */ member
H A Dlemon.c1846 int offset in merge()
1899 unsigned long offset; in msort() local
/sqlite-3.40.0/ext/misc/
H A Dmemvfs.c290 static int memShmLock(sqlite3_file *pFile, int offset, int n, int flags){ in memShmLock()
H A Dappendvfs.c393 static int apndShmLock(sqlite3_file *pFile, int offset, int n, int flags){ in apndShmLock()
H A Dcksumvfs.c631 static int cksmShmLock(sqlite3_file *pFile, int offset, int n, int flags){ in cksmShmLock()
H A Dvfsstat.c397 static int vstatShmLock(sqlite3_file *pFile, int offset, int n, int flags){ in vstatShmLock()
/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c752 sqlite3_int64 offset; in showDoclist() local
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js825 target.jstrcpy = function(jstr, tgt, offset = 0, maxBytes = -1, addNul = true){ argument
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-prologue.js1172 let n = ta.byteLength, offset = 0; variable
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c2486 static int recoverVfsShmLock(sqlite3_file *pFd, int offset, int n, int flags){ in recoverVfsShmLock()

12