Lines Matching refs:hop
12719 xmlAutomataStatePtr hop; in xmlSchemaBuildContentModelForSubstGroup() local
12727 hop = xmlAutomataNewState(pctxt->am); in xmlSchemaBuildContentModelForSubstGroup()
12733 hop); in xmlSchemaBuildContentModelForSubstGroup()
12743 hop); in xmlSchemaBuildContentModelForSubstGroup()
12745 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter); in xmlSchemaBuildContentModelForSubstGroup()
12746 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter); in xmlSchemaBuildContentModelForSubstGroup()
12891 xmlAutomataStatePtr hop; in xmlSchemaBuildAContentModel() local
12899 hop = xmlAutomataNewState(pctxt->am); in xmlSchemaBuildAContentModel()
12904 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); in xmlSchemaBuildAContentModel()
12908 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); in xmlSchemaBuildAContentModel()
12915 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); in xmlSchemaBuildAContentModel()
12921 start, hop, BAD_CAST "*", wild->negNsSet->value, in xmlSchemaBuildAContentModel()
12924 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter); in xmlSchemaBuildAContentModel()
12925 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter); in xmlSchemaBuildAContentModel()
13094 xmlAutomataStatePtr hop, base; in xmlSchemaBuildAContentModel() local
13106 hop = xmlAutomataNewState(pctxt->am); in xmlSchemaBuildAContentModel()
13115 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); in xmlSchemaBuildAContentModel()
13119 xmlAutomataNewCountedTrans(pctxt->am, hop, base, counter); in xmlSchemaBuildAContentModel()
13120 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter); in xmlSchemaBuildAContentModel()