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

/vbox/src/libs/libxml2-2.6.31/
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
1299 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n");
1433 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n");
1532 xmlErrMemory(NULL, "cannot initialize parser context\n");
1538 xmlErrMemory(NULL, "cannot initialize parser context\n");
1553 xmlErrMemory(NULL, "cannot initialize parser context\n");
1582 xmlErrMemory(NULL, "cannot initialize parser context\n");
1600 xmlErrMemory(NULL, "cannot initialize parser context\n");
1621 xmlErrMemory(NUL
[all...]
H A Dparser.c956 xmlErrMemory(ctxt, NULL);
1055 xmlErrMemory(ctxt, NULL);
1088 xmlErrMemory(ctxt, NULL);
1245 xmlErrMemory(ctxt, NULL);
1255 xmlErrMemory(ctxt, NULL);
1324 xmlErrMemory(ctxt, NULL);
1349 xmlErrMemory(ctxt, NULL);
1403 xmlErrMemory(ctxt, NULL);
1490 xmlErrMemory(ctxt, NULL);
1549 xmlErrMemory(ctx
[all...]
H A DSAX2.c1796 xmlErrMemory(ctxt, "xmlSAX2Characters");
1947 xmlErrMemory(ctxt, "xmlSAX2AttributeNs");
H A Delfgcchack.h3135 #undef xmlErrMemory macro
3136 extern __typeof (xmlErrMemory) xmlErrMemory __attribute((alias("xmlErrMemory__internal_alias")));
3138 #ifndef xmlErrMemory
3139 extern __typeof (xmlErrMemory) xmlErrMemory__internal_alias __attribute((visibility("hidden")));
3140 #define xmlErrMemory xmlErrMemory__internal_alias macro
H A Dtestapi.c205 We manually define xmlErrMemory because it's normal declaration
208 void xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra);
15998 xmlErrMemory(ctxt, (const char *)extra);
16004 printf("Leak of %d blocks found in xmlErrMemory",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DparserInternals.h604 xmlErrMemory (xmlParserCtxtPtr ctxt,

Completed in 241 milliseconds