HomeSort by relevance Sort by last modified time
    Searched refs:XML_FROM_HTTP (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
nanohttp.c 177 __xmlSimpleError(XML_FROM_HTTP, XML_ERR_NO_MEMORY, NULL, NULL, extra);
366 __xmlIOErr(XML_FROM_HTTP, XML_HTTP_URL_SYNTAX, "Syntax Error\n");
474 __xmlIOErr(XML_FROM_HTTP, 0, "send failed\n");
596 __xmlIOErr(XML_FROM_HTTP, 0, "recv failed\n");
882 __xmlIOErr(XML_FROM_HTTP, 0, "socket failed\n");
922 __xmlIOErr(XML_FROM_HTTP, 0, "error setting non-blocking IO\n");
936 __xmlIOErr(XML_FROM_HTTP, 0,
978 __xmlIOErr(XML_FROM_HTTP, 0, "Connect attempt timed out");
983 __xmlIOErr(XML_FROM_HTTP, 0, "Connect failed");
1005 __xmlIOErr(XML_FROM_HTTP, 0, "getsockopt failed\n")
    [all...]
  /external/libxml2/include/libxml/
xmlerror.h 47 XML_FROM_HTTP, /* The HTTP module */
    [all...]

Completed in 56 milliseconds