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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2191 int nDiv; /* Number of cells in apDiv[] */
2205 Cell *apDiv[NB]; /* Divider cells in pParent */ local
2206 Cell aTemp[NB]; /* Temporary holding area for apDiv[] */
2344 apDiv[i] = pParent->apCell[k];
2346 pgnoOld[i] = SWAB32(pBt, apDiv[i]->h.leftChild);
2408 szCell[nCell] = cellSize(pBt, apDiv[i]);
2409 memcpy(&aTemp[i], apDiv[i], szCell[nCell]);

Completed in 76 milliseconds