Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxinclude.c77 struct _xmlXIncludeCtxt { struct
78 xmlDocPtr doc; /* the source document */
79 int incNr; /* number of includes */
80 int incMax; /* size of includes tab */
81 xmlXIncludeRefPtr *incTab; /* array of included references */
83 int txtNr; /* number of unparsed documents */
84 int txtMax; /* size of unparsed documents tab */
85 xmlXIncludeTxt *txtTab; /* array of unparsed documents */
87 int urlNr; /* number of documents stacked */
88 int urlMax; /* size of document stack */
[all …]