Home
last modified time | relevance | path

Searched refs:__xmlSimpleError (Results 1 – 14 of 14) 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()
DHTMLtree.c355 __xmlSimpleError(XML_FROM_OUTPUT, XML_ERR_NO_MEMORY, NULL, NULL, extra); in htmlSaveErrMemory()
387 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra); in htmlSaveErr()
Dentities.c81 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlEntitiesErrMemory()
94 __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.c110 __xmlSimpleError(XML_FROM_OUTPUT, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlSaveErrMemory()
142 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra); in xmlSaveErr()
DxmlIO.c234 __xmlSimpleError(XML_FROM_IO, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlIOErrMemory()
413 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra); in __xmlIOErr()
Dnanohttp.c170 __xmlSimpleError(XML_FROM_HTTP, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlHTTPErrMemory()
Dnanoftp.c168 __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.c80 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlTreeErrMemory()
111 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra); in xmlTreeErr()
Dxmlschemas.c1906 __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, NULL, NULL,
1914 __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, NULL, NULL, in xmlSchemaPSimpleErr()
1931 __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, node, NULL, in xmlSchemaPErrMemory()
2055 __xmlSimpleError(XML_FROM_SCHEMASV, XML_ERR_NO_MEMORY, node, NULL, in xmlSchemaVErrMemory()
2063 __xmlSimpleError(XML_FROM_SCHEMASP, XML_SCHEMAP_INTERNAL, node, in xmlSchemaPSimpleInternalErr()
Dxmlschemastypes.c209 __xmlSimpleError(XML_FROM_DATATYPE, XML_ERR_NO_MEMORY, node, NULL, extra); in xmlSchemaTypeErrMemory()
/external/libxml2/include/libxml/
Dxmlerror.h936 __xmlSimpleError (int domain,