Home
last modified time | relevance | path

Searched refs:clearCell (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c1887 static int clearCell(Btree *pBt, Cell *pCell){ in clearCell() function
1953 clearCell(pBt, pCell); in fillInCell()
2662 rc = clearCell(pBt, pPage->apCell[pCur->idx]); in fileBtreeInsert()
2722 rc = clearCell(pBt, pCell); in fileBtreeDelete()
2827 rc = clearCell(pBt, pCell); in clearDatabasePage()