Lines Matching refs:u16

7675 typedef UINT16_TYPE u16;           /* 2-byte unsigned integer */  typedef
8775 u16 flags; /* PGHDR flags defined below */
9305 u16 flags; /* Flags associated with this schema */
9359 u16 sz; /* Size of each buffer in bytes */
9890 u16 nRef; /* Number of pointers to this Table */
10020 u16 nField; /* Number of entries in aColl[] */
10041 u16 nField; /* Number of entries in apMem[] */
10042 u16 flags; /* Boolean settings. UNPACKED_... below */
10253 u16 flags; /* Various flags. EP_* See below */
10373 u16 iCol; /* For ORDER BY, column number in result set */
10374 u16 iAlias; /* Index into Parse.aAlias[] for zName */
10574 u16 wctrlFlags; /* Flags originally passed to sqlite3WhereBegin() */
10647 u16 selFlags; /* Various SF_* values */
11349 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**, u16);
12604 u16 nCursor; /* Number of entries in apCsr */
12637 u16 flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */
12769 u16 nResColumn; /* Number of columns in one row of the result set */
12770 u16 nCursor; /* Number of slots in apCsr[] */
28016 u16 nRegion; /* Size of array apRegion */
28045 u16 sharedMask; /* Mask of shared locks held */
28046 u16 exclMask; /* Mask of exclusive locks held */
28096 { u16 mask;
28464 u16 mask; /* Mask of locks to take or release */
28482 u16 allMask = 0; /* Mask of locks held by siblings */
28504 u16 allShared = 0; /* Union of locks held by connections other than "p" */
32854 u16 sharedMask; /* Mask of shared locks held */
32855 u16 exclMask; /* Mask of exclusive locks held */
33137 u16 mask; /* Mask of locks to take or release */
33147 mask = (u16)((1U<<(ofst+n)) - (1U<<ofst));
33151 u16 allMask = 0; /* Mask of locks held by siblings */
33173 u16 allShared = 0; /* Union of locks held by connections other than "p" */
36355 u16 nFresh; /* Number of objects on pFresh */
36382 p->nFresh = (u16)((N - ROUND8(sizeof(*p)))/sizeof(struct RowSetEntry));
37457 u16 nExtra; /* Add this many bytes to each in-memory page */
41329 pPager->nExtra = (u16)nExtra;
43933 u16 szPage; /* Database page size in bytes. 1==64K */
44077 typedef u16 ht_slot;
44795 pWal->hdr.szPage = (u16)((szPage&0xff00) | (szPage>>16));
46378 pWal->hdr.szPage = (u16)((szPage&0xff00) | (szPage>>16));
46878 u16 maxLocal; /* Copy of BtShared.maxLocal or BtShared.maxLeaf */
46879 u16 minLocal; /* Copy of BtShared.minLocal or BtShared.minLeaf */
46880 u16 cellOffset; /* Index in aData of first cell pointer */
46881 u16 nFree; /* Number of free bytes on the page */
46882 u16 nCell; /* Number of cells on this page, local and ovfl */
46883 u16 maskPage; /* Mask for page offset */
46886 u16 idx; /* Insert this cell before idx-th non-overflow cell */
47017 u16 maxLocal; /* Maximum local payload in non-LEAFDATA tables */
47018 u16 minLocal; /* Minimum local payload in non-LEAFDATA tables */
47019 u16 maxLeaf; /* Maximum local payload in a LEAFDATA table */
47020 u16 minLeaf; /* Minimum local payload in a LEAFDATA table */
47051 u16 nHeader; /* Size of the cell content header in bytes */
47052 u16 nLocal; /* Amount of payload held locally */
47053 u16 iOverflow; /* Offset to overflow page number. Zero if no overflow */
47054 u16 nSize; /* Size of the cell content on the main b-tree page */
47102 u16 aiIdx[BTCURSOR_MAX_DEPTH]; /* Current index in apPage[i] */
48414 u16 n; /* Number bytes in cell content header */
48444 if( (pInfo->nSize = (u16)(n+nPayload))<4 ) pInfo->nSize = 4;
48445 pInfo->nLocal = (u16)nPayload;
48467 pInfo->nLocal = (u16)surplus;
48469 pInfo->nLocal = (u16)minLocal;
48471 pInfo->iOverflow = (u16)(pInfo->nLocal + n);
48491 static u16 cellSizePtr(MemPage *pPage, u8 *pCell){
48541 return (u16)nSize;
48547 static u16 cellSize(MemPage *pPage, int iCell){
48811 pPage->nFree = pPage->nFree + (u16)size;
48903 u16 pc; /* Address of a freeblock within pPage->aData[] */
48908 u16 cellOffset; /* Offset from start of page to first cell pointer */
48920 pPage->maskPage = (u16)(pBt->pageSize - 1);
48968 u16 next, size;
48994 pPage->nFree = (u16)(nFree - iCellFirst);
49008 u16 first;
49023 pPage->nFree = (u16)(pBt->usableSize - first);
49029 pPage->maskPage = (u16)(pBt->pageSize - 1);
49336 assert( sizeof(u16)==2 );
49694 pBt->usableSize = pBt->pageSize - (u16)nReserve;
49935 pBt->maxLocal = (u16)((pBt->usableSize-12)*64/255 - 23);
49936 pBt->minLocal = (u16)((pBt->usableSize-12)*32/255 - 23);
49937 pBt->maxLeaf = (u16)(pBt->usableSize - 35);
49938 pBt->minLeaf = (u16)((pBt->usableSize-12)*32/255 - 23);
51987 pCur->aiIdx[pCur->iPage] = (u16)(idx = upr);
51989 pCur->aiIdx[pCur->iPage] = (u16)(idx = (upr+lwr)/2);
52077 pCur->aiIdx[pCur->iPage] = (u16)(idx = (lwr+upr)/2);
52094 pCur->aiIdx[pCur->iPage] = (u16)lwr;
52941 *(u16*)ptr = *(u16*)&ptr[2];
53009 pPage->aOvfl[j].idx = (u16)i;
53028 pPage->nFree -= (u16)(2 + sz);
53037 *(u16*)ptr = *(u16*)&ptr[-2];
53061 u16 *aSize /* Sizes of the cells */
53083 u16 sz = aSize[i];
53092 pPage->nCell = (u16)nCell;
53158 u16 szCell = cellSizePtr(pPage, pCell);
53370 u16 leafCorrection; /* 4 if pPage is a leaf. 0 if not */
53386 u16 *szCell; /* Local size of all cells in apCell[] */
53498 + nMaxCells*sizeof(u16) /* szCell */
53506 szCell = (u16*)&apCell[nMaxCells];
53550 u16 maskPage = pOld->maskPage;
53551 u16 cellOffset = pOld->cellOffset;
53560 u16 sz = (u16)szNew[i];
54259 u16 szOld;
57085 u16 flags = 0; /* New value for pMem->flags */
59083 p->nCursor = (u16)nCursor;
59226 p->nResColumn = (u16)nResColumn;
60399 u16 u; /* Unsigned loop counter */
62968 u16 flags1; /* Copy of initial value of pIn1->flags */
62969 u16 flags3; /* Copy of initial value of pIn3->flags */
63104 u16 ii;
63107 u16 nField;
64534 u16 flags1; /* Copy of initial value of pIn1->flags */
64535 u16 flags3; /* Copy of initial value of pIn3->flags */
66177 u.az.r.nField = (u16)u.az.nField;
66186 u.az.r.flags = (u16)(UNPACKED_INCRKEY * (1 & (u.az.oc - OP_SeekLt)));
66322 u.bb.r.nField = (u16)pOp->p4.i;
66386 u16 ii;
66389 u16 nField;
67231 u.bo.r.nField = (u16)pOp->p3;
67327 u.bq.r.nField = (u16)pOp->p4.i;
67880 p->nCursor = (u16)u.by.pFrame->nChildCsr;
70085 pEList->a[iCol].iAlias = (u16)(++pParse->nAlias);
70813 pItem->iCol = (u16)iCol;
70914 pItem->iCol = (u16)iCol;
70925 pItem->iCol = (u16)iCol;
80456 pSrc->nAlloc = (u16)nGot;
81086 pKey->nField = (u16)nCol;
81483 pBest->nArg = (u16)nArg;
91228 pInfo->nField = (u16)nExpr;
92316 pKeyInfo->nField = (u16)nCol;
92673 pOrderBy->a[nOrderBy++].iCol = (u16)i;
92696 pKeyMerge->nField = (u16)nOrderBy;
92736 pKeyDup->nField = (u16)nExpr;
98435 u16 eOperator; /* A WO_xx value describing <op> */
98849 u16 expRight = (pExpr->pRight->flags & EP_ExpCollate);
98850 u16 expLeft = (pExpr->pLeft->flags & EP_ExpCollate);
98871 static u16 operatorMask(int op){
98872 u16 c;
98880 c = (u16)(WO_EQ<<(op-TK_EQ));
101844 u16 wctrlFlags /* Flags passed to sqlite3WhereBegin() */
101924 u16 wctrlFlags, /* One of the WHERE_* flags defined in sqliteInt.h */
102703 u16 wctrlFlags /* One of the WHERE_* flags defined in sqliteInt.h */
108407 db->lookaside.sz = (u16)sz;
109029 p->nArg = (u16)nArg;
109471 static const u16 outOfMem[] = {
109474 static const u16 misuse[] = {