Symbol: XML_L
lib/libexpat/lib/xmlparse.c
2816
return XML_L("out of memory");
lib/libexpat/lib/xmlparse.c
2818
return XML_L("syntax error");
lib/libexpat/lib/xmlparse.c
2820
return XML_L("no element found");
lib/libexpat/lib/xmlparse.c
2822
return XML_L("not well-formed (invalid token)");
lib/libexpat/lib/xmlparse.c
2824
return XML_L("unclosed token");
lib/libexpat/lib/xmlparse.c
2826
return XML_L("partial character");
lib/libexpat/lib/xmlparse.c
2828
return XML_L("mismatched tag");
lib/libexpat/lib/xmlparse.c
2830
return XML_L("duplicate attribute");
lib/libexpat/lib/xmlparse.c
2832
return XML_L("junk after document element");
lib/libexpat/lib/xmlparse.c
2834
return XML_L("illegal parameter entity reference");
lib/libexpat/lib/xmlparse.c
2836
return XML_L("undefined entity");
lib/libexpat/lib/xmlparse.c
2838
return XML_L("recursive entity reference");
lib/libexpat/lib/xmlparse.c
2840
return XML_L("asynchronous entity");
lib/libexpat/lib/xmlparse.c
2842
return XML_L("reference to invalid character number");
lib/libexpat/lib/xmlparse.c
2844
return XML_L("reference to binary entity");
lib/libexpat/lib/xmlparse.c
2846
return XML_L("reference to external entity in attribute");
lib/libexpat/lib/xmlparse.c
2848
return XML_L("XML or text declaration not at start of entity");
lib/libexpat/lib/xmlparse.c
2850
return XML_L("unknown encoding");
lib/libexpat/lib/xmlparse.c
2852
return XML_L("encoding specified in XML declaration is incorrect");
lib/libexpat/lib/xmlparse.c
2854
return XML_L("unclosed CDATA section");
lib/libexpat/lib/xmlparse.c
2856
return XML_L("error in processing external entity reference");
lib/libexpat/lib/xmlparse.c
2858
return XML_L("document is not standalone");
lib/libexpat/lib/xmlparse.c
2860
return XML_L("unexpected parser state - please send a bug report");
lib/libexpat/lib/xmlparse.c
2862
return XML_L("entity declared in parameter entity");
lib/libexpat/lib/xmlparse.c
2864
return XML_L("requested feature requires XML_DTD support in Expat");
lib/libexpat/lib/xmlparse.c
2866
return XML_L("cannot change setting once parsing has begun");
lib/libexpat/lib/xmlparse.c
2869
return XML_L("unbound prefix");
lib/libexpat/lib/xmlparse.c
2872
return XML_L("must not undeclare prefix");
lib/libexpat/lib/xmlparse.c
2874
return XML_L("incomplete markup in parameter entity");
lib/libexpat/lib/xmlparse.c
2876
return XML_L("XML declaration not well-formed");
lib/libexpat/lib/xmlparse.c
2878
return XML_L("text declaration not well-formed");
lib/libexpat/lib/xmlparse.c
2880
return XML_L("illegal character(s) in public id");
lib/libexpat/lib/xmlparse.c
2882
return XML_L("parser suspended");
lib/libexpat/lib/xmlparse.c
2884
return XML_L("parser not suspended");
lib/libexpat/lib/xmlparse.c
2886
return XML_L("parsing aborted");
lib/libexpat/lib/xmlparse.c
2888
return XML_L("parsing finished");
lib/libexpat/lib/xmlparse.c
2890
return XML_L("cannot suspend in external parameter entity");
lib/libexpat/lib/xmlparse.c
2893
return XML_L(
lib/libexpat/lib/xmlparse.c
2896
return XML_L("reserved prefix (xmlns) must not be declared or undeclared");
lib/libexpat/lib/xmlparse.c
2898
return XML_L(
lib/libexpat/lib/xmlparse.c
2902
return XML_L("invalid argument");
lib/libexpat/lib/xmlparse.c
2905
return XML_L(
lib/libexpat/lib/xmlparse.c
2909
return XML_L(
lib/libexpat/lib/xmlparse.c
2913
return XML_L("parser not started");
lib/libexpat/lib/xmlparse.c
2928
#define V1(a, b, c) XML_L(#a) XML_L(".") XML_L(#b) XML_L(".") XML_L(#c)
lib/libexpat/lib/xmlparse.c
2929
#define V2(a, b, c) XML_L("expat_") V1(a, b, c)
lib/libexpat/lib/xmlparse.c
2951
{XML_FEATURE_SIZEOF_XML_CHAR, XML_L("sizeof(XML_Char)"),
lib/libexpat/lib/xmlparse.c
2953
{XML_FEATURE_SIZEOF_XML_LCHAR, XML_L("sizeof(XML_LChar)"),
lib/libexpat/lib/xmlparse.c
2956
{XML_FEATURE_UNICODE, XML_L("XML_UNICODE"), 0},
lib/libexpat/lib/xmlparse.c
2959
{XML_FEATURE_UNICODE_WCHAR_T, XML_L("XML_UNICODE_WCHAR_T"), 0},
lib/libexpat/lib/xmlparse.c
2962
{XML_FEATURE_DTD, XML_L("XML_DTD"), 0},
lib/libexpat/lib/xmlparse.c
2965
{XML_FEATURE_CONTEXT_BYTES, XML_L("XML_CONTEXT_BYTES"),
lib/libexpat/lib/xmlparse.c
2969
{XML_FEATURE_MIN_SIZE, XML_L("XML_MIN_SIZE"), 0},
lib/libexpat/lib/xmlparse.c
2972
{XML_FEATURE_NS, XML_L("XML_NS"), 0},
lib/libexpat/lib/xmlparse.c
2975
{XML_FEATURE_LARGE_SIZE, XML_L("XML_LARGE_SIZE"), 0},
lib/libexpat/lib/xmlparse.c
2978
{XML_FEATURE_ATTR_INFO, XML_L("XML_ATTR_INFO"), 0},
lib/libexpat/lib/xmlparse.c
2984
XML_L("XML_BLAP_MAX_AMP"),
lib/libexpat/lib/xmlparse.c
2988
XML_L("XML_BLAP_ACT_THRES"),
lib/libexpat/lib/xmlparse.c
2991
{XML_FEATURE_GE, XML_L("XML_GE"), 0},
lib/libexpat/lib/xmlparse.c
2994
XML_L("XML_AT_MAX_AMP"),
lib/libexpat/lib/xmlparse.c
2997
XML_L("XML_AT_ACT_THRES"),