Lines Matching full:u16
7946 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */
9074 u16 flags; /* PGHDR flags defined below */
9632 u16 flags; /* Flags associated with this schema */
9686 u16 sz; /* Size of each buffer in bytes */
10183 u16 nRef; /* Number of pointers to this Table */
10311 u16 nField; /* Number of entries in aColl[] */
10332 u16 nField; /* Number of entries in apMem[] */
10549 u16 flags; /* Various flags. EP_* See below */
10668 u16 iOrderByCol; /* For ORDER BY, column number in result set */
10669 u16 iAlias; /* Index into Parse.aAlias[] for zName */
10870 u16 wctrlFlags; /* Flags originally passed to sqlite3WhereBegin() */
10947 u16 selFlags; /* Various SF_* values */
11680 SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**,ExprList*,u16);
12952 u16 nCursor; /* Number of entries in apCsr */
12986 u16 flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */
13099 u16 aIndent[100]; /* Levels of indentation */
13130 u16 nResColumn; /* Number of columns in one row of the result set */
13131 u16 nCursor; /* Number of slots in apCsr[] */
28721 u16 nRegion; /* Size of array apRegion */
28751 u16 sharedMask; /* Mask of shared locks held */
28752 u16 exclMask; /* Mask of exclusive locks held */
28799 { u16 mask;
29180 u16 mask; /* Mask of locks to take or release */
29198 u16 allMask = 0; /* Mask of locks held by siblings */
29220 u16 allShared = 0; /* Union of locks held by connections other than "p" */
34473 u16 sharedMask; /* Mask of shared locks held */
34474 u16 exclMask; /* Mask of exclusive locks held */
34758 u16 mask; /* Mask of locks to take or release */
34768 mask = (u16)((1U<<(ofst+n)) - (1U<<ofst));
34772 u16 allMask = 0; /* Mask of locks held by siblings */
34794 u16 allShared = 0; /* Union of locks held by connections other than "p" */
38000 u16 nFresh; /* Number of objects on pFresh */
38027 p->nFresh = (u16)((N - ROUND8(sizeof(*p)))/sizeof(struct RowSetEntry));
39116 u16 nExtra; /* Add this many bytes to each in-memory page */
43016 pPager->nExtra = (u16)nExtra;
45667 u16 szPage; /* Database page size in bytes. 1==64K */
45816 typedef u16 ht_slot;
46535 pWal->hdr.szPage = (u16)((szPage&0xff00) | (szPage>>16));
48233 pWal->hdr.szPage = (u16)((szPage&0xff00) | (szPage>>16));
48746 u16 maxLocal; /* Copy of BtShared.maxLocal or BtShared.maxLeaf */
48747 u16 minLocal; /* Copy of BtShared.minLocal or BtShared.minLeaf */
48748 u16 cellOffset; /* Index in aData of first cell pointer */
48749 u16 nFree; /* Number of free bytes on the page */
48750 u16 nCell; /* Number of cells on this page, local and ovfl */
48751 u16 maskPage; /* Mask for page offset */
48752 u16 aiOvfl[5]; /* Insert the i-th overflow cell before the aiOvfl-th
48882 u16 btsFlags; /* Boolean parameters. See BTS_* macros below */
48883 u16 maxLocal; /* Maximum local payload in non-LEAFDATA tables */
48884 u16 minLocal; /* Minimum local payload in non-LEAFDATA tables */
48885 u16 maxLeaf; /* Maximum local payload in a LEAFDATA table */
48886 u16 minLeaf; /* Minimum local payload in a LEAFDATA table */
48926 u16 nHeader; /* Size of the cell content header in bytes */
48927 u16 nLocal; /* Amount of payload held locally */
48928 u16 iOverflow; /* Offset to overflow page number. Zero if no overflow */
48929 u16 nSize; /* Size of the cell content on the main b-tree page */
48979 u16 aiIdx[BTCURSOR_MAX_DEPTH]; /* Current index in apPage[i] */
50290 u16 n; /* Number bytes in cell content header */
50320 if( (pInfo->nSize = (u16)(n+nPayload))<4 ) pInfo->nSize = 4;
50321 pInfo->nLocal = (u16)nPayload;
50343 pInfo->nLocal = (u16)surplus;
50345 pInfo->nLocal = (u16)minLocal;
50347 pInfo->iOverflow = (u16)(pInfo->nLocal + n);
50367 static u16 cellSizePtr(MemPage *pPage, u8 *pCell){
50417 return (u16)nSize;
50423 static u16 cellSize(MemPage *pPage, int iCell){
50687 pPage->nFree = pPage->nFree + (u16)size;
50780 u16 pc; /* Address of a freeblock within pPage->aData[] */
50785 u16 cellOffset; /* Offset from start of page to first cell pointer */
50797 pPage->maskPage = (u16)(pBt->pageSize - 1);
50847 u16 next, size;
50873 pPage->nFree = (u16)(nFree - iCellFirst);
50887 u16 first;
50902 pPage->nFree = (u16)(pBt->usableSize - first);
50910 pPage->maskPage = (u16)(pBt->pageSize - 1);
51218 assert( sizeof(u16)==2 );
51576 pBt->usableSize = pBt->pageSize - (u16)nReserve;
51818 pBt->maxLocal = (u16)((pBt->usableSize-12)*64/255 - 23);
51819 pBt->minLocal = (u16)((pBt->usableSize-12)*32/255 - 23);
51820 pBt->maxLeaf = (u16)(pBt->usableSize - 35);
51821 pBt->minLeaf = (u16)((pBt->usableSize-12)*32/255 - 23);
53926 pCur->aiIdx[pCur->iPage] = (u16)(idx = upr);
53928 pCur->aiIdx[pCur->iPage] = (u16)(idx = (upr+lwr)/2);
54020 pCur->aiIdx[pCur->iPage] = (u16)(idx = (lwr+upr)/2);
54037 u16)lwr;
54895 *(u16*)ptr = *(u16*)&ptr[2];
54964 pPage->aiOvfl[j] = (u16)i;
54983 pPage->nFree -= (u16)(2 + sz);
54992 *(u16*)ptr = *(u16*)&ptr[-2];
55016 u16 *aSize /* Sizes of the cells */
55038 u16 sz = aSize[i];
55047 pPage->nCell = (u16)nCell;
55113 u16 szCell = cellSizePtr(pPage, pCell);
55325 u16 leafCorrection; /* 4 if pPage is a leaf. 0 if not */
55341 u16 *szCell; /* Local size of all cells in apCell[] */
55455 + nMaxCells*sizeof(u16) /* szCell */
55463 szCell = (u16*)&apCell[nMaxCells];
55507 u16 maskPage = pOld->maskPage;
55508 u16 cellOffset = pOld->cellOffset;
55517 u16 sz = (u16)szNew[i];
56227 u16 szOld;
59075 u16 flags = 0; /* New value for pMem->flags */
61082 p->nCursor = (u16)nCursor;
61231 p->nResColumn = (u16)nResColumn;
62437 u16 u; /* Unsigned loop counter */
65078 u16 flags1; /* Copy of initial value of pIn1->flags */
65079 u16 flags3; /* Copy of initial value of pIn3->flags */
65219 u16 ii;
65222 u16 nField;
66683 u16 flags1; /* Copy of initial value of pIn1->flags */
66684 u16 flags3; /* Copy of initial value of pIn3->flags */
68375 u.bb.r.nField = (u16)u.bb.nField;
68384 u.bb.r.flags = (u16)(UNPACKED_INCRKEY * (1 & (u.bb.oc - OP_SeekLt)));
68521 u.bd.r.nField = (u16)pOp->p4.i;
68585 u16 ii;
68588 u16 nField;
69505 u.bs.r.nField = (u16)pOp->p3;
69601 u.bu.r.nField = (u16)pOp->p4.i;
70157 p->nCursor = (u16)u.cc.pFrame->nChildCsr;
73271 pEList->a[iCol].iAlias = (u16)(++pParse->nAlias);
74004 pItem->iOrderByCol = (u16)iCol;
74105 pItem->iOrderByCol = (u16)iCol;
74116 pItem->iOrderByCol = (u16)iCol;
84413 pSrc->nAlloc = (u16)nGot;
85038 pKey->nField = (u16)nCol;
85435 pBest->nArg = (u16)nArg;
95306 pInfo->nField = (u16)nExpr;
96416 pKeyInfo->nField = (u16)nCol;
96773 if( pOrderBy ) pOrderBy->a[nOrderBy++].iOrderByCol = (u16)i;
96796 pKeyMerge->nField = (u16)nOrderBy;
96836 pKeyDup->nField = (u16)nExpr;
102671 u16 eOperator; /* A WO_xx value describing <op> */
102713 u16 wctrlFlags; /* Might include WHERE_AND_ONLY */
102843 u16 wctrlFlags /* Might include WHERE_AND_ONLY */
103107 u16 expRight = (pExpr->pRight->flags & EP_ExpCollate);
103108 u16 expLeft = (pExpr->pLeft->flags & EP_ExpCollate);
103129 static u16 operatorMask(int op){
103130 u16 c;
103138 c = (u16)(WO_EQ<<(op-TK_EQ));
106292 u16 wctrlFlags /* Flags passed to sqlite3WhereBegin() */
106372 u16 wctrlFlags, /* One of the WHERE_* flags defined in sqliteInt.h */
107189 u16 wctrlFlags /* One of the WHERE_* flags defined in sqliteInt.h */
112980 db->lookaside.sz = (u16)sz;
113635 p->nArg = (u16)nArg;
114076 static const u16 outOfMem[] = {
114079 static const u16 misuse[] = {