Lines Matching refs:hop
12591 xmlAutomataStatePtr hop;
12599 hop = xmlAutomataNewState(pctxt->am);
12605 hop);
12615 hop);
12617 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12618 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12747 xmlAutomataStatePtr hop;
12754 hop = xmlAutomataNewState(pctxt->am);
12759 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12763 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12770 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12776 start, hop, BAD_CAST "*", wild->negNsSet->value,
12779 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12780 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12924 xmlAutomataStatePtr hop, base;
12936 hop = xmlAutomataNewState(pctxt->am);
12944 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12948 xmlAutomataNewCountedTrans(pctxt->am, hop, base, counter);
12949 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);