Lines Matching refs:XML_FROM_HTTP
180 __xmlSimpleError(XML_FROM_HTTP, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlHTTPErrMemory()
359 __xmlIOErr(XML_FROM_HTTP, XML_HTTP_URL_SYNTAX, "Syntax Error\n"); in xmlNanoHTTPScanProxy()
467 __xmlIOErr(XML_FROM_HTTP, 0, "send failed\n"); in xmlNanoHTTPSend()
589 __xmlIOErr(XML_FROM_HTTP, 0, "recv failed\n"); in xmlNanoHTTPRecv()
875 __xmlIOErr(XML_FROM_HTTP, 0, "socket failed\n"); in xmlNanoHTTPConnectAttempt()
915 __xmlIOErr(XML_FROM_HTTP, 0, "error setting non-blocking IO\n"); in xmlNanoHTTPConnectAttempt()
929 __xmlIOErr(XML_FROM_HTTP, 0, in xmlNanoHTTPConnectAttempt()
971 __xmlIOErr(XML_FROM_HTTP, 0, "Connect attempt timed out"); in xmlNanoHTTPConnectAttempt()
976 __xmlIOErr(XML_FROM_HTTP, 0, "Connect failed"); in xmlNanoHTTPConnectAttempt()
998 __xmlIOErr(XML_FROM_HTTP, 0, "getsockopt failed\n"); in xmlNanoHTTPConnectAttempt()
1003 __xmlIOErr(XML_FROM_HTTP, 0, in xmlNanoHTTPConnectAttempt()
1011 __xmlIOErr(XML_FROM_HTTP, 0, "select failed\n"); in xmlNanoHTTPConnectAttempt()
1073 __xmlIOErr(XML_FROM_HTTP, 0, "getaddrinfo failed\n"); in xmlNanoHTTPConnectHost()
1080 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n"); in xmlNanoHTTPConnectHost()
1090 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n"); in xmlNanoHTTPConnectHost()
1152 __xmlIOErr(XML_FROM_HTTP, 0, h_err_txt); in xmlNanoHTTPConnectHost()
1154 __xmlIOErr(XML_FROM_HTTP, 0, "Failed to resolve host"); in xmlNanoHTTPConnectHost()
1163 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n"); in xmlNanoHTTPConnectHost()
1175 __xmlIOErr(XML_FROM_HTTP, 0, "address size mismatch\n"); in xmlNanoHTTPConnectHost()
1368 __xmlIOErr(XML_FROM_HTTP, XML_HTTP_URL_SYNTAX, "Not a valid HTTP URI"); in xmlNanoHTTPMethodRedir()
1374 __xmlIOErr(XML_FROM_HTTP, XML_HTTP_UNKNOWN_HOST, in xmlNanoHTTPMethodRedir()