Home
last modified time | relevance | path

Searched defs:_xmlXIncludeCtxt (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxinclude.c66 struct _xmlXIncludeCtxt { struct
67 xmlDocPtr doc; /* the source document */
69 int incNr; /* number of includes */
70 int incMax; /* size of includes tab */
78 xmlChar * url; /* the current URL processed */
79 int urlNr; /* number of URLs stacked */
80 int urlMax; /* size of URL stack */
81 xmlChar * *urlTab; /* URL stack */
84 int legacy; /* using XINCLUDE_OLD_NS */
86 xmlChar * base; /* the current xml:base */
[all …]