Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlmodule.c52 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_MODULE, in xmlModuleErrMemory()
85 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_MODULE, in xmlModuleOpen()
111 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_MODULE, in xmlModuleSymbol()
120 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_MODULE, in xmlModuleSymbol()
147 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_MODULE, in xmlModuleClose()
156 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_MODULE, in xmlModuleClose()
181 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_MODULE, in xmlModuleFree()
Derror.c336 case XML_FROM_MODULE: in xmlReportError()
/external/libxml2/include/libxml/
Dxmlerror.h63 XML_FROM_MODULE, /* The dynamically loaded module module*/ enumerator