Lines Matching refs:c2
728 content = content->c2;
771 content = content->c2;
1042 if (cur->c2 != NULL) {
1044 cur = cur->c2;
1054 prev->c2 = tmp;
1073 cur = cur->c2;
1109 next = cur->c2;
1181 if ((content->c2->type == XML_ELEMENT_CONTENT_OR) ||
1182 ((content->c2->type == XML_ELEMENT_CONTENT_SEQ) &&
1183 (content->c2->ocur != XML_ELEMENT_CONTENT_ONCE)))
1184 xmlDumpElementContent(buf, content->c2, 1);
1186 xmlDumpElementContent(buf, content->c2, 0);
1195 if ((content->c2->type == XML_ELEMENT_CONTENT_SEQ) ||
1196 ((content->c2->type == XML_ELEMENT_CONTENT_OR) &&
1197 (content->c2->ocur != XML_ELEMENT_CONTENT_ONCE)))
1198 xmlDumpElementContent(buf, content->c2, 1);
1200 xmlDumpElementContent(buf, content->c2, 0);
1294 if (((content->c2->type == XML_ELEMENT_CONTENT_OR) ||
1295 (content->c2->ocur != XML_ELEMENT_CONTENT_ONCE)) &&
1296 (content->c2->type != XML_ELEMENT_CONTENT_ELEMENT))
1297 xmlSnprintfElementContent(buf, size, content->c2, 1);
1299 xmlSnprintfElementContent(buf, size, content->c2, 0);
1314 if (((content->c2->type == XML_ELEMENT_CONTENT_SEQ) ||
1315 (content->c2->ocur != XML_ELEMENT_CONTENT_ONCE)) &&
1316 (content->c2->type != XML_ELEMENT_CONTENT_ELEMENT))
1317 xmlSnprintfElementContent(buf, size, content->c2, 1);
1319 xmlSnprintfElementContent(buf, size, content->c2, 0);
4254 next = cur->c2;
4287 next = next->c2;
4290 cur = cur->c2;
4903 CONT = CONT->c2;
4915 CONT = CONT->c2;
4924 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
4940 CONT = CONT->c2;
4952 CONT = CONT->c2;
5092 CONT = CONT->parent->c2;
5606 cont = cont->c2;
5630 cont = cont->c2;
6086 cont = cont->c2;
6109 cont = cont->c2;
6900 xmlValidGetPotentialChildren(ctree->c2, names, len, max);
6904 xmlValidGetPotentialChildren(ctree->c2, names, len, max);