Home | History | Annotate | Download | only in libxml2

Lines Matching refs:EDOM

159     "Domain error",		/* EDOM */
293 #ifdef EDOM
294 else if (errno == EDOM) code = XML_IO_EDOM;