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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2034 ** Only the pPage->apCell[] array is important. The relinkCellList()
2060 ** Only the pPage->apCell[] array is important. The relinkCellList()
2090 static void relinkCellList(Btree *pBt, MemPage *pPage){ function
2162 ** This routine calls relinkCellList() on its input page regardless of
2165 ** need to call relinkCellList() to clean up the mess that those other
2220 relinkCellList(pBt, pPage);
2257 relinkCellList(pBt, pPage);
2264 relinkCellList(pBt, pPage);
2529 relinkCellList(pBt, pNew);

Completed in 69 milliseconds