Symbol: XML_Error
lib/libexpat/examples/element_declarations.c
222
enum XML_Error errorCode = XML_GetErrorCode(parser);
lib/libexpat/lib/expat.h
1013
XML_ErrorString(enum XML_Error code);
lib/libexpat/lib/expat.h
722
XMLPARSEAPI(enum XML_Error)
lib/libexpat/lib/expat.h
939
XMLPARSEAPI(enum XML_Error)
lib/libexpat/lib/xmlparse.c
1183
static enum XML_Error
lib/libexpat/lib/xmlparse.c
1215
enum XML_Error ret;
lib/libexpat/lib/xmlparse.c
1931
enum XML_Error XMLCALL
lib/libexpat/lib/xmlparse.c
2684
enum XML_Error XMLCALL
lib/libexpat/lib/xmlparse.c
2811
XML_ErrorString(enum XML_Error code) {
lib/libexpat/lib/xmlparse.c
3115
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
3118
enum XML_Error result = doContent(
lib/libexpat/lib/xmlparse.c
3129
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
3132
enum XML_Error result = initializeEncoding(parser);
lib/libexpat/lib/xmlparse.c
3139
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
3184
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
3199
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
3236
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
3239
enum XML_Error result
lib/libexpat/lib/xmlparse.c
3250
static enum XML_Error
lib/libexpat/lib/xmlparse.c
3384
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
3420
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
3490
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
3630
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
3805
static enum XML_Error
lib/libexpat/lib/xmlparse.c
3942
const enum XML_Error result = storeAttributeValue(
lib/libexpat/lib/xmlparse.c
3962
enum XML_Error result = addBinding(parser, attId->prefix, attId,
lib/libexpat/lib/xmlparse.c
3994
enum XML_Error result = addBinding(parser, da->id->prefix, da->id,
lib/libexpat/lib/xmlparse.c
4364
static enum XML_Error
lib/libexpat/lib/xmlparse.c
4524
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
4527
enum XML_Error result = doCdataSection(
lib/libexpat/lib/xmlparse.c
4547
static enum XML_Error
lib/libexpat/lib/xmlparse.c
4690
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
4693
enum XML_Error result
lib/libexpat/lib/xmlparse.c
4708
static enum XML_Error
lib/libexpat/lib/xmlparse.c
4790
static enum XML_Error
lib/libexpat/lib/xmlparse.c
482
typedef enum XML_Error PTRCALL Processor(XML_Parser parser, const char *start,
lib/libexpat/lib/xmlparse.c
4820
static enum XML_Error
lib/libexpat/lib/xmlparse.c
4892
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
4914
static enum XML_Error
lib/libexpat/lib/xmlparse.c
4951
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
4954
enum XML_Error result = initializeEncoding(parser);
lib/libexpat/lib/xmlparse.c
4963
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
4966
enum XML_Error result = initializeEncoding(parser);
lib/libexpat/lib/xmlparse.c
4983
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
5018
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
504
static enum XML_Error handleUnknownEncoding(XML_Parser parser,
lib/libexpat/lib/xmlparse.c
506
static enum XML_Error processXmlDecl(XML_Parser parser, int isGeneralTextEntity,
lib/libexpat/lib/xmlparse.c
5067
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
508
static enum XML_Error initializeEncoding(XML_Parser parser);
lib/libexpat/lib/xmlparse.c
509
static enum XML_Error doProlog(XML_Parser parser, const ENCODING *enc,
lib/libexpat/lib/xmlparse.c
5113
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
514
static enum XML_Error processEntity(XML_Parser parser, ENTITY *entity,
lib/libexpat/lib/xmlparse.c
516
static enum XML_Error doContent(XML_Parser parser, int startTagLevel,
lib/libexpat/lib/xmlparse.c
5160
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
5170
static enum XML_Error
lib/libexpat/lib/xmlparse.c
520
static enum XML_Error doCdataSection(XML_Parser parser, const ENCODING *enc,
lib/libexpat/lib/xmlparse.c
525
static enum XML_Error doIgnoreSection(XML_Parser parser, const ENCODING *enc,
lib/libexpat/lib/xmlparse.c
5285
enum XML_Error result = processXmlDecl(parser, 0, s, next);
lib/libexpat/lib/xmlparse.c
531
static enum XML_Error storeAtts(XML_Parser parser, const ENCODING *enc,
lib/libexpat/lib/xmlparse.c
5317
enum XML_Error result = processXmlDecl(parser, 1, s, next);
lib/libexpat/lib/xmlparse.c
535
static enum XML_Error addBinding(XML_Parser parser, PREFIX *prefix,
lib/libexpat/lib/xmlparse.c
541
static enum XML_Error storeAttributeValue(XML_Parser parser,
lib/libexpat/lib/xmlparse.c
546
static enum XML_Error
lib/libexpat/lib/xmlparse.c
554
static enum XML_Error storeEntityValue(XML_Parser parser, const ENCODING *enc,
lib/libexpat/lib/xmlparse.c
558
static enum XML_Error callStoreEntityValue(XML_Parser parser,
lib/libexpat/lib/xmlparse.c
5580
enum XML_Error result = storeAttributeValue(
lib/libexpat/lib/xmlparse.c
5621
enum XML_Error result = callStoreEntityValue(
lib/libexpat/lib/xmlparse.c
563
static enum XML_Error storeSelfEntityValue(XML_Parser parser, ENTITY *entity);
lib/libexpat/lib/xmlparse.c
5651
const enum XML_Error result
lib/libexpat/lib/xmlparse.c
5734
const enum XML_Error result
lib/libexpat/lib/xmlparse.c
5916
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
6063
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
6297
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
6375
static enum XML_Error
lib/libexpat/lib/xmlparse.c
6434
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
6443
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
6516
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
6525
static enum XML_Error
lib/libexpat/lib/xmlparse.c
6530
enum XML_Error result = XML_ERROR_NONE;
lib/libexpat/lib/xmlparse.c
6602
static enum XML_Error
lib/libexpat/lib/xmlparse.c
6766
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
6797
static enum XML_Error
lib/libexpat/lib/xmlparse.c
6803
enum XML_Error result = XML_ERROR_NONE;
lib/libexpat/lib/xmlparse.c
6986
static enum XML_Error
lib/libexpat/lib/xmlparse.c
6991
enum XML_Error result = XML_ERROR_NONE;
lib/libexpat/lib/xmlparse.c
7059
static enum XML_Error
lib/libexpat/lib/xmlparse.c
764
enum XML_Error m_errorCode;
lib/libexpat/tests/basic_tests.c
1825
enum XML_Error expectedError;
lib/libexpat/tests/basic_tests.c
1859
const enum XML_Error actualError = XML_GetErrorCode(g_parser);
lib/libexpat/tests/basic_tests.c
1882
enum XML_Error expected_error;
lib/libexpat/tests/basic_tests.c
1926
enum XML_Error actual_error;
lib/libexpat/tests/common.c
187
enum XML_Error err = XML_GetErrorCode(parser);
lib/libexpat/tests/common.c
224
_expect_failure(const char *text, enum XML_Error errorCode,
lib/libexpat/tests/common.h
104
extern void _expect_failure(const char *text, enum XML_Error errorCode,
lib/libexpat/tests/handlers.c
992
enum XML_Error error;
lib/libexpat/tests/handlers.h
191
enum XML_Error error;
lib/libexpat/tests/handlers.h
361
enum XML_Error error;
lib/libexpat/tests/misc_tests.c
130
enum XML_Error xml_error;
lib/libexpat/tests/misc_tests.c
134
assert_true(sizeof(enum XML_Error) == sizeof(int)); // self-test
lib/libexpat/tests/misc_tests.c
707
enum XML_Error expectedErrorNoGE;
lib/libexpat/tests/misc_tests.c
756
const enum XML_Error expectedError = XML_ERROR_ASYNC_ENTITY;
lib/libexpat/tests/misc_tests.c
759
const enum XML_Error expectedError = testCase.expectedErrorNoGE;