Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ESPIPE

195     "Invalid seek",		/* ESPIPE */
389 #ifdef ESPIPE
390 else if (errno == ESPIPE) code = XML_IO_ESPIPE;