Searched refs:xmlSAXParseMemory (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dparser.h881 xmlSAXParseMemory (xmlSAXHandlerPtr sax,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h9014 #undef xmlSAXParseMemory macro
9015 extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory __attribute((alias("xmlSAXParseMemory__internal_alias")));
9017 #ifndef xmlSAXParseMemory
9018 extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory__internal_alias __attribute((visibility("hidden")));
9019 #define xmlSAXParseMemory xmlSAXParseMemory__internal_alias macro
H A Dparser.c12494 * xmlSAXParseMemory:
12508 xmlSAXParseMemory(xmlSAXHandlerPtr sax, const char *buffer, function
12524 return(xmlSAXParseMemory(NULL, buffer, size, 0));
12539 return(xmlSAXParseMemory(NULL, buffer, size, 1));

Completed in 88 milliseconds