Searched defs:SegmentPtr (Results 1 – 1 of 1) sorted by relevance
106 typedef struct SegmentPtr SegmentPtr; typedef124 struct SegmentPtr { struct126 Segment *pSeg; /* Segment to access */129 Page *pPg; /* Current page */131 int nCell; /* Number of cells on pPg */132 LsmPgno iPtr; /* Base cascade pointer */136 int eType; /* Type of current record */138 void *pKey; int nKey; /* Key associated with current record */139 void *pVal; int nVal; /* Current record value (eType==WRITE only) */142 LsmBlob blob1;[all …]