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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2204 int idxDiv[NB]; /* Indices of divider cells in pParent */ local
2343 idxDiv[i] = k;
2376 if( i<nOld-1 && pCur->pPage==pParent && pCur->idx==idxDiv[i] ){
2547 if( j<=iCur && pCur->pPage==pParent && pCur->idx>idxDiv[nOld-1] ){

Completed in 72 milliseconds