Searched defs:xmlShellCat (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A DdebugXML.c2395 * xmlShellCat:
2407 xmlShellCat(xmlShellCtxtPtr ctxt, char *arg ATTRIBUTE_UNUSED, function
3164 xmlShellCat(ctxt, NULL, ctxt->node, NULL);
3190 xmlShellCat(ctxt, NULL,
H A Delfgcchack.h10432 #undef xmlShellCat macro
10433 extern __typeof (xmlShellCat) xmlShellCat __attribute((alias("xmlShellCat__internal_alias")));
10435 #ifndef xmlShellCat
10436 extern __typeof (xmlShellCat) xmlShellCat__internal_alias __attribute((visibility("hidden")));
10437 #define xmlShellCat xmlShellCat__internal_alias macro

Completed in 79 milliseconds