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

/freebsd-10.3-release/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...]
/freebsd-10.3-release/contrib/sqlite3/
H A Dsqlite3.c53085 u16 nCell; /* Number of cells on this page, local and ovfl */ member in struct:MemPage
55092 int nCell; /* Number of cells on the page */ local
57016 int nCell; /* Number of cells in page pPage */ local
57076 int nCell; local
58899 int nCell; /* Size of the pCell cell in bytes */ local
60130 int nCell; /* Number of cells in apCell[] */ member in struct:CellArray
60183 rebuildPage( MemPage *pPg, int nCell, u8 **apCell, u16 *szCell ) argument
60252 pageInsertArray( MemPage *pPg, u8 *pBegin, u8 **ppData, u8 *pCellptr, int iFirst, int nCell, CellArray *pCArray ) argument
60292 pageFreeArray( MemPage *pPg, int iFirst, int nCell, CellArray *pCArray ) argument
60359 int nCell = pPg->nCell; /* Cells stored on pPg */ local
61892 int nCell; local
62740 int nCell; /* Number of cells */ local
153227 int nCell; /* Current number of cells in pNode */ local
153667 int nCell = NCELL(pNode); local
153915 int nCell; local
154468 int nCell = NCELL(pNode); local
154701 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
154828 int nCell = NCELL(pNode); local
155051 int nCell = NCELL(pNode); local
155114 int nCell; local
155247 int nCell = NCELL(pNode); local
155889 int nCell = 0; local
161064 int nCell; /* Number of cells on page */ member in struct:StatPage
161084 int nCell; /* Value of 'ncell' column */ member in struct:StatCursor
[all...]

Completed in 527 milliseconds