Lines Matching refs:c2
730 content = content->c2;
773 content = content->c2;
1044 if (cur->c2 != NULL) {
1046 cur = cur->c2;
1056 prev->c2 = tmp;
1075 cur = cur->c2;
1111 next = cur->c2;
1183 if ((content->c2->type == XML_ELEMENT_CONTENT_OR) ||
1184 ((content->c2->type == XML_ELEMENT_CONTENT_SEQ) &&
1185 (content->c2->ocur != XML_ELEMENT_CONTENT_ONCE)))
1186 xmlDumpElementContent(buf, content->c2, 1);
1188 xmlDumpElementContent(buf, content->c2, 0);
1197 if ((content->c2->type == XML_ELEMENT_CONTENT_SEQ) ||
1198 ((content->c2->type == XML_ELEMENT_CONTENT_OR) &&
1199 (content->c2->ocur != XML_ELEMENT_CONTENT_ONCE)))
1200 xmlDumpElementContent(buf, content->c2, 1);
1202 xmlDumpElementContent(buf, content->c2, 0);
1296 if (((content->c2->type == XML_ELEMENT_CONTENT_OR) ||
1297 (content->c2->ocur != XML_ELEMENT_CONTENT_ONCE)) &&
1298 (content->c2->type != XML_ELEMENT_CONTENT_ELEMENT))
1299 xmlSnprintfElementContent(buf, size, content->c2, 1);
1301 xmlSnprintfElementContent(buf, size, content->c2, 0);
1316 if (((content->c2->type == XML_ELEMENT_CONTENT_SEQ) ||
1317 (content->c2->ocur != XML_ELEMENT_CONTENT_ONCE)) &&
1318 (content->c2->type != XML_ELEMENT_CONTENT_ELEMENT))
1319 xmlSnprintfElementContent(buf, size, content->c2, 1);
1321 xmlSnprintfElementContent(buf, size, content->c2, 0);
4304 next = cur->c2;
4337 next = next->c2;
4340 cur = cur->c2;
4953 CONT = CONT->c2;
4965 CONT = CONT->c2;
4974 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
4990 CONT = CONT->c2;
5002 CONT = CONT->c2;
5142 CONT = CONT->parent->c2;
5656 cont = cont->c2;
5680 cont = cont->c2;
6136 cont = cont->c2;
6159 cont = cont->c2;
6943 xmlValidGetPotentialChildren(ctree->c2, names, len, max);
6947 xmlValidGetPotentialChildren(ctree->c2, names, len, max);