Searched refs:dropCell (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | btree.c | 6989 static void dropCell(MemPage *pPage, int idx, int sz, int *pRC){ in dropCell() function 7995 dropCell(pParent, i+nxDiv-pParent->nOverflow, szNew[i], &rc); in balance_nonroot() 9221 dropCell(pPage, idx, info.nSize, &rc); in sqlite3BtreeInsert() 9520 dropCell(pPage, iCellIdx, info.nSize, &rc); in sqlite3BtreeDelete() 9553 dropCell(pLeaf, pLeaf->nCell-1, nCell, &rc); in sqlite3BtreeDelete()
|