• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/libxml2-26/libxml2/

Lines Matching refs:c1

727 		xmlValidBuildAContentModel(content->c1, ctxt, name);
769 xmlValidBuildAContentModel(content->c1, ctxt, name);
1038 if (cur->c1 != NULL)
1039 ret->c1 = xmlCopyDocElementContent(doc, cur->c1);
1040 if (ret->c1 != NULL)
1041 ret->c1->parent = ret;
1068 if (cur->c1 != NULL)
1069 tmp->c1 = xmlCopyDocElementContent(doc,cur->c1);
1070 if (tmp->c1 != NULL)
1071 tmp->c1->parent = ret;
1122 if (cur->c1 != NULL) xmlFreeDocElementContent(doc, cur->c1);
1175 if ((content->c1->type == XML_ELEMENT_CONTENT_OR) ||
1176 (content->c1->type == XML_ELEMENT_CONTENT_SEQ))
1177 xmlDumpElementContent(buf, content->c1, 1);
1179 xmlDumpElementContent(buf, content->c1, 0);
1189 if ((content->c1->type == XML_ELEMENT_CONTENT_OR) ||
1190 (content->c1->type == XML_ELEMENT_CONTENT_SEQ))
1191 xmlDumpElementContent(buf, content->c1, 1);
1193 xmlDumpElementContent(buf, content->c1, 0);
1282 if ((content->c1->type == XML_ELEMENT_CONTENT_OR) ||
1283 (content->c1->type == XML_ELEMENT_CONTENT_SEQ))
1284 xmlSnprintfElementContent(buf, size, content->c1, 1);
1286 xmlSnprintfElementContent(buf, size, content->c1, 0);
1302 if ((content->c1->type == XML_ELEMENT_CONTENT_OR) ||
1303 (content->c1->type == XML_ELEMENT_CONTENT_SEQ))
1304 xmlSnprintfElementContent(buf, size, content->c1, 1);
1306 xmlSnprintfElementContent(buf, size, content->c1, 0);
4251 if (cur->c1 == NULL) break;
4252 if (cur->c1->type == XML_ELEMENT_CONTENT_ELEMENT) {
4253 name = cur->c1->name;
4258 (xmlStrEqual(next->prefix, cur->c1->prefix))) {
4259 if (cur->c1->prefix == NULL) {
4266 elem->name, cur->c1->prefix, name);
4272 if (next->c1 == NULL) break;
4273 if (next->c1->type != XML_ELEMENT_CONTENT_ELEMENT) break;
4274 if ((xmlStrEqual(next->c1->name, name)) &&
4275 (xmlStrEqual(next->c1->prefix, cur->c1->prefix))) {
4276 if (cur->c1->prefix == NULL) {
4283 elem->name, cur->c1->prefix, name);
4899 if (CONT->c1->type == XML_ELEMENT_CONTENT_ELEMENT) {
4901 (!xmlStrEqual(NODE->name, CONT->c1->name))) {
4907 ret = (CONT->c1->prefix == NULL);
4908 } else if (CONT->c1->prefix == NULL) {
4911 ret = xmlStrEqual(NODE->ns->prefix, CONT->c1->prefix);
4928 CONT = CONT->c1;
4934 if ((CONT->c1->type == XML_ELEMENT_CONTENT_ELEMENT) &&
4935 ((CONT->c1->ocur == XML_ELEMENT_CONTENT_OPT) ||
4936 (CONT->c1->ocur == XML_ELEMENT_CONTENT_MULT))) {
4938 (!xmlStrEqual(NODE->name, CONT->c1->name))) {
4944 ret = (CONT->c1->prefix == NULL);
4945 } else if (CONT->c1->prefix == NULL) {
4948 ret = xmlStrEqual(NODE->ns->prefix, CONT->c1->prefix);
4957 CONT = CONT->c1;
5090 } else if (CONT == CONT->parent->c1) {
5594 (cont->c1 != NULL) &&
5595 (cont->c1->type == XML_ELEMENT_CONTENT_ELEMENT)){
5596 if ((cont->c1->prefix == NULL) &&
5597 (xmlStrEqual(cont->c1->name, qname)))
5600 (cont->c1 == NULL) ||
5601 (cont->c1->type != XML_ELEMENT_CONTENT_PCDATA)){
5617 (cont->c1 != NULL) &&
5618 (cont->c1->type == XML_ELEMENT_CONTENT_ELEMENT)){
5619 if ((cont->c1->prefix != NULL) &&
5620 (xmlStrncmp(cont->c1->prefix, qname, plen) == 0) &&
5621 (xmlStrEqual(cont->c1->name, name)))
5624 (cont->c1 == NULL) ||
5625 (cont->c1->type != XML_ELEMENT_CONTENT_PCDATA)){
6075 (cont->c1 != NULL) &&
6076 (cont->c1->type == XML_ELEMENT_CONTENT_ELEMENT)){
6077 if (xmlStrEqual(cont->c1->name, fullname))
6080 (cont->c1 == NULL) ||
6081 (cont->c1->type != XML_ELEMENT_CONTENT_PCDATA)){
6099 (cont->c1 != NULL) &&
6100 (cont->c1->type == XML_ELEMENT_CONTENT_ELEMENT)) {
6101 if (xmlStrEqual(cont->c1->name, name)) break;
6103 (cont->c1 == NULL) ||
6104 (cont->c1->type != XML_ELEMENT_CONTENT_PCDATA)) {
6901 xmlValidGetPotentialChildren(ctree->c1, names, len, max);
6905 xmlValidGetPotentialChildren(ctree->c1, names, len, max);