Lines Matching refs:hop
12629 xmlAutomataStatePtr hop;
12637 hop = xmlAutomataNewState(pctxt->am);
12643 hop);
12653 hop);
12655 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12656 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12801 xmlAutomataStatePtr hop;
12809 hop = xmlAutomataNewState(pctxt->am);
12814 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12818 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12825 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12831 start, hop, BAD_CAST "*", wild->negNsSet->value,
12834 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12835 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
13004 xmlAutomataStatePtr hop, base;
13016 hop = xmlAutomataNewState(pctxt->am);
13025 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
13029 xmlAutomataNewCountedTrans(pctxt->am, hop, base, counter);
13030 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);