OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_FROM_HTTP
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
nanohttp.c
180
__xmlSimpleError(
XML_FROM_HTTP
, XML_ERR_NO_MEMORY, NULL, NULL, extra);
359
__xmlIOErr(
XML_FROM_HTTP
, XML_HTTP_URL_SYNTAX, "Syntax Error\n");
467
__xmlIOErr(
XML_FROM_HTTP
, 0, "send failed\n");
589
__xmlIOErr(
XML_FROM_HTTP
, 0, "recv failed\n");
875
__xmlIOErr(
XML_FROM_HTTP
, 0, "socket failed\n");
915
__xmlIOErr(
XML_FROM_HTTP
, 0, "error setting non-blocking IO\n");
929
__xmlIOErr(
XML_FROM_HTTP
, 0,
971
__xmlIOErr(
XML_FROM_HTTP
, 0, "Connect attempt timed out");
976
__xmlIOErr(
XML_FROM_HTTP
, 0, "Connect failed");
998
__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 97 milliseconds