Home | History | Annotate | Download | only in libxml2

Lines Matching full:edom

162     "Domain error",		/* EDOM */
296 #ifdef EDOM
297 else if (errno == EDOM) code = XML_IO_EDOM;