Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.c29369 u8 *pCell; /* Pointers to the body of the overflow cell */ member
29490 u8 *pCell; /* Pointer to the start of cell content */ member
30577 u8 *pCell, /* Pointer to the cell text. */ in sqlite3BtreeParseCellPtr()
30666 static u16 cellSizePtr(MemPage *pPage, u8 *pCell){ in cellSizePtr()
30678 static int ptrmapPutOvflPtr(MemPage *pPage, u8 *pCell){ in ptrmapPutOvflPtr()
30696 u8 *pCell; in ptrmapPutOvfl() local
32024 u8 *pCell = findCell(pPage, i); in setChildPtrmaps() local
32080 u8 *pCell = findCell(pPage, i); in modifyPagePointer() local
33720 u8 *pCell; in sqlite3BtreeMoveto() local
34307 static int clearCell(MemPage *pPage, unsigned char *pCell){ in clearCell()
[all …]