Home
last modified time | relevance | path

Searched refs:cachedCellSize (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.c7260 static u16 cachedCellSize(CellArray *p, int N){ in cachedCellSize() function
7556 cachedCellSize(pCArray, iCell+iNew); in editPage()
8182 sz = 2 + cachedCellSize(&b, cntNew[i]-1); in balance_nonroot()
8186 sz = 2 + cachedCellSize(&b, cntNew[i]); in balance_nonroot()
8195 sz = 2 + cachedCellSize(&b, cntNew[i]); in balance_nonroot()
8201 sz = 2 + cachedCellSize(&b, cntNew[i]); in balance_nonroot()
8235 (void)cachedCellSize(&b, d); in balance_nonroot()
8239 (void)cachedCellSize(&b, r); in balance_nonroot()
8426 if( cachedCellSize(&b,i)>pNew->minLocal ){ in balance_nonroot()