Searched refs:i8 (Results 1 – 16 of 16) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | whereInt.h | 151 i8 isOrdered; /* True if satisfies ORDER BY */ 212 i8 isOrdered; /* No. of ORDER BY terms satisfied. -1 for unknown */ 478 i8 nOBSat; /* Number of ORDER BY terms satisfied by indices */
|
| H A D | btreeInt.h | 544 i8 iPage; /* Index of current page in apPage */
|
| H A D | sqliteInt.h | 810 typedef INT8_TYPE i8; /* 1-byte signed integer */ typedef 1830 i8 nArg; /* Number of arguments. -1 means unlimited */ 2553 i8 default_rc; /* Comparison result if keys are equal */ 2555 i8 r1; /* Value to return if (lhs < rhs) */ 2556 i8 r2; /* Value to return if (lhs > rhs) */ 4841 void sqlite3HaltConstraint(Parse*, int, int, char*, i8, u8);
|
| H A D | vdbeInt.h | 78 i8 iDb; /* Index of cursor database in db->aDb[] */
|
| H A D | vdbeaux.c | 3886 #define ONE_BYTE_INT(x) ((i8)(x)[0]) 3887 #define TWO_BYTE_INT(x) (256*(i8)((x)[0])|(x)[1]) 3888 #define THREE_BYTE_INT(x) (65536*(i8)((x)[0])|((x)[1]<<8)|(x)[2]) 3890 #define FOUR_BYTE_INT(x) (16777216*(i8)((x)[0])|((x)[1]<<16)|((x)[2]<<8)|(x)[3])
|
| H A D | where.c | 3824 pNew->u.vtab.isOrdered = (i8)(pIdxInfo->orderByConsumed ? in whereLoopAddVirtualOne() 4354 static i8 wherePathSatisfiesOrderBy( in wherePathSatisfiesOrderBy() 4668 if( obSat==obDone ) return (i8)nOrderBy; in wherePathSatisfiesOrderBy() 4873 i8 isOrdered; /* isOrdered for (pFrom+pWLoop) */ in wherePathSolver()
|
| H A D | build.c | 5319 i8 p4type, /* P4_STATIC or P4_TRANSIENT */ in sqlite3HaltConstraint()
|
| /sqlite-3.40.0/test/ |
| H A D | tkt-4dd95f6943.test | 145 DROP INDEX IF EXISTS i8; 146 CREATE UNIQUE INDEX i8 ON t8(y $idxdir);
|
| H A D | pcache.test | 101 CREATE INDEX i8 ON t8(a, b);
|
| H A D | e_delete.test | 257 CREATE INDEX i8 ON t8(a, b); 264 DELETE FROM t8 INDEXED BY i8 WHERE a=5;
|
| H A D | where8.test | 472 CREATE INDEX i8 ON t4(h); 477 CREATE INDEX i8 ON t4(h, g, f); 485 DROP INDEX IF EXISTS i8;
|
| H A D | distinct2.test | 137 CREATE INDEX i8 ON t8(a, c);
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sessionD.test | 254 SELECT * FROM ixua.i8; 255 } {1 {no such table: ixua.i8}}
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 1242 xcv.arg.i8 = (i)=>((i | 0) & 0xFF); function
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree1.test | 100 set cols [list i1 i2 i3 i4 i5 i6 i7 i8 i9 iA iB iC iD iE iF iG iH iI iJ iK]
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5corrupt3.test | 13943 | 2368: 49 48 28 01 16 7b 0a 4c 08 10 22 81 2d 03 69 38 IH(....L....-.i8
|