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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c412 static int cellSize(Btree *pBt, Cell *pCell){ function
446 n = cellSize(pBt, pCell);
612 sz = cellSize(pBt, pCell);
2041 assert( sz==cellSize(pBt, pPage->apCell[idx]) );
2067 assert( sz==cellSize(pBt, pCell) );
2404 szCell[nCell] = cellSize(pBt, apCell[nCell]);
2408 szCell[nCell] = cellSize(pBt, apDiv[i]);
2661 szNew = cellSize(pBt, &newCell);
2666 dropCell(pBt, pPage, pCur->idx, cellSize(pBt, pPage->apCell[pCur->idx]));
2746 dropCell(pBt, pPage, pCur->idx, cellSize(pB
[all...]

Completed in 106 milliseconds