Searched refs:h2 (Results 1 – 4 of 4) sorted by relevance
263 set ::h2 [sqlite3_quota_fopen quota2a/x2/b.txt a]264 sqlite3_quota_fwrite $::h2 10 20 $bigtext286 sqlite3_quota_fclose $::h2
1193 CREATE TABLE h2(x COLLATE nocase);1194 INSERT INTO h2 VALUES('One');1195 INSERT INTO h2 VALUES('Two');1196 INSERT INTO h2 VALUES('Three');1197 INSERT INTO h2 VALUES('Four');1198 INSERT INTO h2 VALUES('one');1199 INSERT INTO h2 VALUES('two');1200 INSERT INTO h2 VALUES('three');1201 INSERT INTO h2 VALUES('four');1243 4.1 "SELECT DISTINCT x FROM h2" {One Two Three Four}[all …]
1027 div.content h1, div.content h2, div.content h3 {1032 counter-reset: h2;1034 div.content h1::before, div.content h2::before, div.content h3::before {1045 div.content h2::before {1046 counter-increment: h2;1047 content: counter(h1) "." counter(h2);1051 div.content h2 {1056 content: counter(h1) "." counter(h2) "." counter(h3);
2321 WalIndexHdr h1, h2; /* Two copies of the header content */ in walIndexTryHdr() local2346 memcpy(&h2, (void *)&aHdr[1], sizeof(h2)); in walIndexTryHdr()2348 if( memcmp(&h1, &h2, sizeof(h1))!=0 ){ in walIndexTryHdr()