Searched refs:xmlErrMemory (Results 1 - 8 of 8) 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.c102 * xmlErrMemory:
109 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) function
1344 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n");
1481 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n");
1578 xmlErrMemory(NULL, "cannot initialize parser context\n");
1586 xmlErrMemory(NULL, "cannot initialize parser context\n");
1601 xmlErrMemory(NULL, "cannot initialize parser context\n");
1630 xmlErrMemory(NULL, "cannot initialize parser context\n");
1648 xmlErrMemory(NULL, "cannot initialize parser context\n");
1669 xmlErrMemory(NUL
[all...]
H A Dparser.c1072 xmlErrMemory(ctxt, NULL);
1168 xmlErrMemory(ctxt, NULL);
1289 xmlErrMemory(ctxt, NULL);
1322 xmlErrMemory(ctxt, NULL);
1601 xmlErrMemory(ctxt, NULL);
1611 xmlErrMemory(ctxt, NULL);
1681 xmlErrMemory(ctxt, NULL);
1706 xmlErrMemory(ctxt, NULL);
1763 xmlErrMemory(ctxt, NULL);
1852 xmlErrMemory(ctx
[all...]
H A Dlibxml2.syms1586 xmlErrMemory;
H A DSAX2.c1859 xmlErrMemory(ctxt, "xmlSAX2Characters");
2022 xmlErrMemory(ctxt, "xmlSAX2AttributeNs");
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
H A Dtestapi.c201 We manually define xmlErrMemory because it's normal declaration
204 void xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra);
16068 xmlErrMemory(ctxt, (const char *)extra);
16074 printf("Leak of %d blocks found in xmlErrMemory",
[all...]
/external/libxml2/include/libxml/
H A DparserInternals.h637 xmlErrMemory (xmlParserCtxtPtr ctxt,

Completed in 240 milliseconds