• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching refs:counter

603     int counter;
9176 snprintf(buf, 39, "#ST%d", ctxt->counter++ + 1);
10185 newpctxt->counter = pctxt->counter;
10194 pctxt->counter = newpctxt->counter;
12097 snprintf(buf, 39, "#CT%d", ctxt->counter++ + 1);
12509 xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end)
12532 if (counter >= 0) {
12539 tmp = xmlAutomataNewCountedTrans(pctxt->am, start, NULL, counter);
12569 * intended for the above "counter" section originally. I.e.,
12586 counter =
12607 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12608 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12646 int counter;
12653 counter = xmlAutomataNewCounter(ctxt->am, minOccurs, maxOccurs);
12656 xmlAutomataNewCountedTrans(ctxt->am, ctxt->state, start, counter);
12658 NULL, counter);
12736 int counter;
12743 counter = xmlAutomataNewCounter(pctxt->am, minOccurs, maxOccurs);
12769 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12770 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12801 int counter;
12807 counter = xmlAutomataNewCounter(pctxt->am,
12818 oldstate, counter);
12821 NULL, counter);
12851 int counter;
12857 counter = xmlAutomataNewCounter(pctxt->am,
12869 tmp, oldstate, counter);
12872 counter);
12913 int counter;
12921 * use a counter to keep track of the number of transtions
12924 counter =
12938 xmlAutomataNewCountedTrans(pctxt->am, hop, base, counter);
12939 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12973 int counter;
12977 * the same counter for all the element transitions
12980 counter = xmlAutomataNewCounter(pctxt->am,
12983 sub, counter, pctxt->state);
18114 snprintf(buf, 29, "#scST%d", ++(pctxt->counter));
21204 ctxt->counter = 0;
25434 int counter = 0;
25441 snprintf((char *) prefix, 12, "p%d", counter++);
25444 if (counter > 1000) {