Searched refs:dropCell (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5386 static void dropCell(MemPage *pPage, int idx, int sz, int *pRC){ function
5939 ** the dropCell() routine will overwrite the entire cell with zeroes.
5954 dropCell(pParent, i+nxDiv-pParent->nOverflow, szNew[i], &rc);
6729 dropCell(pPage, idx, szOld, &rc);
6838 dropCell(pPage, iCellIdx, cellSizePtr(pPage, pCell), &rc);
6861 dropCell(pLeaf, pLeaf->nCell-1, nCell, &rc);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c52505 static void dropCell(MemPage *pPage, int idx, int sz, int *pRC){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57212 static void dropCell(MemPage *pPage, int idx, int sz, int *pRC){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57232 static void dropCell(MemPage *pPage, int idx, int sz, int *pRC){ function
[all...]

Completed in 576 milliseconds