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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c48896 u16 nCell; /* Number of cells on this page, local and ovfl */ member in struct:MemPage
50647 int nCell; /* Number of cells on the page */ local
52349 int nCell; /* Number of cells in page pPage */ local
52409 int nCell; local
54234 int nCell = pCell[0]; local
55323 assemblePage( MemPage *pPage, int nCell, u8 **apCell, u16 *aSize ) argument
55633 int nCell = 0; /* Number of cells in apCell[] */ local
56682 int nCell; local
57451 int nCell; local
136936 int nCell; /* Current number of cells in pNode */ local
137403 int nCell = NCELL(pNode); local
137449 int nCell = NCELL(pNode); local
137651 int nCell = NCELL(pRoot); local
137845 cellOverlap( Rtree *pRtree, RtreeCell *p, RtreeCell *aCell, int nCell, int iExclude ) argument
137885 cellOverlapEnlargement( Rtree *pRtree, RtreeCell *p, RtreeCell *pInsert, RtreeCell *aCell, int nCell, int iExclude ) argument
137928 int nCell = NCELL(pNode); local
138056 LinearPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
138074 LinearPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
138136 QuadraticPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
138168 QuadraticPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
138344 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
138446 splitNodeGuttman( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
138527 int nCell = NCELL(pNode); local
138749 int nCell = NCELL(pNode); local
138812 int nCell; local
138949 int nCell = NCELL(pNode); local
139540 int nCell = 0; local
[all...]
/freebsd-10.0-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...]

Completed in 504 milliseconds