Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 59) sorted by relevance

123

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js152 const stack = wasm.pstack.pointer;
477 return !!this.pointer;
508 if(this.pointer){
513 const pDb = this.pointer;
515 if(s && s.pointer) s.finalize();
573 affirmDbOpen(this).pointer, dbName
606 const stack = wasm.pstack.pointer;
1013 this.pointer, name, arityArg,
1018 this.pointer, name, arityArg,
1283 rc = m(stmt.pointer, ndx, val);
[all …]
H A Dsqlite3-api-opfs.js858 fh.sq3File.$pMethods = opfsIoMethods.pointer;
979 opfsVfs.pointer, asDefault ? 1 : 0
1148 opfsVfs.pointer,
1176 const fid = sq3File.pointer;
1192 rc = vfsSyncWrappers.xOpen(opfsVfs.pointer, zDbFile,
1203 rc = ioSyncWrappers.xSync(sq3File.pointer, 0);
1205 rc = ioSyncWrappers.xTruncate(sq3File.pointer, 1024);
1208 rc = ioSyncWrappers.xFileSize(sq3File.pointer, pOut);
1214 rc = ioSyncWrappers.xRead(sq3File.pointer, readBuf, 6, 2);
1221 vfsSyncWrappers.xSleep(opfsVfs.pointer,2000);
[all …]
H A Dsqlite3-api-worker1.js343 id = 'db#'+(++wState.idSeq)+'@'+db.pointer;
377 const pVfs = sqlite3.wasm.sqlite3_wasm_db_vfs(db.pointer, 0);
413 return (db && db.pointer) ? db : toss("DB is not opened.");
486 || !!sqlite3.capi.sqlite3_js_db_uses_vfs(db.pointer, "opfs");
585 byteArray: sqlite3.capi.sqlite3_js_db_export(db.pointer),
H A Dsqlite3-api-glue.js46 v = v.pointer;
646 const stack = pstack.pointer,
676 const stack = pstack.pointer;
691 const stack = pstack.pointer;
H A Dsqlite3-api-prologue.js1136 pointer: { property
1170 const stack = wasm.pstack.pointer;
1316 const stack = wasm.pstack.pointer;
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js650 mustThrowMatching(()=>k1.pointer = 1, /pointer/).
669 let ptr = k1.pointer;
675 ptr = k3.pointer;
744 testFunc(wts.pointer);
753 testFunc(wts.pointer);
774 const ptr = wts.pointer;
986 .assert(dVfs.pointer)
1032 const stack = P.pointer;
1042 .assert(P.pointer === p1);
1194 T.assert(!st.pointer)
[all …]
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md271 function pointer member which is to be modelled as an opaque pointer,
302 "pointer". Though `i` is legal for pointer types in the signature, `p`
307 pointer-to-pointer, but the Emscripten JS/WASM glue does not offer
338 pointer members) as follows:
411 aCFunction( my.pointer );
552 - `instanceForPointer(pointer)`
553 Given a pointer value relative to `config.memory`, if that pointer
594 - `instanceForPointer(pointer)`
748 Given a pointer value (accessible via the `pointer` property of all
808 - `pointer`
[all …]
H A Djaccwabyt.js328 const p = this.pointer;
542 pointer: __ptrPropDescriptor, property
613 xPropName,'@', this.pointer,'+',descr.offset,'sz',sizeOf);
616 new DataView(heap().buffer, this.pointer + descr.offset, sizeOf)
631 xPropName,'@', this.pointer,'+',descr.offset,'sz',sizeOf, v);
633 if(!this.pointer){
640 v = v.pointer || 0;
647 new DataView(heap().buffer, this.pointer + descr.offset, sizeOf)
/sqlite-3.40.0/src/
H A Dsqlite.h.in347 ** pointer or an [sqlite3] object pointer obtained
409 ** ^If the 2nd parameter to sqlite3_exec() is a NULL pointer, a pointer
1885 ** argument must be either a NULL pointer or a pointer to an 8-byte
1910 ** ^If the first pointer (the memory pointer) is NULL, then SQLite reverts
1915 ** The first pointer (the memory pointer) must be aligned to an 8-byte
1971 ** and a pointer to void. ^If the function pointer is not NULL, it is
2934 ** a NULL pointer.
2943 ** a no-op if is called with a NULL pointer. Passing a NULL pointer
3827 ** than a NULL pointer or a pointer previously acquired from
4350 ** NULL pointer and is not a pointer to a valid [prepared statement]
[all …]
/sqlite-3.40.0/ext/fts2/
H A DREADME.tokenizers28 virtual table module with SQLite. The user passes a pointer to a
35 tokenizer types with a database handle. Instead, the pointer must
45 <sqlite3_tokenizer_module ptr> is a pointer to an sqlite3_tokenizer_module
48 returned. If only one argument is passed, a pointer to the tokenizer
/sqlite-3.40.0/ext/fts3/
H A DREADME.tokenizers28 virtual table module with SQLite. The user passes a pointer to a
35 tokenizer types with a database handle. Instead, the pointer must
45 <sqlite3_tokenizer_module ptr> is a pointer to an sqlite3_tokenizer_module
48 returned. If only one argument is passed, a pointer to the tokenizer
/sqlite-3.40.0/ext/wasm/common/
H A Dtesting.css16 pointer-events: none !important;
63 label[for] { cursor: pointer }
/sqlite-3.40.0/test/
H A Dincrvacuum2.test142 # extracted page and the page that contains the pointer to it need to
153 # 1. The previous trunk page (that contains a pointer to the recycled
157 # 3. The trunk page that contained a pointer to the leaf page used
H A Dvtabrhs1.test28 # object pointer passed into xBestIndex and J being a 0-based index into
60 # then *V is set to a NULL pointer.
H A DcorruptB.test100 # Set the right-child pointer of the right-child of the root page to point
114 # Set the left-child pointer of a cell of the right-child of the root page to
142 # Set the left-child pointer of a cell of the right-child of the root page to
H A Dcorrupt3.test51 # overflow page. The overflow page is page 3. The pointer to
87 # Change the pointer for the first page of the overflow
H A Dmjournal.test23 # Test that nothing bad happens if a journal file contains a pointer to
66 # pointer to a journal file that does not have a "-" in the name.
H A Dincrblob_err.test113 # "blobs". This forces the IO error to occur while reading a pointer
129 # "blobs". This forces the IO error to occur while reading a pointer
H A Dptrchng.test52 # For the short entries that fit in the Mem.zBuf[], the pointer should
122 # For the long entries that do not fit in the Mem.zBuf[], the pointer
H A Dtkt1667.test31 # the first autovacuum pointer map page in the file (assume a page
H A Dfts3atoken.test106 # returns the actual pointer value as a BLOB.
119 # the BLOB pointer, regardless the parameter
H A Dtkt3762.test13 # size of the database file such that if a pointer-map page is eliminated
H A Dioerr.test368 -- The point of this is that the statement wil need to update two pointer
396 -- the corresponding pointer map page be updated. This test case attempts
397 -- to cause an IO error during the pointer map page update.
/sqlite-3.40.0/ext/rtree/
H A Drtreedoc2.test177 if {$p!=$val} {error "pointer mismatch"}
226 if {$g!=$ctx} {error "pointer mismatch"}
268 # example, a pointer to a complicated data structure used to test for
/sqlite-3.40.0/ext/repair/
H A Dsqlite3_checker.c.in23 ** Decode a pointer to an sqlite3 object.

123