Searched refs:__xmlSimpleError (Results 1 – 14 of 14) sorted by relevance
/external/libxml2/ |
D | buf.c | 94 __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()
|
D | HTMLtree.c | 355 __xmlSimpleError(XML_FROM_OUTPUT, XML_ERR_NO_MEMORY, NULL, NULL, extra); in htmlSaveErrMemory() 387 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra); in htmlSaveErr()
|
D | entities.c | 81 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlEntitiesErrMemory() 94 __xmlSimpleError(XML_FROM_TREE, code, NULL, msg, NULL); in xmlEntitiesErr()
|
D | schematron.c | 233 __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()
|
D | error.c | 651 __xmlSimpleError(int domain, int code, xmlNodePtr node, in __xmlSimpleError() function
|
D | xmlsave.c | 110 __xmlSimpleError(XML_FROM_OUTPUT, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlSaveErrMemory() 142 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra); in xmlSaveErr()
|
D | xmlIO.c | 234 __xmlSimpleError(XML_FROM_IO, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlIOErrMemory() 413 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra); in __xmlIOErr()
|
D | nanohttp.c | 170 __xmlSimpleError(XML_FROM_HTTP, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlHTTPErrMemory()
|
D | nanoftp.c | 168 __xmlSimpleError(XML_FROM_FTP, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlFTPErrMemory()
|
D | encoding.c | 86 __xmlSimpleError(XML_FROM_I18N, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlEncodingErrMemory()
|
D | tree.c | 80 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlTreeErrMemory() 111 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra); in xmlTreeErr()
|
D | xmlschemas.c | 1906 __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()
|
D | xmlschemastypes.c | 209 __xmlSimpleError(XML_FROM_DATATYPE, XML_ERR_NO_MEMORY, node, NULL, extra); in xmlSchemaTypeErrMemory()
|
/external/libxml2/include/libxml/ |
D | xmlerror.h | 936 __xmlSimpleError (int domain,
|