| /sqlite-3.40.0/src/ |
| H A D | sqliteInt.h | 808 typedef INT16_TYPE i16; /* 2-byte signed integer */ typedef 2284 i16 nCol; /* Number of columns in this table */ 2285 i16 nNVCol; /* Number of columns that are not VIRTUAL */ 2730 i16 iSorterColumn; /* Column number in the sorting index */ 2758 typedef i16 ynVar; 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**); [all …]
|
| H A D | build.c | 1092 i16 sqlite3TableColumnToIndex(Index *pIdx, i16 iCol){ in sqlite3TableColumnToIndex() 1112 i16 sqlite3StorageColumnToTable(Table *pTab, i16 iCol){ in sqlite3StorageColumnToTable() 1160 i16 sqlite3TableColumnToStorage(Table *pTab, i16 iCol){ in sqlite3TableColumnToStorage() 1162 i16 n; in sqlite3TableColumnToStorage() 2190 memcpy(zExtra, pIdx->aiColumn, sizeof(i16)*pIdx->nColumn); in resizeIndexObject() 2191 pIdx->aiColumn = (i16*)zExtra; in resizeIndexObject() 2192 zExtra += sizeof(i16)*N; in resizeIndexObject() 2222 i16 x = pIdx->aiColumn[i]; in estimateIndexWidth() 2233 static int hasColumn(const i16 *aiCol, int nCol, int x){ in hasColumn() 3858 p->aiColumn = (i16*)pExtra; pExtra += sizeof(i16)*nCol; in sqlite3AllocateIndexObject() [all …]
|
| H A D | fkey.c | 253 i16 iCol = pIdx->aiColumn[i]; /* Index of column in parent tbl */ in sqlite3FkLocateIndex() 475 i16 iCol /* Which column of pTab is desired */ in exprTableRegister() 507 i16 iCol /* The column that is wanted */ in exprTableColumn() 587 i16 iCol; /* Index of column in child table */ in fkScanChildren() 626 i16 iCol = pIdx->aiColumn[i]; in fkScanChildren()
|
| H A D | update.c | 103 i16 iIdxCol = pIdx->aiColumn[iCol]; in indexColumnIsBeingUpdated() 337 i16 nPk = 0; /* Number of components of the PRIMARY KEY */ in sqlite3Update() 1228 i16 iPk; /* PRIMARY KEY column */ in updateVirtualTable() 1283 i16 iPk; /* PRIMARY KEY column */ in updateVirtualTable()
|
| H A D | delete.c | 304 i16 nPk = 1; /* Number of columns in the PRIMARY KEY */ in sqlite3DeleteFrom() 306 i16 nKey; /* Number of memory cells in the row key */ in sqlite3DeleteFrom() 740 i16 nPk, /* Number of PRIMARY KEY memory cells */ in sqlite3GenerateRowDelete()
|
| H A D | pcache.h | 43 i16 nRef; /* Number of users of this page */
|
| H A D | whereInt.h | 328 i16 aiColumn[11]; /* Corresponding column number in the eq-class */
|
| H A D | vdbeInt.h | 120 i16 nField; /* Number of fields in the header */
|
| H A D | resolve.c | 192 i16 iColumn /* The column number */ in extendFJMatch() 405 pExpr->iColumn = j==pTab->iPKey ? -1 : (i16)j; in lookupName() 512 pExpr->iColumn = (i16)iCol; in lookupName()
|
| H A D | wal.c | 516 i16 readLock; /* Which read lock is being held. -1 for none */ 2915 pWal->readLock = (i16)mxI; in walTryBeginRead()
|
| H A D | expr.c | 3736 i16 iTabCol = pIdx->aiColumn[iIdxCol]; in sqlite3ExprCodeLoadIndexColumn() 6330 pExpr->iAgg = (i16)k; in analyzeAggregate() 6376 pExpr->iAgg = (i16)i; in analyzeAggregate()
|
| H A D | where.c | 312 i16 iColumn; /* The column on the LHS of the term. -1 for IPK */ in whereScanNext() 3275 const i16 *aiColumn; /* Columns contained in the index */ in whereIsCoveringIndexWalkCallback() 3382 i16 aiColumnPk = -1; /* The aColumn[] value for the sPk index */ in whereLoopAddBtree()
|
| H A D | select.c | 2167 i16 *pnCol, /* Write the number of columns here */ in sqlite3ColumnsFromExprList() 2190 assert( nCol==(i16)nCol ); in sqlite3ColumnsFromExprList() 5805 i16 nCol; in selectExpander()
|
| H A D | pager.c | 680 i16 nReserve; /* Number of unused bytes at end of each page */ 3758 pPager->nReserve = (i16)nReserve; in sqlite3PagerSetPagesize()
|
| H A D | pragma.c | 1353 i16 cnum = pIdx->aiColumn[i]; in sqlite3Pragma()
|
| H A D | insert.c | 91 i16 x = pIdx->aiColumn[n]; in sqlite3IndexAffinityStr()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_hash.c | 69 i16 iCol; /* Column of last value written */ 364 p->iCol = (i16)iCol; in sqlite3Fts5HashWrite() 368 p->iCol = (i16)(iPos = iCol); in sqlite3Fts5HashWrite()
|
| H A D | fts5Int.h | 29 typedef short i16; typedef
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3Int.h | 172 typedef short int i16; /* 2-byte (or larger) signed integer */ typedef 331 i16 eSearch; /* Search strategy (see below) */
|
| H A D | fts3.c | 3348 pCsr->eSearch = (i16)eSearch; in fts3FilterMethod()
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 1241 xcv.arg.i16 = (i)=>((i | 0) & 0xFFFF); function
|