Home
last modified time | relevance | path

Searched refs:__xmlSimpleError (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/
Dbuf.c94 __xmlSimpleError(XML_FROM_BUFFER, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlBufMemoryError()
109 __xmlSimpleError(XML_FROM_BUFFER, XML_BUF_OVERFLOW, NULL, NULL, extra); in xmlBufOverflowError()
Dentities.c76 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlEntitiesErrMemory()
89 __xmlSimpleError(XML_FROM_TREE, code, NULL, msg, NULL); in xmlEntitiesErr()
Dschematron.c233 __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, node, NULL, in xmlSchematronPErrMemory()
283 __xmlSimpleError(XML_FROM_SCHEMASV, XML_ERR_NO_MEMORY, node, NULL, in xmlSchematronVErrMemory()
Derror.c651 __xmlSimpleError(int domain, int code, xmlNodePtr node, in __xmlSimpleError() function
Dxmlsave.c111 __xmlSimpleError(XML_FROM_OUTPUT, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlSaveErrMemory()
143 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra); in xmlSaveErr()
DxmlIO.c256 __xmlSimpleError(XML_FROM_IO, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlIOErrMemory()
435 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra); in __xmlIOErr()
Dnanohttp.c177 __xmlSimpleError(XML_FROM_HTTP, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlHTTPErrMemory()
Dnanoftp.c176 __xmlSimpleError(XML_FROM_FTP, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlFTPErrMemory()
Dencoding.c86 __xmlSimpleError(XML_FROM_I18N, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlEncodingErrMemory()
Dtree.c74 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlTreeErrMemory()
105 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra); in xmlTreeErr()
Dxmlschemas.c1852 __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, NULL, NULL,
1860 __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, NULL, NULL, in xmlSchemaPSimpleErr()
1877 __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, node, NULL, in xmlSchemaPErrMemory()
2001 __xmlSimpleError(XML_FROM_SCHEMASV, XML_ERR_NO_MEMORY, node, NULL, in xmlSchemaVErrMemory()
2009 __xmlSimpleError(XML_FROM_SCHEMASP, XML_SCHEMAP_INTERNAL, node, in xmlSchemaPSimpleInternalErr()
Dxmlschemastypes.c204 __xmlSimpleError(XML_FROM_DATATYPE, XML_ERR_NO_MEMORY, node, NULL, extra); in xmlSchemaTypeErrMemory()
/external/libxml2/include/libxml/
Dxmlerror.h936 __xmlSimpleError (int domain,