Searched refs:xmlErrMemory (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/ |
D | parserInternals.c | 109 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) in xmlErrMemory() function 1344 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n"); in xmlNewInputStream() 1481 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n"); in xmlNewStringInputStream() 1578 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1586 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1601 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1630 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1648 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1669 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1842 xmlErrMemory(NULL, "cannot allocate parser context\n"); in xmlNewParserCtxt() [all …]
|
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 | parser.c | 1072 xmlErrMemory(ctxt, NULL); in xmlDetectSAX2() 1168 xmlErrMemory(ctxt, NULL); in xmlAttrNormalizeSpace2() 1289 xmlErrMemory(ctxt, NULL); in xmlAddDefAttrs() 1322 xmlErrMemory(ctxt, NULL); in xmlAddSpecialAttr() 1601 xmlErrMemory(ctxt, NULL); in nsPush() 1611 xmlErrMemory(ctxt, NULL); in nsPush() 1681 xmlErrMemory(ctxt, NULL); in xmlCtxtGrowAttrs() 1706 xmlErrMemory(ctxt, NULL); in inputPush() 1763 xmlErrMemory(ctxt, NULL); in nodePush() 1852 xmlErrMemory(ctxt, NULL); in nameNsPush() [all …]
|
D | libxml2.syms | 1586 xmlErrMemory;
|
D | SAX2.c | 1859 xmlErrMemory(ctxt, "xmlSAX2Characters"); in xmlSAX2TextNode() 2022 xmlErrMemory(ctxt, "xmlSAX2AttributeNs"); in xmlSAX2AttributeNs()
|
D | elfgcchack.h | 3239 #undef xmlErrMemory 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
|
D | testapi.c | 204 void xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra); 16068 xmlErrMemory(ctxt, (const char *)extra); in test_xmlErrMemory()
|
/external/libxml2/include/libxml/ |
D | parserInternals.h | 637 xmlErrMemory (xmlParserCtxtPtr ctxt,
|
/external/libxml2/win32/ |
D | libxml2.def.src | 805 xmlErrMemory
|