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" */
1072 static xmlSchemaTreeItemPtr
4011 xmlSchemaTreeItemPtr item;
4012 xmlSchemaTreeItemPtr *items = (xmlSchemaTreeItemPtr *) list->items;
4268 xmlSchemaTreeItemPtr term;
6947 particle->children = (xmlSchemaTreeItemPtr) wild;
8558 particle->children = (xmlSchemaTreeItemPtr) refer;
8804 particle->children = (xmlSchemaTreeItemPtr) decl;
9326 static xmlSchemaTreeItemPtr
9381 item->children = (xmlSchemaTreeItemPtr)
9408 return ((xmlSchemaTreeItemPtr) item);
11191 static xmlSchemaTreeItemPtr
11228 particle->children = (xmlSchemaTreeItemPtr) item;
11311 item->children = (xmlSchemaTreeItemPtr) part;
11313 last->next = (xmlSchemaTreeItemPtr) part;
11326 xmlSchemaTreeItemPtr part = NULL, last = NULL;
11335 part = (xmlSchemaTreeItemPtr)
11407 part = (xmlSchemaTreeItemPtr)
11441 return ((xmlSchemaTreeItemPtr) particle);
11443 return ((xmlSchemaTreeItemPtr) item);
12827 xmlSchemaTreeItemPtr sub;
12951 xmlSchemaTreeItemPtr sub;
18316 ( ((xmlSchemaTreeItemPtr) particle->children)->children == NULL))) {
18339 particle->children = (xmlSchemaTreeItemPtr)
18452 xmlSchemaTreeItemPtr effectiveContent =
18453 (xmlSchemaTreeItemPtr) type->subtypes;
18464 particle->children = (xmlSchemaTreeItemPtr)
18477 (xmlSchemaTreeItemPtr) xmlSchemaAddParticle(pctxt,
18512 (xmlSchemaTreeItemPtr) baseType->subtypes;
18855 static xmlSchemaTreeItemPtr
18857 xmlSchemaTreeItemPtr particle)
18859 xmlSchemaTreeItemPtr circ = NULL;
18860 xmlSchemaTreeItemPtr term;
18924 xmlSchemaTreeItemPtr circ;
19921 xmlSchemaTreeItemPtr sub;
20056 particle->children = (xmlSchemaTreeItemPtr) refItem;
20062 particle->children = (xmlSchemaTreeItemPtr) refItem;
20796 xmlSchemaTreeItemPtr item, *items;
20836 items = (xmlSchemaTreeItemPtr *) con->pending->items;
21163 items = (xmlSchemaTreeItemPtr *) con->pending->items;