Searched defs:Cell (Results 1 – 2 of 2) sorted by relevance
98 typedef struct Cell { struct106 struct Cell *cnext; /* ptr to next if chained */ argument107 } Cell; typedef
100 typedef struct Cell Cell; typedef251 struct Cell { struct252 CellHdr h; /* The cell header */ argument253 char aPayload[MX_LOCAL_PAYLOAD]; /* Key and data */254 Pgno ovfl; /* The first overflow page */