Home
last modified time | relevance | path

Searched refs:xmlShell (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DdebugXML.h205 xmlShell (xmlDocPtr doc,
/external/libxml2/
Delfgcchack.h10408 #undef xmlShell
10409 extern __typeof (xmlShell) xmlShell __attribute((alias("xmlShell__internal_alias")));
10411 #ifndef xmlShell
10412 extern __typeof (xmlShell) xmlShell__internal_alias __attribute((visibility("hidden")));
10413 #define xmlShell xmlShell__internal_alias macro
DdebugXML.c2801 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, in xmlShell() function
Dxmllint.c2436 xmlShell(doc, filename, xmlShellReadline, stdout); in parseAndPrintFile()