Searched defs:pCell (Results 1 – 1 of 1) sorted by relevance
/titanic_52/usr/src/lib/libsqlite/src/ |
H A D | btree.c | 412 static int cellSize(Btree *pBt, Cell *pCell){ in cellSize() argument 439 Cell *pCell = pPage->apCell[i]; in defragmentPage() local 589 Cell *pCell; /* in initPage() local 1161 Cell *pCell; fileBtreeKeySize() local 1272 Cell *pCell; fileBtreeDataSize() local 1295 Cell *pCell; fileBtreeData() local 1341 Cell *pCell; fileBtreeKeyCompare() local 1889 clearCell(Btree * pBt,Cell * pCell) clearCell() argument 1918 fillInCell(Btree * pBt,Cell * pCell,const void * pKey,int nKey,const void * pData,int nData) fillInCell() argument 2064 insertCell(Btree * pBt,MemPage * pPage,int i,Cell * pCell,int sz) insertCell() argument 2697 Cell *pCell; fileBtreeDelete() local 2812 Cell *pCell; clearDatabasePage() local 3059 Cell *pCell = (Cell*)&pPage->u.aDisk[idx]; fileBtreePageDump() local 3103 Cell *pCell = (Cell*)&pPage->u.aDisk[idx]; fileBtreePageDump() local 3342 Cell *pCell = pPage->apCell[i]; checkTreePage() local 3386 Cell *pCell = (Cell*)&pPage->u.aDisk[i]; checkTreePage() local [all...] |