• Home
  • Raw
  • Download

Lines Matching refs:xmlIOErr

424 xmlIOErr(int code, const char *extra)  in xmlIOErr()  function
734 if (ret < 0) xmlIOErr(0, "read()"); in xmlFdRead()
755 if (ret < 0) xmlIOErr(0, "write()"); in xmlFdWrite()
773 if (ret < 0) xmlIOErr(0, "close()"); in xmlFdClose()
844 if (fd == NULL) xmlIOErr(0, path); in xmlFileOpen_real()
920 if (fd == NULL) xmlIOErr(0, path); in xmlFileOpenW()
941 if (ret < 0) xmlIOErr(0, "fread()"); in xmlFileRead()
964 xmlIOErr(0, "fwrite()"); in xmlFileWrite()
990 xmlIOErr(0, "fflush()"); in xmlFileClose()
997 xmlIOErr(0, "fclose()"); in xmlFileClose()
1015 xmlIOErr(0, "fflush()"); in xmlFileFlush()
1205 if (ret < 0) xmlIOErr(0, "gzread()"); in xmlGzfileRead()
1225 if (ret < 0) xmlIOErr(0, "gzwrite()"); in xmlGzfileWrite()
1241 if (ret < 0) xmlIOErr(0, "gzclose()"); in xmlGzfileClose()
1345 if (ret < 0) xmlIOErr(0, "xzread()"); in xmlXzfileRead()
1360 if (ret < 0) xmlIOErr(0, "xzclose()"); in xmlXzfileClose()
1519 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlCreateZMemBuff()
1587 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlZMemBuffExtend()
1633 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlZMemBuffAppend()
1705 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlZMemBuffGetContent()
1912 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlIOHTTPWrite()
1983 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlIOHTTPCloseWrite()
2056 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlIOHTTPCloseWrite()
3162 xmlIOErr(XML_IO_ENCODER, NULL); in xmlParserInputBufferPush()
3220 xmlIOErr(XML_IO_BUFFER_FULL, NULL); in xmlParserInputBufferGrow()
3240 xmlIOErr(XML_IO_NO_INPUT, NULL); in xmlParserInputBufferGrow()
3278 xmlIOErr(XML_IO_ENCODER, NULL); in xmlParserInputBufferGrow()
3371 xmlIOErr(XML_IO_ENCODER, NULL); in xmlOutputBufferWrite()
3404 xmlIOErr(XML_IO_WRITE, NULL); in xmlOutputBufferWrite()
3560 xmlIOErr(XML_IO_ENCODER, NULL); in xmlOutputBufferWriteEscape()
3594 xmlIOErr(XML_IO_WRITE, NULL); in xmlOutputBufferWriteEscape()
3663 xmlIOErr(XML_IO_ENCODER, NULL); in xmlOutputBufferFlush()
3688 xmlIOErr(XML_IO_FLUSH, NULL); in xmlOutputBufferFlush()
4072 xmlIOErr(XML_IO_NETWORK_ATTEMPT, (const char *) resource); in xmlNoNetExternalEntityLoader()