Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c6778 #define BTREE_CLEAR_CELL(rc, pPage, pCell, sInfo) \ macro
9196 BTREE_CLEAR_CELL(rc, pPage, oldCell, info); in sqlite3BtreeInsert()
9519 BTREE_CLEAR_CELL(rc, pPage, pCell, info); in sqlite3BtreeDelete()
9815 BTREE_CLEAR_CELL(rc, pPage, pCell, info); in clearDatabasePage()