Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c70804 u16 nCell; /* Number of cells on this page, local and ovfl */ member
73173 int nCell; /* Number of cells on the page */ local
75356 int nCell; /* Number of cells in page pPage */ local
75410 int nCell; local
77459 int nCell; /* Size of the pCell cell in bytes */ local
77620 int nCell; /* Size of the pCell cell in bytes */ local
79072 int nCell; /* Number of cells in apCell[] */ member
79368 int nCell = pPg->nCell; /* Cells stored on pPg */ local
81438 int nCell; local
82349 int nCell; /* Number of cells */ local
H A Dshell.c17792 int nCell; /* Number of cells on aPage[] */ member
20802 int nCell = 0; /* Number of cells on page */ in recoverIsValidPage() local