Searched refs:cellSize (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/libsqlite/src/ |
| H A D | btree.c | 410 static int cellSize(Btree *pBt, Cell *pCell){ in cellSize() function 444 n = cellSize(pBt, pCell); in defragmentPage() 610 sz = cellSize(pBt, pCell); in initPage() 2039 assert( sz==cellSize(pBt, pPage->apCell[idx]) ); in dropCell() 2065 assert( sz==cellSize(pBt, pCell) ); in insertCell() 2402 szCell[nCell] = cellSize(pBt, apCell[nCell]); in balance() 2406 szCell[nCell] = cellSize(pBt, apDiv[i]); in balance() 2659 szNew = cellSize(pBt, &newCell); in fileBtreeInsert() 2664 dropCell(pBt, pPage, pCur->idx, cellSize(pBt, pPage->apCell[pCur->idx])); in fileBtreeInsert() 2744 dropCell(pBt, pPage, pCur->idx, cellSize(pBt, pCell)); in fileBtreeDelete() [all …]
|