Lines Matching refs:u16
448 static u16 SQLITE_NOINLINE computeNumericType(Mem *pMem){ in computeNumericType()
479 static u16 numericType(Mem *pMem){ in numericType()
1356 u16 nullFlag; in sqlite3VdbeExec()
1637 u16 flags1; /* Initial flags for P1 */ in sqlite3VdbeExec()
1638 u16 flags2; /* Initial flags for P2 */ in sqlite3VdbeExec()
1736 u16 type1; /* Numeric type of left operand */ in sqlite3VdbeExec()
1737 u16 type2; /* Numeric type of right operand */ in sqlite3VdbeExec()
2121 u16 flags1; /* Copy of initial value of pIn1->flags */ in sqlite3VdbeExec()
2122 u16 flags3; /* Copy of initial value of pIn3->flags */ in sqlite3VdbeExec()
2618 u16 typeMask; in sqlite3VdbeExec()
3019 static const u16 aFlag[] = { MEM_Blob, MEM_Str|MEM_Term }; in sqlite3VdbeExec()
4628 u16 flags3, newType; in sqlite3VdbeExec()
4711 r.nField = (u16)nField; in sqlite3VdbeExec()
4909 r.nField = (u16)pOp[1].p4.i; in sqlite3VdbeExec()
5157 r.nField = (u16)pOp->p4.i; in sqlite3VdbeExec()
6306 x.nMem = (u16)pOp->p4.i; in sqlite3VdbeExec()
6373 r.nField = (u16)pOp->p3; in sqlite3VdbeExec()
6555 r.nField = (u16)pOp->p4.i; in sqlite3VdbeExec()
7195 p->nCursor = (u16)pFrame->nChildCsr; in sqlite3VdbeExec()