Home | History | Annotate | Download | only in libxml2

Lines Matching refs:__xmlIOErr

356 	__xmlIOErr(XML_FROM_HTTP, XML_HTTP_URL_SYNTAX, "Syntax Error\n");
457 __xmlIOErr(XML_FROM_HTTP, 0, "send failed\n");
568 __xmlIOErr(XML_FROM_HTTP, 0, "recv failed\n");
830 __xmlIOErr(XML_FROM_HTTP, 0, "socket failed\n");
867 __xmlIOErr(XML_FROM_HTTP, 0, "error setting non-blocking IO\n");
881 __xmlIOErr(XML_FROM_HTTP, 0, "error connecting to HTTP server");
911 __xmlIOErr(XML_FROM_HTTP, 0, "Connect attempt timed out");
916 __xmlIOErr(XML_FROM_HTTP, 0, "Connect failed");
931 __xmlIOErr(XML_FROM_HTTP, 0, "getsockopt failed\n");
936 __xmlIOErr(XML_FROM_HTTP, 0, "Error connecting to remote host");
943 __xmlIOErr(XML_FROM_HTTP, 0, "select failed\n");
1005 __xmlIOErr(XML_FROM_HTTP, 0, "getaddrinfo failed\n");
1012 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n");
1022 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n");
1084 __xmlIOErr(XML_FROM_HTTP, 0, h_err_txt);
1086 __xmlIOErr(XML_FROM_HTTP, 0, "Failed to resolve host");
1095 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n");
1107 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n");
1300 __xmlIOErr(XML_FROM_HTTP, XML_HTTP_URL_SYNTAX, "Not a valid HTTP URI");
1306 __xmlIOErr(XML_FROM_HTTP, XML_HTTP_UNKNOWN_HOST,