Lines Matching refs:__xmlIOErr

366 	__xmlIOErr(XML_FROM_HTTP, XML_HTTP_URL_SYNTAX, "Syntax Error\n");  in xmlNanoHTTPScanProxy()
474 __xmlIOErr(XML_FROM_HTTP, 0, "send failed\n"); in xmlNanoHTTPSend()
596 __xmlIOErr(XML_FROM_HTTP, 0, "recv failed\n"); in xmlNanoHTTPRecv()
882 __xmlIOErr(XML_FROM_HTTP, 0, "socket failed\n"); in xmlNanoHTTPConnectAttempt()
922 __xmlIOErr(XML_FROM_HTTP, 0, "error setting non-blocking IO\n"); in xmlNanoHTTPConnectAttempt()
936 __xmlIOErr(XML_FROM_HTTP, 0, in xmlNanoHTTPConnectAttempt()
978 __xmlIOErr(XML_FROM_HTTP, 0, "Connect attempt timed out"); in xmlNanoHTTPConnectAttempt()
983 __xmlIOErr(XML_FROM_HTTP, 0, "Connect failed"); in xmlNanoHTTPConnectAttempt()
1005 __xmlIOErr(XML_FROM_HTTP, 0, "getsockopt failed\n"); in xmlNanoHTTPConnectAttempt()
1011 __xmlIOErr(XML_FROM_HTTP, 0, in xmlNanoHTTPConnectAttempt()
1019 __xmlIOErr(XML_FROM_HTTP, 0, "select failed\n"); in xmlNanoHTTPConnectAttempt()
1081 __xmlIOErr(XML_FROM_HTTP, 0, "getaddrinfo failed\n"); in xmlNanoHTTPConnectHost()
1088 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n"); in xmlNanoHTTPConnectHost()
1098 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n"); in xmlNanoHTTPConnectHost()
1162 __xmlIOErr(XML_FROM_HTTP, 0, h_err_txt); in xmlNanoHTTPConnectHost()
1164 __xmlIOErr(XML_FROM_HTTP, 0, "Failed to resolve host"); in xmlNanoHTTPConnectHost()
1173 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n"); in xmlNanoHTTPConnectHost()
1185 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n"); in xmlNanoHTTPConnectHost()
1378 __xmlIOErr(XML_FROM_HTTP, XML_HTTP_URL_SYNTAX, "Not a valid HTTP URI"); in xmlNanoHTTPMethodRedir()
1384 __xmlIOErr(XML_FROM_HTTP, XML_HTTP_UNKNOWN_HOST, in xmlNanoHTTPMethodRedir()