Home | History | Annotate | Download | only in src

Lines Matching defs:hop

12608 	xmlAutomataStatePtr hop;
12616 hop = xmlAutomataNewState(pctxt->am);
12622 hop);
12632 hop);
12634 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12635 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12780 xmlAutomataStatePtr hop;
12788 hop = xmlAutomataNewState(pctxt->am);
12793 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12797 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12804 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12810 start, hop, BAD_CAST "*", wild->negNsSet->value,
12813 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12814 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12974 xmlAutomataStatePtr hop, base;
12986 hop = xmlAutomataNewState(pctxt->am);
12995 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12999 xmlAutomataNewCountedTrans(pctxt->am, hop, base, counter);
13000 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);