Home
last modified time | relevance | path

Searched refs:XML_FROM_HTTP (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dnanohttp.c177 __xmlSimpleError(XML_FROM_HTTP, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlHTTPErrMemory()
356 __xmlIOErr(XML_FROM_HTTP, XML_HTTP_URL_SYNTAX, "Syntax Error\n"); in xmlNanoHTTPScanProxy()
457 __xmlIOErr(XML_FROM_HTTP, 0, "send failed\n"); in xmlNanoHTTPSend()
568 __xmlIOErr(XML_FROM_HTTP, 0, "recv failed\n"); in xmlNanoHTTPRecv()
830 __xmlIOErr(XML_FROM_HTTP, 0, "socket failed\n"); in xmlNanoHTTPConnectAttempt()
867 __xmlIOErr(XML_FROM_HTTP, 0, "error setting non-blocking IO\n"); in xmlNanoHTTPConnectAttempt()
881 __xmlIOErr(XML_FROM_HTTP, 0, "error connecting to HTTP server"); in xmlNanoHTTPConnectAttempt()
911 __xmlIOErr(XML_FROM_HTTP, 0, "Connect attempt timed out"); in xmlNanoHTTPConnectAttempt()
916 __xmlIOErr(XML_FROM_HTTP, 0, "Connect failed"); in xmlNanoHTTPConnectAttempt()
931 __xmlIOErr(XML_FROM_HTTP, 0, "getsockopt failed\n"); in xmlNanoHTTPConnectAttempt()
[all …]
/external/libxml2/include/libxml/
Dxmlerror.h47 XML_FROM_HTTP, /* The HTTP module */ enumerator