Home
last modified time | relevance | path

Searched refs:XML_ERROR_NO_MEMORY (Results 1 – 3 of 3) sorted by relevance

/external/expat/lib/
Dxmlparse.c1546 errorCode = XML_ERROR_NO_MEMORY; in XML_Parse()
1627 errorCode = XML_ERROR_NO_MEMORY; in XML_Parse()
1672 errorCode = XML_ERROR_NO_MEMORY; in XML_ParseBuffer()
1717 errorCode = XML_ERROR_NO_MEMORY; in XML_GetBuffer()
1733 errorCode = XML_ERROR_NO_MEMORY; in XML_GetBuffer()
1766 errorCode = XML_ERROR_NO_MEMORY; in XML_GetBuffer()
1771 errorCode = XML_ERROR_NO_MEMORY; in XML_GetBuffer()
2155 return XML_ERROR_NO_MEMORY; in contentProcessor()
2271 return XML_ERROR_NO_MEMORY; in externalEntityContentProcessor()
2371 return XML_ERROR_NO_MEMORY; in doContent()
[all …]
Dexpat.h56 XML_ERROR_NO_MEMORY, enumerator
/external/dbus/bus/
Dconfig-loader-expat.c253 if (e == XML_ERROR_NO_MEMORY) in bus_config_load()