Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.c30534 #define findCell(pPage, iCell) \ argument
30537 SQLITE_PRIVATE u8 *sqlite3BtreeFindCell(MemPage *pPage, int iCell){ in sqlite3BtreeFindCell()
30548 static u8 *findOverflowCell(MemPage *pPage, int iCell){ in findOverflowCell()
30643 #define parseCell(pPage, iCell, pInfo) \ argument
30647 int iCell, /* The cell index. First cell is 0 */ in sqlite3BtreeParseCell()
30660 static u16 cellSize(MemPage *pPage, int iCell){ in cellSize()
30695 static int ptrmapPutOvfl(MemPage *pPage, int iCell){ in ptrmapPutOvfl()