Home | History | Annotate | Download | only in libxml2

Lines Matching full:edom

143     "Domain error",		/* EDOM */
277 #ifdef EDOM
278 else if (errno == EDOM) code = XML_IO_EDOM;