Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A DdebugXML.c32 struct _xmlDebugCtxt { struct
33 FILE *output; /* the output file */
34 char shift[101]; /* used for indenting */
35 int depth; /* current depth */
36 xmlDocPtr doc; /* current document */
37 xmlNodePtr node; /* current node */
38 xmlDictPtr dict; /* the doc dictionary */
39 int check; /* do just checkings */
40 int errors; /* number of errors found */
41 int nodict; /* if the document has no dictionary */
[all …]