Lines Matching refs:xParseCell
1317 pPage->xParseCell(pPage, findCell(pPage, iCell), pInfo); in btreeParseCell()
1344 pPage->xParseCell(pPage, pCell, &debuginfo); in cellSizePtr()
1384 pPage->xParseCell(pPage, pCell, &debuginfo); in cellSizePtrNoPayload()
1406 pPage->xParseCell(pPage, pCell, &debuginfo); in cellSizePtrTableLeaf()
1468 pPage->xParseCell(pPage, pCell, &info); in ptrmapPutOvflPtr()
1928 pPage->xParseCell = btreeParseCellPtr; in decodeFlags()
1932 pPage->xParseCell = btreeParseCellPtrNoPayload; in decodeFlags()
1946 pPage->xParseCell = btreeParseCellPtrIndex; in decodeFlags()
1955 pPage->xParseCell = btreeParseCellPtrIndex; in decodeFlags()
3734 pPage->xParseCell(pPage, pCell, &info); in modifyPagePointer()
5928 pPage->xParseCell(pPage, pCellBody, &pCur->info); in sqlite3BtreeIndexMoveto()
6779 pPage->xParseCell(pPage, pCell, &sInfo); \
6886 pPage->xParseCell(pPage, pCell, &info); in fillInCell()
7738 pPage->xParseCell(pPage, z, &info);
8458 pNew->xParseCell(pNew, b.apCell[j], &info); in balance_nonroot()
9169 pPage->xParseCell(pPage, newCell, &info); in sqlite3BtreeInsert()
10502 pPage->xParseCell(pPage, pCell, &info); in checkTreePage()