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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2064 static void insertCell(Btree *pBt, MemPage *pPage, int i, Cell *pCell, int sz){ function
2088 ** invocations of either insertCell() or dropCell().
2164 ** invoke insertCell() or dropCell() before calling this routine, so we
2524 insertCell(pBt, pNew, pNew->nCell, apCell[j], szCell[j]);
2534 insertCell(pBt, pParent, nxDiv, apCell[j], szCell[j]);
2673 insertCell(pBt, pPage, pCur->idx, &newCell, szNew);
2750 insertCell(pBt, pPage, pCur->idx, pNext, szNext);

Completed in 53 milliseconds