Searched refs:xmlErrMemory (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/ |
D | xmlstring.c | 47 xmlErrMemory(NULL, NULL); in xmlStrndup() 92 xmlErrMemory(NULL, NULL); in xmlCharStrndup() 467 xmlErrMemory(NULL, NULL); in xmlStrncat() 507 xmlErrMemory(NULL, NULL); in xmlStrncatNew() 1032 xmlErrMemory(NULL, NULL); in xmlEscapeFormatString()
|
D | parserInternals.c | 113 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) in xmlErrMemory() function 1367 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n"); in xmlNewInputStream() 1506 xmlErrMemory(ctxt, "couldn't allocate a new input stream\n"); in xmlNewStringInputStream() 1603 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1611 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1626 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1655 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1673 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1694 xmlErrMemory(NULL, "cannot initialize parser context\n"); in xmlInitParserCtxt() 1866 xmlErrMemory(NULL, "cannot allocate parser context\n"); in xmlNewParserCtxt() [all …]
|
D | parser.c | 1124 xmlErrMemory(ctxt, NULL); in xmlDetectSAX2() 1225 xmlErrMemory(ctxt, NULL); in xmlAttrNormalizeSpace2() 1346 xmlErrMemory(ctxt, NULL); in xmlAddDefAttrs() 1379 xmlErrMemory(ctxt, NULL); in xmlAddSpecialAttr() 1658 xmlErrMemory(ctxt, NULL); in nsPush() 1668 xmlErrMemory(ctxt, NULL); in nsPush() 1738 xmlErrMemory(ctxt, NULL); in xmlCtxtGrowAttrs() 1763 xmlErrMemory(ctxt, NULL); in inputPush() 1820 xmlErrMemory(ctxt, NULL); in nodePush() 1919 xmlErrMemory(ctxt, NULL); in nameNsPush() [all …]
|
D | libxml2.syms | 1586 xmlErrMemory;
|
D | SAX2.c | 1842 xmlErrMemory(ctxt, "xmlSAX2Characters"); in xmlSAX2TextNode() 2005 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); 16170 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
|