Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ESPIPE

189     "Invalid seek",		/* ESPIPE */
383 #ifdef ESPIPE
384 else if (errno == ESPIPE) code = XML_IO_ESPIPE;