Lines Matching refs:u16

209   u16 i;  in whereOrInsert()
1172 u16 *pmNoOmit /* Mask of terms not to omit */ in allocateIndexInfo()
1184 u16 mNoOmit = 0; in allocateIndexInfo()
1299 u16 op; in allocateIndexInfo()
1881 u16 mask = WO_GT|WO_LE; in whereRangeScanEst()
1898 u16 mask = WO_GT|WO_LE; in whereRangeScanEst()
2506 u16 n = pBuilder->pOrSet->n; in whereLoopInsert()
2798 u16 saved_nLTerm; /* Original value of pNew->nLTerm */ in whereLoopAddBtreeIndex()
2799 u16 saved_nEq; /* Original value of pNew->u.btree.nEq */ in whereLoopAddBtreeIndex()
2800 u16 saved_nBtm; /* Original value of pNew->u.btree.nBtm */ in whereLoopAddBtreeIndex()
2801 u16 saved_nTop; /* Original value of pNew->u.btree.nTop */ in whereLoopAddBtreeIndex()
2802 u16 saved_nSkip; /* Original value of pNew->nSkip */ in whereLoopAddBtreeIndex()
2844 u16 eOp = pTerm->eOperator; /* Shorthand for pTerm->eOperator */ in whereLoopAddBtreeIndex()
3276 u16 nColumn; /* Number of columns in the index */ in whereIsCoveringIndexWalkCallback()
3675 u16 mExclude, /* Exclude terms using these operators */ in whereLoopAddVirtualOne()
3677 u16 mNoOmit, /* Do not omit these constraints */ in whereLoopAddVirtualOne()
4010 u16 mNoOmit; in whereLoopAddVirtual()
4358 u16 wctrlFlags, /* WHERE_GROUPBY or _DISTINCTBY or _ORDERBY_LIMIT */ in wherePathSatisfiesOrderBy()
4359 u16 nLoop, /* Number of entries in pPath->aLoop[] */ in wherePathSatisfiesOrderBy()
4369 u16 eqOpMask; /* Allowed equality operators */ in wherePathSatisfiesOrderBy()
4370 u16 nKeyCol; /* Number of key columns in pIndex */ in wherePathSatisfiesOrderBy()
4371 u16 nColumn; /* Total number of ordered columns in the index */ in wherePathSatisfiesOrderBy()
4372 u16 nOrderBy; /* Number terms in the ORDER BY clause */ in wherePathSatisfiesOrderBy()
4513 u16 eOp = pLoop->aLTerm[j]->eOperator; in wherePathSatisfiesOrderBy()
5628 u16 wctrlFlags, /* The WHERE_* flags defined in sqliteInt.h */ in sqlite3WhereBegin()