Searched refs:xmlErrMemory (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/
H A Dxmlstring.c47 xmlErrMemory(NULL, NULL);
92 xmlErrMemory(NULL, NULL);
462 xmlErrMemory(NULL, NULL);
497 xmlErrMemory(NULL, NULL);
H A DparserInternals.c99 * xmlErrMemory:
106 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) function
1385 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n");
1519 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n");
1618 xmlErrMemory(NULL, "cannot initialize parser context\n");
1624 xmlErrMemory(NULL, "cannot initialize parser context\n");
1639 xmlErrMemory(NULL, "cannot initialize parser context\n");
1668 xmlErrMemory(NULL, "cannot initialize parser context\n");
1686 xmlErrMemory(NULL, "cannot initialize parser context\n");
1707 xmlErrMemory(NUL
[all...]
H A Dparser.c1007 xmlErrMemory(ctxt, NULL);
1103 xmlErrMemory(ctxt, NULL);
1224 xmlErrMemory(ctxt, NULL);
1257 xmlErrMemory(ctxt, NULL);
1536 xmlErrMemory(ctxt, NULL);
1546 xmlErrMemory(ctxt, NULL);
1616 xmlErrMemory(ctxt, NULL);
1641 xmlErrMemory(ctxt, NULL);
1698 xmlErrMemory(ctxt, NULL);
1787 xmlErrMemory(ctx
[all...]
H A DSAX2.c1824 xmlErrMemory(ctxt, "xmlSAX2Characters");
1978 xmlErrMemory(ctxt, "xmlSAX2AttributeNs");
H A Delfgcchack.h3147 #undef xmlErrMemory macro
3148 extern __typeof (xmlErrMemory) xmlErrMemory __attribute((alias("xmlErrMemory__internal_alias")));
3150 #ifndef xmlErrMemory
3151 extern __typeof (xmlErrMemory) xmlErrMemory__internal_alias __attribute((visibility("hidden")));
3152 #define xmlErrMemory xmlErrMemory__internal_alias macro
/external/libxml2/include/libxml/
H A DparserInternals.h604 xmlErrMemory (xmlParserCtxtPtr ctxt,

Completed in 292 milliseconds