Home
last modified time | relevance | path

Searched refs:signature (Results 1 – 18 of 18) sorted by relevance

/sqlite-3.40.0/test/
H A Dcrash.test35 proc signature {} {
78 signature
87 signature
154 signature
162 signature
201 signature
252 signature
284 signature
369 signature
384 signature
[all …]
H A Dsavepoint2.test22 proc signature {} {
78 # Record the database signature. Optionally (every second run) open a
85 set ::sig(one) [signature]
90 # Check that the database signature is as it was when "one" was opened.
95 signature
104 set ::sig(two) [signature]
109 # signature is as it was when savepoint "two" was opened.
114 signature
119 # signature is as it was when savepoint "two" was opened.
127 signature
H A Dsavepoint4.test22 proc signature {} {
55 set ::sig [signature]
72 signature
109 set ::sig [signature]
145 signature
157 set ::sig [signature]
H A Dmemdb.test51 # The following procedure computes a "signature" for table "t3". If
52 # T3 changes in any way, the signature should change.
54 # This is used to test ROLLBACK. We gather a signature for t3, then
55 # make lots of changes to t3, then rollback and take another signature.
58 proc signature {{fn {}}} {
71 # Do rollbacks. Make sure the signature does not change.
75 set ::sig [signature one]
91 set sig2 [signature two]
104 signature
H A Dcrash2.test68 proc signature {} {
91 set sig [signature]
106 signature
115 set sig [signature]
129 signature
H A Dexclusive.test322 # The following procedure computes a "signature" for table "t3". If
323 # T3 changes in any way, the signature should change.
325 # This is used to test ROLLBACK. We gather a signature for t3, then
326 # make lots of changes to t3, then rollback and take another signature.
329 proc signature {} {
350 set ::X [signature]
360 signature
372 signature
382 catch {set ::X [signature]}
H A Dcrash6.test60 proc signature {} {
99 set sig [signature]
114 signature
H A Davtrans.test845 # The following procedure computes a "signature" for table "t3". If
846 # T3 changes in any way, the signature should change.
848 # This is used to test ROLLBACK. We gather a signature for t3, then
849 # make lots of changes to t3, then rollback and take another signature.
852 proc signature {} {
867 # Do rollbacks. Make sure the signature does not change.
870 set ::sig [signature]
887 signature
898 signature
H A Dtrans.test904 # The following procedure computes a "signature" for table "t3". If
905 # T3 changes in any way, the signature should change.
907 # This is used to test ROLLBACK. We gather a signature for t3, then
908 # make lots of changes to t3, then rollback and take another signature.
911 proc signature {} {
934 # Do rollbacks. Make sure the signature does not change.
937 set ::sig [signature]
954 signature
965 signature
H A Dcrash7.test23 proc signature {} {
68 set sig [signature]
H A Dvacuum3.test140 proc signature {} {
180 set ::sig [signature]
200 signature
H A Dexclusive2.test98 # 1-3: Build a database with connection 1, calculate a signature.
102 # 8: Check that using the first connection, the database signature
186 # calculate a signature.
H A Dzipfile2.test178 # Corrupt the EOCDS signature bytes in various ways.
H A Dfuzz-oss1.test1236 "nmo:fromAddress:graph" INTEGER, "nmo:signature" TEXT COLLATE NOCASE,
1237 "nmo:signature:graph" INTEGER);
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.js366 return emscriptenFormat ? f._(m.signature) : m.signature;
416 return (m && 1===m.signature.length && 's'===m.signature[0]) ? m : false;
426 if('s'===member.signature) return;
594 f.sigCheck(ctor.prototype, name, key, descr.signature);
597 const sizeOf = sigSizeof(descr.signature);
598 const sigGlyph = sigLetter(descr.signature);
619 if(rc && isAutoPtrSig(descr.signature)){
638 if(isAutoPtrSig(descr.signature) && (v instanceof StructType)){
H A Djaccwabyt.md235 "member1": {"offset": 0,"sizeof": 4,"signature": "i"},
236 "member2": {"offset": 4,"sizeof": 4,"signature": "p"},
237 "member3": {"offset": 8,"sizeof": 8,"signature": "j"}
252 - `signature`: described below.
270 `addFunction()`. A signature for a non-function-pointer member, or
272 is a single letter. A signature for a function pointer may also be
273 modelled as a series of letters describing the call signature. The
281 signature entry.
325 signature.replace(/[^vipPsjfd]/g,'').replace(/[pPs]/g,'i');
649 such. If its signature is not one of those then an exception is
[all …]
/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
696 WTStructDesc.members.ppV.signature = 'P';
751 /Invalid member type signature for C-string/)
998 /Invalid member type signature for C-string/)
1007 if(1===mbr.signature.length){
1009 switch(mbr.signature[0]){
/sqlite-3.40.0/src/
H A Dsqlite.h.in1970 ** function with a call signature of void(*)(void*,int,const char*),
6951 ** arguments and expects an integer result as if the signature of the
9120 ** However, the signature of the callback function allows SQLite to pass