Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h52 struct _xmlParserInput { struct
54 xmlParserInputBufferPtr buf; /* UTF-8 encoded buffer */
56 const char *filename; /* The file analyzed, if any */
57 const char *directory; /* the directory/base of the file */
58 const xmlChar *base; /* Base of the array to parse */
59 const xmlChar *cur; /* Current char being parsed */
60 const xmlChar *end; /* end of the array to parse */
61 int length; /* length if known */
62 int line; /* Current line */
63 int col; /* Current column */
[all …]
/external/cronet/third_party/libxml/src/include/libxml/
Dparser.h52 struct _xmlParserInput { struct
54 xmlParserInputBufferPtr buf; /* UTF-8 encoded buffer */
56 const char *filename; /* The file analyzed, if any */
57 const char *directory; /* the directory/base of the file */
58 const xmlChar *base; /* Base of the array to parse */
59 const xmlChar *cur; /* Current char being parsed */
60 const xmlChar *end; /* end of the array to parse */
61 int length; /* length if known */
62 int line; /* Current line */
63 int col; /* Current column */
[all …]