Home | History | Annotate | Download | only in tools

Lines Matching defs:iterator

106   int iterator;
513 /* Iterator points to last used arg; increment to search for the next one. */
514 context->iterator++;
518 if (context->iterator > 1) return BROTLI_FALSE;
526 while (context->iterator == context->not_input_indices[context->ignore]) {
527 context->iterator++;
532 if (context->iterator >= context->argc) return BROTLI_FALSE;
534 /* Iterator now points to the input file name. */
535 arg = context->argv[context->iterator];
799 context.iterator = 0;