Lines Matching refs:xmlIOErr

446 xmlIOErr(int code, const char *extra)  in xmlIOErr()  function
830 if (ret < 0) xmlIOErr(0, "read()"); in xmlFdRead()
851 if (ret < 0) xmlIOErr(0, "write()"); in xmlFdWrite()
869 if (ret < 0) xmlIOErr(0, "close()"); in xmlFdClose()
937 if (fd == NULL) xmlIOErr(0, path); in xmlFileOpen_real()
1011 if (fd == NULL) xmlIOErr(0, path); in xmlFileOpenW()
1032 if (ret < 0) xmlIOErr(0, "fread()"); in xmlFileRead()
1055 xmlIOErr(0, "fwrite()"); in xmlFileWrite()
1081 xmlIOErr(0, "fflush()"); in xmlFileClose()
1088 xmlIOErr(0, "fclose()"); in xmlFileClose()
1106 xmlIOErr(0, "fflush()"); in xmlFileFlush()
1296 if (ret < 0) xmlIOErr(0, "gzread()"); in xmlGzfileRead()
1316 if (ret < 0) xmlIOErr(0, "gzwrite()"); in xmlGzfileWrite()
1332 if (ret < 0) xmlIOErr(0, "gzclose()"); in xmlGzfileClose()
1436 if (ret < 0) xmlIOErr(0, "xzread()"); in xmlXzfileRead()
1451 if (ret < 0) xmlIOErr(0, "xzclose()"); in xmlXzfileClose()
1610 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlCreateZMemBuff()
1678 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlZMemBuffExtend()
1724 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlZMemBuffAppend()
1796 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlZMemBuffGetContent()
2003 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlIOHTTPWrite()
2074 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlIOHTTPCloseWrite()
2147 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlIOHTTPCloseWrite()
3263 xmlIOErr(XML_IO_ENCODER, NULL); in xmlParserInputBufferPush()
3321 xmlIOErr(XML_IO_BUFFER_FULL, NULL); in xmlParserInputBufferGrow()
3341 xmlIOErr(XML_IO_NO_INPUT, NULL); in xmlParserInputBufferGrow()
3379 xmlIOErr(XML_IO_ENCODER, NULL); in xmlParserInputBufferGrow()
3472 xmlIOErr(XML_IO_ENCODER, NULL); in xmlOutputBufferWrite()
3505 xmlIOErr(XML_IO_WRITE, NULL); in xmlOutputBufferWrite()
3661 xmlIOErr(XML_IO_ENCODER, NULL); in xmlOutputBufferWriteEscape()
3695 xmlIOErr(XML_IO_WRITE, NULL); in xmlOutputBufferWriteEscape()
3764 xmlIOErr(XML_IO_ENCODER, NULL); in xmlOutputBufferFlush()
3789 xmlIOErr(XML_IO_FLUSH, NULL); in xmlOutputBufferFlush()
4173 xmlIOErr(XML_IO_NETWORK_ATTEMPT, (const char *) resource); in xmlNoNetExternalEntityLoader()