Searched refs:cellSize (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | btree.c | 412 static int cellSize(Btree *pBt, Cell *pCell){ in cellSize() function 446 n = cellSize(pBt, pCell); in defragmentPage() 612 sz = cellSize(pBt, pCell); in initPage() 2041 assert( sz==cellSize(pBt, pPage->apCell[idx]) ); in dropCell() 2067 assert( sz==cellSize(pBt, pCell) ); in insertCell() 2404 szCell[nCell] = cellSize(pBt, apCell[nCell]); in balance() 2408 szCell[nCell] = cellSize(pBt, apDiv[i]); in balance() 2661 szNew = cellSize(pBt, &newCell); in fileBtreeInsert() 2666 dropCell(pBt, pPage, pCur->idx, cellSize(pBt, pPage->apCell[pCur->idx])); in fileBtreeInsert() 2746 dropCell(pBt, pPage, pCur->idx, cellSize(pBt, pCell)); in fileBtreeDelete() [all …]
|