Home
last modified time | relevance | path

Searched refs:h1 (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/test/
H A Dquota2.test77 catch { unset h1 }
94 sqlite3_quota_rewind $::h1
103 sqlite3_quota_ftell $::h1
107 sqlite3_quota_ftell $::h1
111 sqlite3_quota_ftell $::h1
115 sqlite3_quota_ftell $::h1
119 sqlite3_quota_ftell $::h1
123 sqlite3_quota_ftell $::h1
140 sqlite3_quota_ftell $::h1
146 sqlite3_quota_ftell $::h1
[all …]
H A Dinstrfault.test83 CREATE TABLE h1(a, b);
84 INSERT INTO h1 VALUES('abcdefg%200hijkl', randomblob(200));
85 INSERT INTO h1 SELECT b, a FROM h1;
88 execsql { SELECT rowid FROM h1 WHERE instr(a,b) }
H A Drowvalue3.test177 2 { CREATE INDEX h1 ON hh(a, b); }
181 CREATE INDEX h1 ON hh(a, b);
185 CREATE INDEX h1 ON hh(a, b);
H A De_select.test1185 CREATE TABLE h1(a, b);
1186 INSERT INTO h1 VALUES(1, 'one');
1187 INSERT INTO h1 VALUES(1, 'I');
1188 INSERT INTO h1 VALUES(1, 'i');
1189 INSERT INTO h1 VALUES(4, 'four');
1190 INSERT INTO h1 VALUES(4, 'IV');
1191 INSERT INTO h1 VALUES(4, 'iv');
1219 1 "SELECT ALL a FROM h1" {1 1 1 4 4 4}
1220 2 "SELECT DISTINCT a FROM h1" {1 4}
1241 3.2 "SELECT x FROM h1, h2 ON (x=b)" {One one Four four}
[all …]
/sqlite-3.40.0/src/
H A Dwal.c2321 WalIndexHdr h1, h2; /* Two copies of the header content */ in walIndexTryHdr() local
2344 memcpy(&h1, (void *)&aHdr[0], sizeof(h1)); /* Possible TSAN false-positive */ in walIndexTryHdr()
2348 if( memcmp(&h1, &h2, sizeof(h1))!=0 ){ in walIndexTryHdr()
2351 if( h1.isInit==0 ){ in walIndexTryHdr()
2354 walChecksumBytes(1, (u8*)&h1, sizeof(h1)-sizeof(h1.aCksum), 0, aCksum); in walIndexTryHdr()
2355 if( aCksum[0]!=h1.aCksum[0] || aCksum[1]!=h1.aCksum[1] ){ in walIndexTryHdr()
2359 if( memcmp(&pWal->hdr, &h1, sizeof(WalIndexHdr)) ){ in walIndexTryHdr()
2361 memcpy(&pWal->hdr, &h1, sizeof(WalIndexHdr)); in walIndexTryHdr()
/sqlite-3.40.0/tool/
H A Ddbtotxt.md1 <h1 align="center">The dbtotxt Tool</h1>
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md1025 counter-reset: h1 -1;
1027 div.content h1, div.content h2, div.content h3 {
1031 div.content h1 {
1034 div.content h1::before, div.content h2::before, div.content h3::before {
1039 div.content h1::before {
1040 counter-increment: h1;
1041 content: counter(h1) ;
1047 content: counter(h1) "." counter(h2);
1056 content: counter(h1) "." counter(h2) "." counter(h3);
/sqlite-3.40.0/
H A DREADME.md1 <h1 align="center">SQLite Source Repository</h1>