Lines Matching defs:iLayer
193749 int iLayer;
193752 for(iLayer=1; ALWAYS(iLayer<FTS_MAX_APPENDABLE_HEIGHT); iLayer++){
193754 NodeWriter *pNode = &pWriter->aNodeWriter[iLayer];
193761 ** the current node of layer iLayer. Due to the prefix compression,
193771 /* If the current node of layer iLayer contains zero keys, or if adding
193779 pBlk->a[0] = (char)iLayer;
193800 /* Otherwise, flush the current node of layer iLayer to disk.
193806 pNode->block.a[0] = (char)iLayer;