Searched refs:storage (Results 1 – 19 of 19) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | types.test | 12 # 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 D | crash2.test | 17 # for storage mediums with various sector sizes.
|
| H A D | sharedA.test | 113 # it was originally created (because it uses thread-local-storage).
|
| H A D | pragma.test | 1297 } {1 {temporary storage cannot be changed from within a transaction}} 1319 } {1 {temporary storage cannot be changed from within a transaction}}
|
| H A D | e_expr.test | 1444 # EVIDENCE-OF: R-29283-15561 Otherwise, the storage class of the result
|
| /sqlite-3.40.0/tool/ |
| H A D | spaceanal.tcl | 61 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 D | fiddle.js | 22 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 D | F2FS.txt | 57 ** committed to persistent storage. The following call 76 to persistent storage before the failure occurred.
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | README.txt | 3 substantially different storage schema from fts1, so tables will need
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | README.txt | 3 substantially different storage schema from fts1, so tables will need
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | README.md | 79 Origin-Private FileSystem (OPFS) as a storage layer to provide 80 persistent storage for database files in a browser. It requires...
|
| H A D | sqlite3-opfs-async-proxy.js | 38 }else if(!navigator.storage.getDirectory){ 784 navigator.storage.getDirectory().then(function(d){
|
| H A D | sqlite3-api-opfs.js | 85 !navigator.storage.getDirectory){ 1267 navigator.storage.getDirectory().then((d)=>{
|
| /sqlite-3.40.0/ |
| H A D | README.md | 272 storage engine used by SQLite. The interface to the rest of the system
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtreedoc.test | 232 # enforce these storage types.
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.md | 716 which the object will use for storage. It does _not_ take over
|
| /sqlite-3.40.0/src/ |
| H A D | shell.c.in | 2779 { "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 D | sqlite.h.in | 624 ** 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 D | tcl.m4 | 438 # The BUILD_$pkg is to define the correct extern storage class
|