Symbol: XML_L
lib/libexpat/lib/xmlparse.c
2879
return XML_L("out of memory");
lib/libexpat/lib/xmlparse.c
2881
return XML_L("syntax error");
lib/libexpat/lib/xmlparse.c
2883
return XML_L("no element found");
lib/libexpat/lib/xmlparse.c
2885
return XML_L("not well-formed (invalid token)");
lib/libexpat/lib/xmlparse.c
2887
return XML_L("unclosed token");
lib/libexpat/lib/xmlparse.c
2889
return XML_L("partial character");
lib/libexpat/lib/xmlparse.c
2891
return XML_L("mismatched tag");
lib/libexpat/lib/xmlparse.c
2893
return XML_L("duplicate attribute");
lib/libexpat/lib/xmlparse.c
2895
return XML_L("junk after document element");
lib/libexpat/lib/xmlparse.c
2897
return XML_L("illegal parameter entity reference");
lib/libexpat/lib/xmlparse.c
2899
return XML_L("undefined entity");
lib/libexpat/lib/xmlparse.c
2901
return XML_L("recursive entity reference");
lib/libexpat/lib/xmlparse.c
2903
return XML_L("asynchronous entity");
lib/libexpat/lib/xmlparse.c
2905
return XML_L("reference to invalid character number");
lib/libexpat/lib/xmlparse.c
2907
return XML_L("reference to binary entity");
lib/libexpat/lib/xmlparse.c
2909
return XML_L("reference to external entity in attribute");
lib/libexpat/lib/xmlparse.c
2911
return XML_L("XML or text declaration not at start of entity");
lib/libexpat/lib/xmlparse.c
2913
return XML_L("unknown encoding");
lib/libexpat/lib/xmlparse.c
2915
return XML_L("encoding specified in XML declaration is incorrect");
lib/libexpat/lib/xmlparse.c
2917
return XML_L("unclosed CDATA section");
lib/libexpat/lib/xmlparse.c
2919
return XML_L("error in processing external entity reference");
lib/libexpat/lib/xmlparse.c
2921
return XML_L("document is not standalone");
lib/libexpat/lib/xmlparse.c
2923
return XML_L("unexpected parser state - please send a bug report");
lib/libexpat/lib/xmlparse.c
2925
return XML_L("entity declared in parameter entity");
lib/libexpat/lib/xmlparse.c
2927
return XML_L("requested feature requires XML_DTD support in Expat");
lib/libexpat/lib/xmlparse.c
2929
return XML_L("cannot change setting once parsing has begun");
lib/libexpat/lib/xmlparse.c
2932
return XML_L("unbound prefix");
lib/libexpat/lib/xmlparse.c
2935
return XML_L("must not undeclare prefix");
lib/libexpat/lib/xmlparse.c
2937
return XML_L("incomplete markup in parameter entity");
lib/libexpat/lib/xmlparse.c
2939
return XML_L("XML declaration not well-formed");
lib/libexpat/lib/xmlparse.c
2941
return XML_L("text declaration not well-formed");
lib/libexpat/lib/xmlparse.c
2943
return XML_L("illegal character(s) in public id");
lib/libexpat/lib/xmlparse.c
2945
return XML_L("parser suspended");
lib/libexpat/lib/xmlparse.c
2947
return XML_L("parser not suspended");
lib/libexpat/lib/xmlparse.c
2949
return XML_L("parsing aborted");
lib/libexpat/lib/xmlparse.c
2951
return XML_L("parsing finished");
lib/libexpat/lib/xmlparse.c
2953
return XML_L("cannot suspend in external parameter entity");
lib/libexpat/lib/xmlparse.c
2956
return XML_L(
lib/libexpat/lib/xmlparse.c
2959
return XML_L("reserved prefix (xmlns) must not be declared or undeclared");
lib/libexpat/lib/xmlparse.c
2961
return XML_L(
lib/libexpat/lib/xmlparse.c
2965
return XML_L("invalid argument");
lib/libexpat/lib/xmlparse.c
2968
return XML_L(
lib/libexpat/lib/xmlparse.c
2972
return XML_L(
lib/libexpat/lib/xmlparse.c
2976
return XML_L("parser not started");
lib/libexpat/lib/xmlparse.c
2991
#define V1(a, b, c) XML_L(#a) XML_L(".") XML_L(#b) XML_L(".") XML_L(#c)
lib/libexpat/lib/xmlparse.c
2992
#define V2(a, b, c) XML_L("expat_") V1(a, b, c)
lib/libexpat/lib/xmlparse.c
3014
{XML_FEATURE_SIZEOF_XML_CHAR, XML_L("sizeof(XML_Char)"),
lib/libexpat/lib/xmlparse.c
3016
{XML_FEATURE_SIZEOF_XML_LCHAR, XML_L("sizeof(XML_LChar)"),
lib/libexpat/lib/xmlparse.c
3019
{XML_FEATURE_UNICODE, XML_L("XML_UNICODE"), 0},
lib/libexpat/lib/xmlparse.c
3022
{XML_FEATURE_UNICODE_WCHAR_T, XML_L("XML_UNICODE_WCHAR_T"), 0},
lib/libexpat/lib/xmlparse.c
3025
{XML_FEATURE_DTD, XML_L("XML_DTD"), 0},
lib/libexpat/lib/xmlparse.c
3028
{XML_FEATURE_CONTEXT_BYTES, XML_L("XML_CONTEXT_BYTES"),
lib/libexpat/lib/xmlparse.c
3032
{XML_FEATURE_MIN_SIZE, XML_L("XML_MIN_SIZE"), 0},
lib/libexpat/lib/xmlparse.c
3035
{XML_FEATURE_NS, XML_L("XML_NS"), 0},
lib/libexpat/lib/xmlparse.c
3038
{XML_FEATURE_LARGE_SIZE, XML_L("XML_LARGE_SIZE"), 0},
lib/libexpat/lib/xmlparse.c
3041
{XML_FEATURE_ATTR_INFO, XML_L("XML_ATTR_INFO"), 0},
lib/libexpat/lib/xmlparse.c
3047
XML_L("XML_BLAP_MAX_AMP"),
lib/libexpat/lib/xmlparse.c
3051
XML_L("XML_BLAP_ACT_THRES"),
lib/libexpat/lib/xmlparse.c
3054
{XML_FEATURE_GE, XML_L("XML_GE"), 0},
lib/libexpat/lib/xmlparse.c
3057
XML_L("XML_AT_MAX_AMP"),
lib/libexpat/lib/xmlparse.c
3060
XML_L("XML_AT_ACT_THRES"),