Lines Matching defs:iLayer
140508 int iLayer;
140511 for(iLayer=1; ALWAYS(iLayer<FTS_MAX_APPENDABLE_HEIGHT); iLayer++){
140513 NodeWriter *pNode = &pWriter->aNodeWriter[iLayer];
140520 ** the current node of layer iLayer. Due to the prefix compression,
140529 /* If the current node of layer iLayer contains zero keys, or if adding
140537 pBlk->a[0] = (char)iLayer;
140556 /* Otherwise, flush the current node of layer iLayer to disk.
140562 pNode->block.a[0] = (char)iLayer;