Searched refs:xmlParserInput (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DDOCBparser.h37 typedef xmlParserInput docbParserInput;
H A DHTMLparser.h32 typedef xmlParserInput htmlParserInput;
H A Dtree.h34 typedef struct _xmlParserInput xmlParserInput; typedef in typeref:struct:_xmlParserInput
35 typedef xmlParserInput *xmlParserInputPtr;
/external/libxml2/include/libxml/
H A DDOCBparser.h37 typedef xmlParserInput docbParserInput;
H A DHTMLparser.h32 typedef xmlParserInput htmlParserInput;
H A Dtree.h34 typedef struct _xmlParserInput xmlParserInput; typedef in typeref:struct:_xmlParserInput
35 typedef xmlParserInput *xmlParserInputPtr;
/external/chromium_org/third_party/libxml/src/
H A DparserInternals.c247 "xmlParserInput: base mismatch problem\n");
251 "xmlParserInput: cur < base problem\n");
255 "xmlParserInput: cur > base + use problem\n");
1383 input = (xmlParserInputPtr) xmlMalloc(sizeof(xmlParserInput));
1388 memset(input, 0, sizeof(xmlParserInput));
/external/libxml2/
H A DparserInternals.c247 "xmlParserInput: base mismatch problem\n");
251 "xmlParserInput: cur < base problem\n");
255 "xmlParserInput: cur > base + use problem\n");
1383 input = (xmlParserInputPtr) xmlMalloc(sizeof(xmlParserInput));
1388 memset(input, 0, sizeof(xmlParserInput));

Completed in 173 milliseconds