• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

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);
11170 static xmlSchemaTreeItemPtr
11207 particle->children = (xmlSchemaTreeItemPtr) item;
11290 item->children = (xmlSchemaTreeItemPtr) part;
11292 last->next = (xmlSchemaTreeItemPtr) part;
11305 xmlSchemaTreeItemPtr part = NULL, last = NULL;
11314 part = (xmlSchemaTreeItemPtr)
11386 part = (xmlSchemaTreeItemPtr)
11420 return ((xmlSchemaTreeItemPtr) particle);
11422 return ((xmlSchemaTreeItemPtr) item);
12782 xmlSchemaTreeItemPtr sub;
12893 xmlSchemaTreeItemPtr sub;
18234 ( ((xmlSchemaTreeItemPtr) particle->children)->children == NULL))) {
18257 particle->children = (xmlSchemaTreeItemPtr)
18370 xmlSchemaTreeItemPtr effectiveContent =
18371 (xmlSchemaTreeItemPtr) type->subtypes;
18382 particle->children = (xmlSchemaTreeItemPtr)
18395 (xmlSchemaTreeItemPtr) xmlSchemaAddParticle(pctxt,
18430 (xmlSchemaTreeItemPtr) baseType->subtypes;
18773 static xmlSchemaTreeItemPtr
18775 xmlSchemaTreeItemPtr particle)
18777 xmlSchemaTreeItemPtr circ = NULL;
18778 xmlSchemaTreeItemPtr term;
18842 xmlSchemaTreeItemPtr circ;
19841 xmlSchemaTreeItemPtr sub;
19976 particle->children = (xmlSchemaTreeItemPtr) refItem;
19982 particle->children = (xmlSchemaTreeItemPtr) refItem;
20716 xmlSchemaTreeItemPtr item, *items;
20756 items = (xmlSchemaTreeItemPtr *) con->pending->items;
21083 items = (xmlSchemaTreeItemPtr *) con->pending->items;