Lines Matching refs:u8
91 u8 iFrom; /* Which entry in the FROM clause */
92 u8 op, p3, p5; /* Opcode, P3 & P5 of the opcode that ends the loop */
102 u8 eEndLoopOp; /* IN Loop terminator. OP_Next or OP_Prev */
134 u8 iTab; /* Position in FROM clause of table for this loop */
135 u8 iSortIdx; /* Sorting index number. 0==None */
273 u8 nChild; /* Number of children that must disable us */
274 u8 eMatchOp; /* Op for vtab MATCH/LIKE/GLOB/REGEXP terms */
346 u8 op; /* Split operator. TK_AND or TK_OR */
347 u8 hasOr; /* True if any a[].eOperator is WO_OR */
477 u8 nLevel; /* Number of nested loop */
479 u8 eOnePass; /* ONEPASS_OFF, or _SINGLE, or _MULTI */
480 u8 eDistinct; /* One of the WHERE_DISTINCT_* values */
562 void sqlite3WhereSplit(WhereClause*,Expr*,u8);