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

/haiku-fatelf/src/tools/docbook/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;
/haiku-fatelf/src/tools/docbook/libxml2/
H A DparserInternals.c247 "xmlParserInput: base mismatch problem\n");
251 "xmlParserInput: cur < base problem\n");
255 "xmlParserInput: cur > base + use problem\n");
1285 input = (xmlParserInputPtr) xmlMalloc(sizeof(xmlParserInput));
1290 memset(input, 0, sizeof(xmlParserInput));

Completed in 101 milliseconds