Searched refs:insertCell (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | btree.c | 7047 static void insertCell( in insertCell() function 7703 insertCell(pParent, pParent->nCell, pSpace, (int)(pOut-pSpace), in balance_quick() 8489 insertCell(pParent, nxDiv+i, pCell, sz, pTemp, pNew->pgno, &rc); in balance_nonroot() 9230 insertCell(pPage, idx, newCell, szNew, 0, 0, &rc); in sqlite3BtreeInsert() 9551 insertCell(pPage, iCellIdx, pCell-4, nCell+4, pTmp, n, &rc); in sqlite3BtreeDelete()
|