Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c1511 errorCode = XML_ERROR_NO_MEMORY; in XML_Parse()
1592 errorCode = XML_ERROR_NO_MEMORY; in XML_Parse()
1637 errorCode = XML_ERROR_NO_MEMORY; in XML_ParseBuffer()
1682 errorCode = XML_ERROR_NO_MEMORY; in XML_GetBuffer()
1698 errorCode = XML_ERROR_NO_MEMORY; in XML_GetBuffer()
1731 errorCode = XML_ERROR_NO_MEMORY; in XML_GetBuffer()
1736 errorCode = XML_ERROR_NO_MEMORY; in XML_GetBuffer()
2120 return XML_ERROR_NO_MEMORY; in contentProcessor()
2236 return XML_ERROR_NO_MEMORY; in externalEntityContentProcessor()
2336 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()