Lines Matching refs:xmlSchemaTreeItemPtr
136 #define WXS_TREE_CAST (xmlSchemaTreeItemPtr)
498 typedef xmlSchemaTreeItem *xmlSchemaTreeItemPtr;
502 xmlSchemaTreeItemPtr next;
503 xmlSchemaTreeItemPtr children;
664 xmlSchemaTreeItemPtr next; /* next particle */
665 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group,
684 xmlSchemaTreeItemPtr next; /* not used */
685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
702 xmlSchemaTreeItemPtr next; /* not used */
703 xmlSchemaTreeItemPtr children; /* the "model group" */
1077 static xmlSchemaTreeItemPtr
4032 xmlSchemaTreeItemPtr item;
4033 xmlSchemaTreeItemPtr *items = (xmlSchemaTreeItemPtr *) list->items;
4289 xmlSchemaTreeItemPtr term;
6968 xmlSchemaTreeItemPtr) wild;
8579 particle->children = (xmlSchemaTreeItemPtr) refer;
8825 particle->children = (xmlSchemaTreeItemPtr) decl;
9347 static xmlSchemaTreeItemPtr
9402 item->children = (xmlSchemaTreeItemPtr)
9429 return ((xmlSchemaTreeItemPtr) item);
11212 static xmlSchemaTreeItemPtr
11249 particle->children = (xmlSchemaTreeItemPtr) item;
11332 item->children = (xmlSchemaTreeItemPtr) part;
11334 last->next = (xmlSchemaTreeItemPtr) part;
11347 xmlSchemaTreeItemPtr part = NULL, last = NULL;
11356 part = (xmlSchemaTreeItemPtr)
11428 part = (xmlSchemaTreeItemPtr)
11462 return ((xmlSchemaTreeItemPtr) particle);
11464 return ((xmlSchemaTreeItemPtr) item);
12848 xmlSchemaTreeItemPtr sub;
12981 xmlSchemaTreeItemPtr sub;
18346 ( ((xmlSchemaTreeItemPtr) particle->children)->children == NULL))) {
18369 particle->children = (xmlSchemaTreeItemPtr)
18482 xmlSchemaTreeItemPtr effectiveContent =
18483 (xmlSchemaTreeItemPtr) type->subtypes;
18494 particle->children = (xmlSchemaTreeItemPtr)
18507 (xmlSchemaTreeItemPtr) xmlSchemaAddParticle(pctxt,
18542 (xmlSchemaTreeItemPtr) baseType->subtypes;
18885 static xmlSchemaTreeItemPtr
18887 xmlSchemaTreeItemPtr particle)
18889 xmlSchemaTreeItemPtr circ = NULL;
18890 xmlSchemaTreeItemPtr term;
18954 xmlSchemaTreeItemPtr circ;
19951 xmlSchemaTreeItemPtr sub;
20086 particle->children = (xmlSchemaTreeItemPtr) refItem;
20092 particle->children = (xmlSchemaTreeItemPtr) refItem;
20826 xmlSchemaTreeItemPtr item, *items;
20866 items = (xmlSchemaTreeItemPtr *) con->pending->items;
21193 items = (xmlSchemaTreeItemPtr *) con->pending->items;