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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c14349 int nCell; /* Number of cells on aPage[] */ member in struct:DbdataCursor
17287 int nCell = 0; /* Number of cells on page */ local
[all...]
H A Dsqlite3.c69442 u16 nCell; /* Number of cells on this page, local and ovfl */ member in struct:MemPage
71751 int nCell; /* Number of cells on the page */ local
73926 int nCell; /* Number of cells in page pPage */ local
73980 int nCell; local
75994 int nCell; /* Size of the pCell cell in bytes */ local
76155 int nCell; /* Size of the pCell cell in bytes */ local
77604 int nCell; /* Number of cells in apCell[] */ member in struct:CellArray
77661 rebuildPage( CellArray *pCArray, int iFirst, int nCell, MemPage *pPg ) argument
77752 pageInsertArray( MemPage *pPg, u8 *pBegin, u8 **ppData, u8 *pCellptr, int iFirst, int nCell, CellArray *pCArray ) argument
77817 pageFreeArray( MemPage *pPg, int iFirst, int nCell, CellArray *pCArray ) argument
77897 int nCell = pPg->nCell; /* Cells stored on pPg */ local
79956 int nCell; local
80867 int nCell; /* Number of cells */ local
209373 int nCell; /* Current number of cells in pNode */ local
209890 int nCell = NCELL(pNode); local
210141 int nCell; local
210749 int nCell = NCELL(pNode); local
210935 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
211067 int nCell = NCELL(pNode); local
211295 int nCell = NCELL(pNode); local
211385 int nCell = NCELL(pNode); local
212576 int nCell; /* Number of cells on page */ local
221806 int nCell; /* Number of cells on page */ member in struct:StatPage
221830 int nCell; /* Value of 'ncell' column */ member in struct:StatCursor
[all...]

Completed in 640 milliseconds