Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 19 of 19) sorted by relevance

/sqlite-3.40.0/test/
H A Dtypes.test12 # it tests that the different storage classes (integer, real, text etc.)
22 # types-1.*.*: Test that values are stored using the expected storage
30 # various storage classes.
35 # types-2.5.*: Records with a few different storage classes.
55 # four value are the storage classes that would be used if the
74 # This code tests that the storage classes specified above (in the $values
93 # This code tests that the storage classes specified above (in the $values
112 # This code tests that the storage classes specified above (in the $values
H A Dcrash2.test17 # for storage mediums with various sector sizes.
H A DsharedA.test113 # it was originally created (because it uses thread-local-storage).
H A Dpragma.test1297 } {1 {temporary storage cannot be changed from within a transaction}}
1319 } {1 {temporary storage cannot be changed from within a transaction}}
H A De_expr.test1444 # EVIDENCE-OF: R-29283-15561 Otherwise, the storage class of the result
/sqlite-3.40.0/tool/
H A Dspaceanal.tcl61 argument and output a report detailing size and storage efficiency
274 set storage [expr {$total_pages*$pageSize}]
445 set storage [expr {$total_pages*$pageSize}]
446 set payload_percent [percent $payload $storage {of storage consumed}]
450 set total_meta [expr {$storage - $payload - $total_unused}]
452 set meta_percent [percent $total_meta $storage {of metadata}]
473 statline {Bytes of storage consumed} $storage
511 percent $total_unused $storage {of all space}]
770 Bytes of storage consumed
780 at the right is the bytes of payload divided by the bytes of storage
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle.js22 const storage = (function(NS/*namespace object in which to store this module*/){ function
120 NS.storage = {
190 return NS.storage;
310 storage.setJSON(configStorageKey,this.config);
315 const storedConfig = storage.getJSON(configStorageKey);
/sqlite-3.40.0/doc/
H A DF2FS.txt57 ** committed to persistent storage. The following call
76 to persistent storage before the failure occurred.
/sqlite-3.40.0/ext/fts3/
H A DREADME.txt3 substantially different storage schema from fts1, so tables will need
/sqlite-3.40.0/ext/fts2/
H A DREADME.txt3 substantially different storage schema from fts1, so tables will need
/sqlite-3.40.0/ext/wasm/api/
H A DREADME.md79 Origin-Private FileSystem (OPFS) as a storage layer to provide
80 persistent storage for database files in a browser. It requires...
H A Dsqlite3-opfs-async-proxy.js38 }else if(!navigator.storage.getDirectory){
784 navigator.storage.getDirectory().then(function(d){
H A Dsqlite3-api-opfs.js85 !navigator.storage.getDirectory){
1267 navigator.storage.getDirectory().then((d)=>{
/sqlite-3.40.0/
H A DREADME.md272 storage engine used by SQLite. The interface to the rest of the system
/sqlite-3.40.0/ext/rtree/
H A Drtreedoc.test232 # enforce these storage types.
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md716 which the object will use for storage. It does _not_ take over
/sqlite-3.40.0/src/
H A Dshell.c.in2779 { "read_bytes: ", "Bytes read from storage:" },
2780 { "write_bytes: ", "Bytes written to storage:" },
8692 ** storage order. */
12113 ** but leaves its storage intact for reuse.
H A Dsqlite.h.in624 ** bit values expressing I/O characteristics of the mass storage
693 ** sync operation only needs to flush data to mass storage. Inode
1124 ** all performed successfully and have been committed to persistent storage.
3577 ** storage media on which the database file resides.
8710 ** second parameter szExtra is a number of bytes of extra storage
8745 ** a pointer to the szExtra bytes of extra storage that SQLite has requested
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m4438 # The BUILD_$pkg is to define the correct extern storage class