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 1385 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n"); in xmlNewInputStream() 1519 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n"); in xmlNewStringInputStream() 1618 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1624 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1639 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1668 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1686 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1707 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1865 xmlErrMemory(NULL, "cannot allocate parser context\n"); in xmlNewParserCtxt() [all …]
|
D | parser.c | 1007 xmlErrMemory(ctxt, NULL); in xmlDetectSAX2() 1103 xmlErrMemory(ctxt, NULL); in xmlAttrNormalizeSpace2() 1224 xmlErrMemory(ctxt, NULL); in xmlAddDefAttrs() 1257 xmlErrMemory(ctxt, NULL); in xmlAddSpecialAttr() 1536 xmlErrMemory(ctxt, NULL); in nsPush() 1546 xmlErrMemory(ctxt, NULL); in nsPush() 1616 xmlErrMemory(ctxt, NULL); in xmlCtxtGrowAttrs() 1641 xmlErrMemory(ctxt, NULL); in inputPush() 1698 xmlErrMemory(ctxt, NULL); in nodePush() 1787 xmlErrMemory(ctxt, NULL); in nameNsPush() [all …]
|
D | SAX2.c | 1824 xmlErrMemory(ctxt, "xmlSAX2Characters"); in xmlSAX2TextNode() 1978 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,
|