Home
last modified time | relevance | path

Searched refs:i16 (Results 1 – 21 of 21) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h808 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 Dbuild.c1092 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 Dfkey.c253 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 Dupdate.c103 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 Ddelete.c304 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 Dpcache.h43 i16 nRef; /* Number of users of this page */
H A DwhereInt.h328 i16 aiColumn[11]; /* Corresponding column number in the eq-class */
H A DvdbeInt.h120 i16 nField; /* Number of fields in the header */
H A Dresolve.c192 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 Dwal.c516 i16 readLock; /* Which read lock is being held. -1 for none */
2915 pWal->readLock = (i16)mxI; in walTryBeginRead()
H A Dexpr.c3736 i16 iTabCol = pIdx->aiColumn[iIdxCol]; in sqlite3ExprCodeLoadIndexColumn()
6330 pExpr->iAgg = (i16)k; in analyzeAggregate()
6376 pExpr->iAgg = (i16)i; in analyzeAggregate()
H A Dwhere.c312 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 Dselect.c2167 i16 *pnCol, /* Write the number of columns here */ in sqlite3ColumnsFromExprList()
2190 assert( nCol==(i16)nCol ); in sqlite3ColumnsFromExprList()
5805 i16 nCol; in selectExpander()
H A Dpager.c680 i16 nReserve; /* Number of unused bytes at end of each page */
3758 pPager->nReserve = (i16)nReserve; in sqlite3PagerSetPagesize()
H A Dpragma.c1353 i16 cnum = pIdx->aiColumn[i]; in sqlite3Pragma()
H A Dinsert.c91 i16 x = pIdx->aiColumn[n]; in sqlite3IndexAffinityStr()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_hash.c69 i16 iCol; /* Column of last value written */
364 p->iCol = (i16)iCol; in sqlite3Fts5HashWrite()
368 p->iCol = (i16)(iPos = iCol); in sqlite3Fts5HashWrite()
H A Dfts5Int.h29 typedef short i16; typedef
/sqlite-3.40.0/ext/fts3/
H A Dfts3Int.h172 typedef short int i16; /* 2-byte (or larger) signed integer */ typedef
331 i16 eSearch; /* Search strategy (see below) */
H A Dfts3.c3348 pCsr->eSearch = (i16)eSearch; in fts3FilterMethod()
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js1241 xcv.arg.i16 = (i)=>((i | 0) & 0xFFFF); function