Home | History | Annotate | Download | only in libxml2

Lines Matching defs:hop

12627 	xmlAutomataStatePtr hop;
12635 hop = xmlAutomataNewState(pctxt->am);
12641 hop);
12651 hop);
12653 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12654 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12799 xmlAutomataStatePtr hop;
12807 hop = xmlAutomataNewState(pctxt->am);
12812 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12816 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12823 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12829 start, hop, BAD_CAST "*", wild->negNsSet->value,
12832 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12833 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
13002 xmlAutomataStatePtr hop, base;
13014 hop = xmlAutomataNewState(pctxt->am);
13023 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
13027 xmlAutomataNewCountedTrans(pctxt->am, hop, base, counter);
13028 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);