Searched defs:apCell (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c308 ** Of particular interest in the auxiliary info is the apCell[] entry. Each
309 ** apCell[] entry is a pointer to a Cell structure in u.aDisk[]. The cells are
314 ** Note that apCell[] contains enough space to hold up to two more Cells
315 ** than can possibly fit on one page. In the steady state, every apCell[]
317 ** operation, some apCell[] entries may temporarily point to data space
321 ** The extra two entries in apCell[] are an allowance for this situation.
334 u8 idxShift; /* True if apCell[] indices have changed */
335 u8 isOverfull; /* Some apCell[] points outside u.aDisk[] */
337 int idxParent; /* Index in pParent->apCell[] of this node */
340 Cell *apCell[MX_CEL member in struct:MemPage
2210 Cell *apCell[(MX_CELL+2)*NB]; /* All cells from pages being balanced */ local
[all...]

Completed in 50 milliseconds