• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

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;
12105 snprintf(buf, 39, "#CT%d", ctxt->counter++ + 1);
12517 xmlSchemaParticlePtr particle, int counter, xmlAutomataStatePtr end)
12540 if (counter >= 0) {
12547 tmp = xmlAutomataNewCountedTrans(pctxt->am, start, NULL, counter);
12577 * intended for the above "counter" section originally. I.e.,
12594 counter =
12615 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12616 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12654 int counter;
12661 counter = xmlAutomataNewCounter(ctxt->am, minOccurs, maxOccurs);
12664 xmlAutomataNewCountedTrans(ctxt->am, ctxt->state, start, counter);
12666 NULL, counter);
12744 int counter;
12751 counter = xmlAutomataNewCounter(pctxt->am, minOccurs, maxOccurs);
12777 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12778 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12809 int counter;
12815 counter = xmlAutomataNewCounter(pctxt->am,
12826 oldstate, counter);
12829 NULL, counter);
12859 int counter;
12865 counter = xmlAutomataNewCounter(pctxt->am,
12877 tmp, oldstate, counter);
12880 counter);
12921 int counter;
12929 * use a counter to keep track of the number of transtions
12932 counter =
12946 xmlAutomataNewCountedTrans(pctxt->am, hop, base, counter);
12947 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12981 int counter;
12985 * the same counter for all the element transitions
12988 counter = xmlAutomataNewCounter(pctxt->am,
12991 sub, counter, pctxt->state);
18126 snprintf(buf, 29, "#scST%d", ++(pctxt->counter));
21214 ctxt->counter = 0;
25458 int counter = 0;
25465 snprintf((char *) prefix, 12, "p%d", counter++);
25468 if (counter > 1000) {