Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dparser.h54 struct _xmlParserInput { struct
56 xmlParserInputBufferPtr buf; /* UTF-8 encoded buffer */
58 const char *filename; /* The file analyzed, if any */
59 const char *directory; /* the directory/base of the file */
60 const xmlChar *base; /* Base of the array to parse */
61 const xmlChar *cur; /* Current char being parsed */
62 const xmlChar *end; /* end of the array to parse */
63 int length; /* length if known */
64 int line; /* Current line */
65 int col; /* Current column */
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dparser.in.h83 struct _xmlParserInput { struct
85 xmlParserInputBufferPtr buf; /* UTF-8 encoded buffer */
87 const char *filename; /* The file analyzed, if any */
88 const char *directory; /* the directory/base of the file */
89 const xmlChar *base; /* Base of the array to parse */
90 const xmlChar *cur; /* Current char being parsed */
91 const xmlChar *end; /* end of the array to parse */
92 int length; /* length if known */
93 int line; /* Current line */
94 int col; /* Current column */
[all …]