Home | History | Annotate | Download | only in libxml2

Lines Matching refs:code

112  * @code:  the error number
119 xmlSaveErr(int code, xmlNodePtr node, const char *extra)
123 switch(code) {
139 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra);