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

/external/libxml2/
H A DparserInternals.c102 * xmlErrMemory:
109 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) function
1353 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n");
1492 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n");
1589 xmlErrMemory(NULL, "cannot initialize parser context\n");
1597 xmlErrMemory(NULL, "cannot initialize parser context\n");
1612 xmlErrMemory(NULL, "cannot initialize parser context\n");
1641 xmlErrMemory(NULL, "cannot initialize parser context\n");
1659 xmlErrMemory(NULL, "cannot initialize parser context\n");
1680 xmlErrMemory(NUL
[all...]
H A Delfgcchack.h3239 #undef xmlErrMemory macro
3240 extern __typeof (xmlErrMemory) xmlErrMemory __attribute((alias("xmlErrMemory__internal_alias")));
3242 #ifndef xmlErrMemory
3243 extern __typeof (xmlErrMemory) xmlErrMemory__internal_alias __attribute((visibility("hidden")));
3244 #define xmlErrMemory xmlErrMemory__internal_alias macro

Completed in 84 milliseconds