Lines Matching refs:u16
807 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */ typedef
1353 u16 schemaFlags; /* Flags associated with this schema */
1433 u16 sz; /* Size of each buffer in bytes */
1434 u16 szTrue; /* True value of sz, even if disabled */
2103 u16 iDflt; /* 1-based index of DEFAULT. 0 means "none" */
2104 u16 colFlags; /* Boolean properties. See COLFLAG_ defines below */
2496 u16 nKeyField; /* Number of key columns in the index */
2497 u16 nAllField; /* Total columns, including key plus others */
2552 u16 nField; /* Number of entries in apMem[] */
2621 u16 nKeyCol; /* Number of columns forming the key */
2622 u16 nColumn; /* Number of columns stored in the index */
3042 u16 iOrderByCol; /* For ORDER BY, column number in result set */
3043 u16 iAlias; /* Index into Parse.aAlias[] for zName */
4085 u16 eCode; /* A small processing code */
4736 ExprList*,Select*,u16,int);