Home | History | Annotate | Download | only in dist

Lines Matching defs:iLayer

149710   int iLayer;
149713 for(iLayer=1; ALWAYS(iLayer<FTS_MAX_APPENDABLE_HEIGHT); iLayer++){
149715 NodeWriter *pNode = &pWriter->aNodeWriter[iLayer];
149722 ** the current node of layer iLayer. Due to the prefix compression,
149731 /* If the current node of layer iLayer contains zero keys, or if adding
149739 pBlk->a[0] = (char)iLayer;
149758 /* Otherwise, flush the current node of layer iLayer to disk.
149764 pNode->block.a[0] = (char)iLayer;