Home | History | Annotate | Download | only in libxml2

Lines Matching defs:hop

12589 	xmlAutomataStatePtr hop;
12597 hop = xmlAutomataNewState(pctxt->am);
12603 hop);
12613 hop);
12615 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12616 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12745 xmlAutomataStatePtr hop;
12752 hop = xmlAutomataNewState(pctxt->am);
12757 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12761 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12768 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12774 start, hop, BAD_CAST "*", wild->negNsSet->value,
12777 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter);
12778 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);
12922 xmlAutomataStatePtr hop, base;
12934 hop = xmlAutomataNewState(pctxt->am);
12942 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop);
12946 xmlAutomataNewCountedTrans(pctxt->am, hop, base, counter);
12947 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter);