• Home
  • Raw
  • Download

Lines Matching refs:__xmlIOErr

373 	__xmlIOErr(XML_FROM_HTTP, XML_HTTP_URL_SYNTAX, "Syntax Error\n");  in xmlNanoHTTPScanProxy()
481 __xmlIOErr(XML_FROM_HTTP, 0, "send failed\n"); in xmlNanoHTTPSend()
603 __xmlIOErr(XML_FROM_HTTP, 0, "recv failed\n"); in xmlNanoHTTPRecv()
889 __xmlIOErr(XML_FROM_HTTP, 0, "socket failed\n"); in xmlNanoHTTPConnectAttempt()
929 __xmlIOErr(XML_FROM_HTTP, 0, "error setting non-blocking IO\n"); in xmlNanoHTTPConnectAttempt()
943 __xmlIOErr(XML_FROM_HTTP, 0, in xmlNanoHTTPConnectAttempt()
985 __xmlIOErr(XML_FROM_HTTP, 0, "Connect attempt timed out"); in xmlNanoHTTPConnectAttempt()
990 __xmlIOErr(XML_FROM_HTTP, 0, "Connect failed"); in xmlNanoHTTPConnectAttempt()
1012 __xmlIOErr(XML_FROM_HTTP, 0, "getsockopt failed\n"); in xmlNanoHTTPConnectAttempt()
1018 __xmlIOErr(XML_FROM_HTTP, 0, in xmlNanoHTTPConnectAttempt()
1026 __xmlIOErr(XML_FROM_HTTP, 0, "select failed\n"); in xmlNanoHTTPConnectAttempt()
1085 __xmlIOErr(XML_FROM_HTTP, 0, "getaddrinfo failed\n"); in xmlNanoHTTPConnectHost()
1092 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n"); in xmlNanoHTTPConnectHost()
1102 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n"); in xmlNanoHTTPConnectHost()
1170 __xmlIOErr(XML_FROM_HTTP, 0, h_err_txt); in xmlNanoHTTPConnectHost()
1172 __xmlIOErr(XML_FROM_HTTP, 0, "Failed to resolve host"); in xmlNanoHTTPConnectHost()
1181 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n"); in xmlNanoHTTPConnectHost()
1193 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n"); in xmlNanoHTTPConnectHost()
1386 __xmlIOErr(XML_FROM_HTTP, XML_HTTP_URL_SYNTAX, "Not a valid HTTP URI"); in xmlNanoHTTPMethodRedir()
1392 __xmlIOErr(XML_FROM_HTTP, XML_HTTP_UNKNOWN_HOST, in xmlNanoHTTPMethodRedir()