Searched refs:serialize (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | memdb1.test | 40 set ::db1 [db serialize] 100 # Build a largish on-disk database and serialize it. Verify that the 117 string length [db serialize] 140 db deserialize aux1 [db serialize main] 183 # Abuse the serialize and deserialize commands. Make sure errors are caught. 194 set rc [catch {db serialize a b} msg] 196 } {1 {wrong # args: should be "db serialize ?DATABASE?"}} 210 set rc [catch {db deserialize temp [db serialize main]} err] 222 set ser [db serialize main]
|
| H A D | tclsqlite.test | 45 …onecolumn, preupdate, profile, progress, rekey, restore, rollback_hook, serialize, status, timeout…
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-opfs-async-proxy.js | 77 s = s.serialize = Object.create(null); 396 state.s11n.serialize(); 450 state.s11n.serialize(Number(rc)); 689 state.s11n.serialize = function(...args){ function 691 ++metrics.s11n.serialize.count; 722 metrics.s11n.serialize.time += performance.now() - t; 728 state.s11n.serialize([e.name,': ',e.message].join(""));
|
| H A D | sqlite3-api-opfs.js | 159 s = s.serialize = Object.create(null); 358 state.s11n.serialize(...args); 517 state.s11n.serialize = function(...args){ function 519 ++metrics.s11n.serialize.count; 550 metrics.s11n.serialize.time += performance.now() - t; 1185 state.s11n.serialize("This is ä string.");
|
| H A D | sqlite3-wasm.c | 640 DefGroup(serialize){ in sqlite3_wasm_enum_json()
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite3ext.h | 357 unsigned char *(*serialize)(sqlite3*,const char *,sqlite3_int64*, member 683 #define sqlite3_serialize sqlite3_api->serialize
|
| H A D | sqlite.h.in | 1811 ** [SQLITE_THREADSAFE=1]) the SQLite library will itself serialize access 10368 const char *zSchema, /* Which DB to serialize. ex: "main", "temp", ... */
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.md | 860 would be very limited, e.g. we can't serialize arbitrary pointers in 865 would have the shortcoming that it may inadvertently serialize 869 serialize them.
|