Searched defs:nCell (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c10438 int nCell; /* Number of cells on aPage[] */ member in struct:DbdataCursor
H A Dsqlite3.c64220 u16 nCell; /* Number of cells on this page, local and ovfl */ member in struct:MemPage
66401 int nCell; /* Number of cells on the page */ local
68545 int nCell; /* Number of cells in page pPage */ local
68599 int nCell; local
70545 int nCell; /* Size of the pCell cell in bytes */ local
71885 int nCell; /* Number of cells in apCell[] */ member in struct:CellArray
71940 rebuildPage( CellArray *pCArray, int iFirst, int nCell, MemPage *pPg ) argument
72031 pageInsertArray( MemPage *pPg, u8 *pBegin, u8 **ppData, u8 *pCellptr, int iFirst, int nCell, CellArray *pCArray ) argument
72096 pageFreeArray( MemPage *pPg, int iFirst, int nCell, CellArray *pCArray ) argument
72163 int nCell = pPg->nCell; /* Cells stored on pPg */ local
74140 int nCell; local
75001 int nCell; /* Number of cells */ local
192038 int nCell; /* Current number of cells in pNode */ local
192546 int nCell = NCELL(pNode); local
192795 int nCell; local
193392 int nCell = NCELL(pNode); local
193627 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
193754 int nCell = NCELL(pNode); local
193980 int nCell = NCELL(pNode); local
194043 int nCell; local
194176 int nCell = NCELL(pNode); local
195360 int nCell; /* Number of cells on page */ local
204400 int nCell; /* Number of cells on page */ member in struct:StatPage
204424 int nCell; /* Value of 'ncell' column */ member in struct:StatCursor
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c47626 u16 nCell; /* Number of cells on this page, local and ovfl */ member in struct:MemPage
49333 int nCell; /* Number of cells on the page */ local
50938 int nCell; /* Number of cells in page pPage */ local
50998 int nCell; local
52775 int nCell = pCell[0]; local
53812 assemblePage( MemPage *pPage, int nCell, u8 **apCell, u16 *aSize ) argument
54118 int nCell = 0; /* Number of cells in apCell[] */ local
55145 int nCell; local
55885 int nCell; local
127620 int nCell; /* Current number of cells in pNode */ local
128087 int nCell = NCELL(pNode); local
128133 int nCell = NCELL(pNode); local
128327 int nCell = NCELL(pRoot); local
128521 cellOverlap( Rtree *pRtree, RtreeCell *p, RtreeCell *aCell, int nCell, int iExclude ) argument
128562 cellOverlapEnlargement( Rtree *pRtree, RtreeCell *p, RtreeCell *pInsert, RtreeCell *aCell, int nCell, int iExclude ) argument
128603 int nCell = NCELL(pNode); local
128730 LinearPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
128748 LinearPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
128810 QuadraticPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
128842 QuadraticPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
129018 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
129120 splitNodeGuttman( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
129201 int nCell = NCELL(pNode); local
129423 int nCell = NCELL(pNode); local
129486 int nCell; local
129621 int nCell = NCELL(pNode); local
130173 int nCell = 0; local
[all...]

Completed in 1284 milliseconds