Home | History | Annotate | Download | only in orig

Lines Matching defs:iLayer

149680   int iLayer;
149683 for(iLayer=1; ALWAYS(iLayer<FTS_MAX_APPENDABLE_HEIGHT); iLayer++){
149685 NodeWriter *pNode = &pWriter->aNodeWriter[iLayer];
149692 ** the current node of layer iLayer. Due to the prefix compression,
149701 /* If the current node of layer iLayer contains zero keys, or if adding
149709 pBlk->a[0] = (char)iLayer;
149728 /* Otherwise, flush the current node of layer iLayer to disk.
149734 pNode->block.a[0] = (char)iLayer;