Searched refs:xmlErrMemory (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/ |
D | xmlstring.c | 47 xmlErrMemory(NULL, NULL); in xmlStrndup() 92 xmlErrMemory(NULL, NULL); in xmlCharStrndup() 462 xmlErrMemory(NULL, NULL); in xmlStrncat() 497 xmlErrMemory(NULL, NULL); in xmlStrncatNew()
|
D | parserInternals.c | 106 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) in xmlErrMemory() function 1299 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n"); in xmlNewInputStream() 1433 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n"); in xmlNewStringInputStream() 1532 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1538 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1553 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1582 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1600 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1621 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1778 xmlErrMemory(NULL, "cannot allocate parser context\n"); in xmlNewParserCtxt() [all …]
|
D | parser.c | 980 xmlErrMemory(ctxt, NULL); in xmlDetectSAX2() 1076 xmlErrMemory(ctxt, NULL); in xmlAttrNormalizeSpace2() 1197 xmlErrMemory(ctxt, NULL); in xmlAddDefAttrs() 1230 xmlErrMemory(ctxt, NULL); in xmlAddSpecialAttr() 1387 xmlErrMemory(ctxt, NULL); in nsPush() 1397 xmlErrMemory(ctxt, NULL); in nsPush() 1467 xmlErrMemory(ctxt, NULL); in xmlCtxtGrowAttrs() 1492 xmlErrMemory(ctxt, NULL); in inputPush() 1549 xmlErrMemory(ctxt, NULL); in nodePush() 1638 xmlErrMemory(ctxt, NULL); in nameNsPush() [all …]
|
D | SAX2.c | 1808 xmlErrMemory(ctxt, "xmlSAX2Characters"); in xmlSAX2TextNode() 1962 xmlErrMemory(ctxt, "xmlSAX2AttributeNs"); in xmlSAX2AttributeNs()
|
D | elfgcchack.h | 3147 #undef xmlErrMemory 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/ |
D | parserInternals.h | 604 xmlErrMemory (xmlParserCtxtPtr ctxt,
|