• Home
  • Raw
  • Download

Lines Matching refs:ocur

5700 		ret->ocur = XML_ELEMENT_CONTENT_MULT;  in xmlParseElementMixedContentDecl()
5747 ret->ocur = XML_ELEMENT_CONTENT_MULT; in xmlParseElementMixedContentDecl()
5827 cur->ocur = XML_ELEMENT_CONTENT_OPT; in xmlParseElementChildrenContentDecl()
5830 cur->ocur = XML_ELEMENT_CONTENT_MULT; in xmlParseElementChildrenContentDecl()
5833 cur->ocur = XML_ELEMENT_CONTENT_PLUS; in xmlParseElementChildrenContentDecl()
5836 cur->ocur = XML_ELEMENT_CONTENT_ONCE; in xmlParseElementChildrenContentDecl()
5960 last->ocur = XML_ELEMENT_CONTENT_OPT; in xmlParseElementChildrenContentDecl()
5963 last->ocur = XML_ELEMENT_CONTENT_MULT; in xmlParseElementChildrenContentDecl()
5966 last->ocur = XML_ELEMENT_CONTENT_PLUS; in xmlParseElementChildrenContentDecl()
5969 last->ocur = XML_ELEMENT_CONTENT_ONCE; in xmlParseElementChildrenContentDecl()
5988 if ((ret->ocur == XML_ELEMENT_CONTENT_PLUS) || in xmlParseElementChildrenContentDecl()
5989 (ret->ocur == XML_ELEMENT_CONTENT_MULT)) in xmlParseElementChildrenContentDecl()
5990 ret->ocur = XML_ELEMENT_CONTENT_MULT; in xmlParseElementChildrenContentDecl()
5992 ret->ocur = XML_ELEMENT_CONTENT_OPT; in xmlParseElementChildrenContentDecl()
5997 ret->ocur = XML_ELEMENT_CONTENT_MULT; in xmlParseElementChildrenContentDecl()
6005 ((cur->c1->ocur == XML_ELEMENT_CONTENT_OPT) || in xmlParseElementChildrenContentDecl()
6006 (cur->c1->ocur == XML_ELEMENT_CONTENT_MULT))) in xmlParseElementChildrenContentDecl()
6007 cur->c1->ocur = XML_ELEMENT_CONTENT_ONCE; in xmlParseElementChildrenContentDecl()
6009 ((cur->c2->ocur == XML_ELEMENT_CONTENT_OPT) || in xmlParseElementChildrenContentDecl()
6010 (cur->c2->ocur == XML_ELEMENT_CONTENT_MULT))) in xmlParseElementChildrenContentDecl()
6011 cur->c2->ocur = XML_ELEMENT_CONTENT_ONCE; in xmlParseElementChildrenContentDecl()
6020 if ((ret->ocur == XML_ELEMENT_CONTENT_OPT) || in xmlParseElementChildrenContentDecl()
6021 (ret->ocur == XML_ELEMENT_CONTENT_MULT)) in xmlParseElementChildrenContentDecl()
6022 ret->ocur = XML_ELEMENT_CONTENT_MULT; in xmlParseElementChildrenContentDecl()
6024 ret->ocur = XML_ELEMENT_CONTENT_PLUS; in xmlParseElementChildrenContentDecl()
6032 ((cur->c1->ocur == XML_ELEMENT_CONTENT_OPT) || in xmlParseElementChildrenContentDecl()
6033 (cur->c1->ocur == XML_ELEMENT_CONTENT_MULT))) { in xmlParseElementChildrenContentDecl()
6034 cur->c1->ocur = XML_ELEMENT_CONTENT_ONCE; in xmlParseElementChildrenContentDecl()
6038 ((cur->c2->ocur == XML_ELEMENT_CONTENT_OPT) || in xmlParseElementChildrenContentDecl()
6039 (cur->c2->ocur == XML_ELEMENT_CONTENT_MULT))) { in xmlParseElementChildrenContentDecl()
6040 cur->c2->ocur = XML_ELEMENT_CONTENT_ONCE; in xmlParseElementChildrenContentDecl()
6046 ret->ocur = XML_ELEMENT_CONTENT_MULT; in xmlParseElementChildrenContentDecl()