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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c1889 static int clearCell(Btree *pBt, Cell *pCell){ function
1955 clearCell(pBt, pCell);
2664 rc = clearCell(pBt, pPage->apCell[pCur->idx]);
2724 rc = clearCell(pBt, pCell);
2829 rc = clearCell(pBt, pCell);

Completed in 69 milliseconds