Home
last modified time | relevance | path

Searched refs:i8 (Results 1 – 16 of 16) sorted by relevance

/sqlite-3.40.0/src/
H A DwhereInt.h151 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 DbtreeInt.h544 i8 iPage; /* Index of current page in apPage */
H A DsqliteInt.h810 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 DvdbeInt.h78 i8 iDb; /* Index of cursor database in db->aDb[] */
H A Dvdbeaux.c3886 #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 Dwhere.c3824 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 Dbuild.c5319 i8 p4type, /* P4_STATIC or P4_TRANSIENT */ in sqlite3HaltConstraint()
/sqlite-3.40.0/test/
H A Dtkt-4dd95f6943.test145 DROP INDEX IF EXISTS i8;
146 CREATE UNIQUE INDEX i8 ON t8(y $idxdir);
H A Dpcache.test101 CREATE INDEX i8 ON t8(a, b);
H A De_delete.test257 CREATE INDEX i8 ON t8(a, b);
264 DELETE FROM t8 INDEXED BY i8 WHERE a=5;
H A Dwhere8.test472 CREATE INDEX i8 ON t4(h);
477 CREATE INDEX i8 ON t4(h, g, f);
485 DROP INDEX IF EXISTS i8;
H A Ddistinct2.test137 CREATE INDEX i8 ON t8(a, c);
/sqlite-3.40.0/ext/session/
H A DsessionD.test254 SELECT * FROM ixua.i8;
255 } {1 {no such table: ixua.i8}}
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js1242 xcv.arg.i8 = (i)=>((i | 0) & 0xFF); function
/sqlite-3.40.0/ext/rtree/
H A Drtree1.test100 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 Dfts5corrupt3.test13943 | 2368: 49 48 28 01 16 7b 0a 4c 08 10 22 81 2d 03 69 38 IH(....L....-.i8