Lines Matching defs: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;
6949 particle->children = (xmlSchemaTreeItemPtr) wild;
8560 particle->children = (xmlSchemaTreeItemPtr) refer;
8806 particle->children = (xmlSchemaTreeItemPtr) decl;
9328 static xmlSchemaTreeItemPtr
9383 item->children = (xmlSchemaTreeItemPtr)
9410 return ((xmlSchemaTreeItemPtr) item);
11180 static xmlSchemaTreeItemPtr
11217 particle->children = (xmlSchemaTreeItemPtr) item;
11300 item->children = (xmlSchemaTreeItemPtr) part;
11302 last->next = (xmlSchemaTreeItemPtr) part;
11315 xmlSchemaTreeItemPtr part = NULL, last = NULL;
11324 part = (xmlSchemaTreeItemPtr)
11396 part = (xmlSchemaTreeItemPtr)
11430 return ((xmlSchemaTreeItemPtr) particle);
11432 return ((xmlSchemaTreeItemPtr) item);
12792 xmlSchemaTreeItemPtr sub;
12903 xmlSchemaTreeItemPtr sub;
18244 ( ((xmlSchemaTreeItemPtr) particle->children)->children == NULL))) {
18267 particle->children = (xmlSchemaTreeItemPtr)
18380 xmlSchemaTreeItemPtr effectiveContent =
18381 (xmlSchemaTreeItemPtr) type->subtypes;
18392 particle->children = (xmlSchemaTreeItemPtr)
18405 (xmlSchemaTreeItemPtr) xmlSchemaAddParticle(pctxt,
18440 (xmlSchemaTreeItemPtr) baseType->subtypes;
18783 static xmlSchemaTreeItemPtr
18785 xmlSchemaTreeItemPtr particle)
18787 xmlSchemaTreeItemPtr circ = NULL;
18788 xmlSchemaTreeItemPtr term;
18852 xmlSchemaTreeItemPtr circ;
19849 xmlSchemaTreeItemPtr sub;
19984 particle->children = (xmlSchemaTreeItemPtr) refItem;
19990 particle->children = (xmlSchemaTreeItemPtr) refItem;
20724 xmlSchemaTreeItemPtr item, *items;
20764 items = (xmlSchemaTreeItemPtr *) con->pending->items;
21091 items = (xmlSchemaTreeItemPtr *) con->pending->items;