Lines Matching refs:hop
12697 xmlAutomataStatePtr hop; in xmlSchemaBuildContentModelForSubstGroup() local
12705 hop = xmlAutomataNewState(pctxt->am); in xmlSchemaBuildContentModelForSubstGroup()
12711 hop); in xmlSchemaBuildContentModelForSubstGroup()
12721 hop); in xmlSchemaBuildContentModelForSubstGroup()
12723 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter); in xmlSchemaBuildContentModelForSubstGroup()
12724 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter); in xmlSchemaBuildContentModelForSubstGroup()
12869 xmlAutomataStatePtr hop; in xmlSchemaBuildAContentModel() local
12877 hop = xmlAutomataNewState(pctxt->am); in xmlSchemaBuildAContentModel()
12882 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); in xmlSchemaBuildAContentModel()
12886 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); in xmlSchemaBuildAContentModel()
12893 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); in xmlSchemaBuildAContentModel()
12899 start, hop, BAD_CAST "*", wild->negNsSet->value, in xmlSchemaBuildAContentModel()
12902 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter); in xmlSchemaBuildAContentModel()
12903 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter); in xmlSchemaBuildAContentModel()
13072 xmlAutomataStatePtr hop, base; in xmlSchemaBuildAContentModel() local
13084 hop = xmlAutomataNewState(pctxt->am); in xmlSchemaBuildAContentModel()
13093 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); in xmlSchemaBuildAContentModel()
13097 xmlAutomataNewCountedTrans(pctxt->am, hop, base, counter); in xmlSchemaBuildAContentModel()
13098 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter); in xmlSchemaBuildAContentModel()