Searched defs:pCell (Results 1 – 1 of 1) sorted by relevance
412 static int cellSize(Btree *pBt, Cell *pCell){ in cellSize()439 Cell *pCell = pPage->apCell[i]; in defragmentPage() local589 Cell *pCell; /* A pointer to a Cell in pPage->u.aDisk[] */ in initPage() local1161 Cell *pCell; in fileBtreeKeySize() local1272 Cell *pCell; in fileBtreeDataSize() local1295 Cell *pCell; in fileBtreeData() local1341 Cell *pCell; in fileBtreeKeyCompare() local1889 static int clearCell(Btree *pBt, Cell *pCell){ in clearCell()1918 Cell *pCell, /* Populate this Cell structure */ in fillInCell()2064 static void insertCell(Btree *pBt, MemPage *pPage, int i, Cell *pCell, int sz){ in insertCell()[all …]