Home | History | Annotate | Download | only in libxml2

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
4045 xmlSchemaTreeItemPtr item;
4046 xmlSchemaTreeItemPtr *items = (xmlSchemaTreeItemPtr *) list->items;
4302 xmlSchemaTreeItemPtr term;
6981 particle->children = (xmlSchemaTreeItemPtr) wild;
8592 particle->children = (xmlSchemaTreeItemPtr) refer;
8838 particle->children = (xmlSchemaTreeItemPtr) decl;
9360 static xmlSchemaTreeItemPtr
9415 item->children = (xmlSchemaTreeItemPtr)
9442 return ((xmlSchemaTreeItemPtr) item);
11225 static xmlSchemaTreeItemPtr
11262 particle->children = (xmlSchemaTreeItemPtr) item;
11345 item->children = (xmlSchemaTreeItemPtr) part;
11347 last->next = (xmlSchemaTreeItemPtr) part;
11360 xmlSchemaTreeItemPtr part = NULL, last = NULL;
11369 part = (xmlSchemaTreeItemPtr)
11441 part = (xmlSchemaTreeItemPtr)
11475 return ((xmlSchemaTreeItemPtr) particle);
11477 return ((xmlSchemaTreeItemPtr) item);
12861 xmlSchemaTreeItemPtr sub;
12994 xmlSchemaTreeItemPtr sub;
18359 ( ((xmlSchemaTreeItemPtr) particle->children)->children == NULL))) {
18382 particle->children = (xmlSchemaTreeItemPtr)
18495 xmlSchemaTreeItemPtr effectiveContent =
18496 (xmlSchemaTreeItemPtr) type->subtypes;
18507 particle->children = (xmlSchemaTreeItemPtr)
18520 (xmlSchemaTreeItemPtr) xmlSchemaAddParticle(pctxt,
18555 (xmlSchemaTreeItemPtr) baseType->subtypes;
18898 static xmlSchemaTreeItemPtr
18900 xmlSchemaTreeItemPtr particle)
18902 xmlSchemaTreeItemPtr circ = NULL;
18903 xmlSchemaTreeItemPtr term;
18967 xmlSchemaTreeItemPtr circ;
19964 xmlSchemaTreeItemPtr sub;
20099 particle->children = (xmlSchemaTreeItemPtr) refItem;
20105 particle->children = (xmlSchemaTreeItemPtr) refItem;
20839 xmlSchemaTreeItemPtr item, *items;
20879 items = (xmlSchemaTreeItemPtr *) con->pending->items;
21206 items = (xmlSchemaTreeItemPtr *) con->pending->items;