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

/external/libxml2/
H A DHTMLtree.c347 __xmlSimpleError(XML_FROM_OUTPUT, XML_ERR_NO_MEMORY, NULL, NULL, extra);
379 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra);
H A Dentities.c74 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra);
87 __xmlSimpleError(XML_FROM_TREE, code, NULL, msg, NULL);
H A Dschematron.c231 __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, node, NULL,
281 __xmlSimpleError(XML_FROM_SCHEMASV, XML_ERR_NO_MEMORY, node, NULL,
H A Derror.c623 * __xmlSimpleError:
632 __xmlSimpleError(int domain, int code, xmlNodePtr node, function
H A DxmlIO.c253 __xmlSimpleError(XML_FROM_IO, XML_ERR_NO_MEMORY, NULL, NULL, extra);
432 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra);
H A Dxmlsave.c107 __xmlSimpleError(XML_FROM_OUTPUT, XML_ERR_NO_MEMORY, NULL, NULL, extra);
139 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra);
H A Dnanohttp.c180 __xmlSimpleError(XML_FROM_HTTP, XML_ERR_NO_MEMORY, NULL, NULL, extra);
H A Dnanoftp.c176 __xmlSimpleError(XML_FROM_FTP, XML_ERR_NO_MEMORY, NULL, NULL, extra);
H A Dtree.c71 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra);
102 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra);
H A Dencoding.c82 __xmlSimpleError(XML_FROM_I18N, XML_ERR_NO_MEMORY, NULL, NULL, extra);
H A Dxmlschemastypes.c204 __xmlSimpleError(XML_FROM_DATATYPE, XML_ERR_NO_MEMORY, node, NULL, extra);
H A Dxmlschemas.c1847 __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, NULL, NULL,
1855 __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, NULL, NULL,
1872 __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, node, NULL,
1996 __xmlSimpleError(XML_FROM_SCHEMASV, XML_ERR_NO_MEMORY, node, NULL,
2004 __xmlSimpleError(XML_FROM_SCHEMASP, XML_SCHEMAP_INTERNAL, node,
/external/libxml2/include/libxml/
H A Dxmlerror.h935 __xmlSimpleError (int domain,

Completed in 1071 milliseconds