Lines Matching refs:i16
808 typedef INT16_TYPE i16; /* 2-byte signed integer */ typedef
2283 i16 iPKey; /* If not negative, use aCol[iPKey] as the rowid */
2284 i16 nCol; /* Number of columns in this table */
2285 i16 nNVCol; /* Number of columns that are not VIRTUAL */
2609 i16 *aiColumn; /* Which columns are used by this index. 1st is 0 */
2729 i16 iColumn; /* Column number within the source table */
2730 i16 iSorterColumn; /* Column number in the sorting index */
2758 typedef i16 ynVar;
2872 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
4618 int sqlite3ColumnsFromExprList(Parse*,ExprList*,i16*,Column**);
4623 i16 sqlite3TableColumnToIndex(Index*, i16);
4628 i16 sqlite3TableColumnToStorage(Table*, i16);
4629 i16 sqlite3StorageColumnToTable(Table*, i16);
4717 Index *sqlite3AllocateIndexObject(sqlite3*,i16,int,char**);
4824 Parse*,Table*,Trigger*,int,int,int,i16,u8,u8,u8,int);