Home
last modified time | relevance | path

Searched defs:pCell (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c410 static int cellSize(Btree *pBt, Cell *pCell){ in cellSize()
437 Cell *pCell = pPage->apCell[i]; in defragmentPage() local
587 Cell *pCell; /* A pointer to a Cell in pPage->u.aDisk[] */ in initPage() local
1159 Cell *pCell; in fileBtreeKeySize() local
1270 Cell *pCell; in fileBtreeDataSize() local
1293 Cell *pCell; in fileBtreeData() local
1339 Cell *pCell; in fileBtreeKeyCompare() local
1887 static int clearCell(Btree *pBt, Cell *pCell){ in clearCell()
1916 Cell *pCell, /* Populate this Cell structure */ in fillInCell()
2062 static void insertCell(Btree *pBt, MemPage *pPage, int i, Cell *pCell, int sz){ in insertCell()
[all …]