Home
last modified time | relevance | path

Searched refs:xParseCell (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A DbtreeInt.h303 void (*xParseCell)(MemPage*,u8*,CellInfo*); /* btreeParseCell method */ member
H A Dbtree.c1344 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()
1946 pPage->xParseCell = btreeParseCellPtrIndex; in decodeFlags()
1955 pPage->xParseCell = btreeParseCellPtrIndex; in decodeFlags()
3734 pPage->xParseCell(pPage, pCell, &info); in modifyPagePointer()
6886 pPage->xParseCell(pPage, pCell, &info); in fillInCell()
7738 pPage->xParseCell(pPage, z, &info);
[all …]