Searched defs:_xmlParserInput (Results 1 – 2 of 2) sorted by relevance
58 struct _xmlParserInput { struct60 xmlParserInputBufferPtr buf; /* UTF-8 encoded buffer */62 const char *filename; /* The file analyzed, if any */63 const char *directory; /* the directory/base of the file */64 const xmlChar *base; /* Base of the array to parse */65 const xmlChar *cur; /* Current char being parsed */66 const xmlChar *end; /* end of the array to parse */67 int length; /* length if known */68 int line; /* Current line */69 int col; /* Current column */[all …]
68 struct _xmlParserInput { struct70 xmlParserInputBufferPtr buf;72 const char *filename;74 const char *directory XML_DEPRECATED_MEMBER;76 const xmlChar *base XML_DEPRECATED_MEMBER;78 const xmlChar *cur XML_DEPRECATED_MEMBER;80 const xmlChar *end XML_DEPRECATED_MEMBER;82 int length XML_DEPRECATED_MEMBER;84 int line XML_DEPRECATED_MEMBER;86 int col XML_DEPRECATED_MEMBER;[all …]