• Home
  • Raw
  • Download

Lines Matching refs:xmlIOErr

440 xmlIOErr(int code, const char *extra)  in xmlIOErr()  function
772 if (ret < 0) xmlIOErr(0, "read()"); in xmlFdRead()
793 if (ret < 0) xmlIOErr(0, "write()"); in xmlFdWrite()
811 if (ret < 0) xmlIOErr(0, "close()"); in xmlFdClose()
882 if (fd == NULL) xmlIOErr(0, path); in xmlFileOpen_real()
956 if (fd == NULL) xmlIOErr(0, path); in xmlFileOpenW()
977 if (ret < 0) xmlIOErr(0, "fread()"); in xmlFileRead()
1000 xmlIOErr(0, "fwrite()"); in xmlFileWrite()
1026 xmlIOErr(0, "fflush()"); in xmlFileClose()
1033 xmlIOErr(0, "fclose()"); in xmlFileClose()
1051 xmlIOErr(0, "fflush()"); in xmlFileFlush()
1223 if (ret < 0) xmlIOErr(0, "gzread()"); in xmlGzfileRead()
1243 if (ret < 0) xmlIOErr(0, "gzwrite()"); in xmlGzfileWrite()
1259 if (ret < 0) xmlIOErr(0, "gzclose()"); in xmlGzfileClose()
1418 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlCreateZMemBuff()
1486 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlZMemBuffExtend()
1532 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlZMemBuffAppend()
1604 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlZMemBuffGetContent()
1811 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlIOHTTPWrite()
1882 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlIOHTTPCloseWrite()
1955 xmlIOErr(XML_IO_WRITE, (const char *) msg); in xmlIOHTTPCloseWrite()
3023 xmlIOErr(XML_IO_ENCODER, NULL); in xmlParserInputBufferPush()
3084 xmlIOErr(XML_IO_BUFFER_FULL, NULL); in xmlParserInputBufferGrow()
3107 xmlIOErr(XML_IO_NO_INPUT, NULL); in xmlParserInputBufferGrow()
3134 xmlIOErr(XML_IO_ENCODER, NULL); in xmlParserInputBufferGrow()
3229 xmlIOErr(XML_IO_ENCODER, NULL); in xmlOutputBufferWrite()
3262 xmlIOErr(XML_IO_WRITE, NULL); in xmlOutputBufferWrite()
3418 xmlIOErr(XML_IO_ENCODER, NULL); in xmlOutputBufferWriteEscape()
3454 xmlIOErr(XML_IO_WRITE, NULL); in xmlOutputBufferWriteEscape()
3522 xmlIOErr(XML_IO_ENCODER, NULL); in xmlOutputBufferFlush()
3544 xmlIOErr(XML_IO_FLUSH, NULL); in xmlOutputBufferFlush()
3928 xmlIOErr(XML_IO_NETWORK_ATTEMPT, (const char *) resource); in xmlNoNetExternalEntityLoader()