Symbol: XML_Error
lib/libexpat/examples/element_declarations.c
221
enum XML_Error errorCode = XML_GetErrorCode(parser);
lib/libexpat/lib/expat.h
1001
XML_ErrorString(enum XML_Error code);
lib/libexpat/lib/expat.h
721
XMLPARSEAPI(enum XML_Error)
lib/libexpat/lib/expat.h
927
XMLPARSEAPI(enum XML_Error)
lib/libexpat/lib/xmlparse.c
1258
static enum XML_Error
lib/libexpat/lib/xmlparse.c
1290
enum XML_Error ret;
lib/libexpat/lib/xmlparse.c
2027
enum XML_Error XMLCALL
lib/libexpat/lib/xmlparse.c
2747
enum XML_Error XMLCALL
lib/libexpat/lib/xmlparse.c
2874
XML_ErrorString(enum XML_Error code) {
lib/libexpat/lib/xmlparse.c
3178
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
3181
enum XML_Error result = doContent(
lib/libexpat/lib/xmlparse.c
3192
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
3195
enum XML_Error result = initializeEncoding(parser);
lib/libexpat/lib/xmlparse.c
3202
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
3247
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
3262
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
3299
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
3302
enum XML_Error result
lib/libexpat/lib/xmlparse.c
3313
static enum XML_Error
lib/libexpat/lib/xmlparse.c
3441
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
3473
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
3543
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
3670
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
3828
static enum XML_Error
lib/libexpat/lib/xmlparse.c
3960
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
3995
enum XML_Error result = addBinding(parser, attId->prefix, attId,
lib/libexpat/lib/xmlparse.c
4027
enum XML_Error result = addBinding(parser, da->id->prefix, da->id,
lib/libexpat/lib/xmlparse.c
4410
static enum XML_Error
lib/libexpat/lib/xmlparse.c
4576
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
4579
enum XML_Error result = doCdataSection(
lib/libexpat/lib/xmlparse.c
4599
static enum XML_Error
lib/libexpat/lib/xmlparse.c
471
typedef enum XML_Error PTRCALL Processor(XML_Parser parser, const char *start,
lib/libexpat/lib/xmlparse.c
4730
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
4733
enum XML_Error result
lib/libexpat/lib/xmlparse.c
4748
static enum XML_Error
lib/libexpat/lib/xmlparse.c
4830
static enum XML_Error
lib/libexpat/lib/xmlparse.c
4860
static enum XML_Error
lib/libexpat/lib/xmlparse.c
493
static enum XML_Error handleUnknownEncoding(XML_Parser parser,
lib/libexpat/lib/xmlparse.c
4930
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
495
static enum XML_Error processXmlDecl(XML_Parser parser, int isGeneralTextEntity,
lib/libexpat/lib/xmlparse.c
4952
static enum XML_Error
lib/libexpat/lib/xmlparse.c
497
static enum XML_Error initializeEncoding(XML_Parser parser);
lib/libexpat/lib/xmlparse.c
498
static enum XML_Error doProlog(XML_Parser parser, const ENCODING *enc,
lib/libexpat/lib/xmlparse.c
4986
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
4989
enum XML_Error result = initializeEncoding(parser);
lib/libexpat/lib/xmlparse.c
4998
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
5001
enum XML_Error result = initializeEncoding(parser);
lib/libexpat/lib/xmlparse.c
5018
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
503
static enum XML_Error processEntity(XML_Parser parser, ENTITY *entity,
lib/libexpat/lib/xmlparse.c
505
static enum XML_Error doContent(XML_Parser parser, int startTagLevel,
lib/libexpat/lib/xmlparse.c
5053
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
509
static enum XML_Error doCdataSection(XML_Parser parser, const ENCODING *enc,
lib/libexpat/lib/xmlparse.c
5102
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
514
static enum XML_Error doIgnoreSection(XML_Parser parser, const ENCODING *enc,
lib/libexpat/lib/xmlparse.c
5148
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
5195
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
520
static enum XML_Error storeAtts(XML_Parser parser, const ENCODING *enc,
lib/libexpat/lib/xmlparse.c
5205
static enum XML_Error
lib/libexpat/lib/xmlparse.c
524
static enum XML_Error addBinding(XML_Parser parser, PREFIX *prefix,
lib/libexpat/lib/xmlparse.c
530
static enum XML_Error storeAttributeValue(XML_Parser parser,
lib/libexpat/lib/xmlparse.c
5320
enum XML_Error result = processXmlDecl(parser, 0, s, next);
lib/libexpat/lib/xmlparse.c
535
static enum XML_Error
lib/libexpat/lib/xmlparse.c
5350
enum XML_Error result = processXmlDecl(parser, 1, s, next);
lib/libexpat/lib/xmlparse.c
543
static enum XML_Error storeEntityValue(XML_Parser parser, const ENCODING *enc,
lib/libexpat/lib/xmlparse.c
547
static enum XML_Error callStoreEntityValue(XML_Parser parser,
lib/libexpat/lib/xmlparse.c
552
static enum XML_Error storeSelfEntityValue(XML_Parser parser, ENTITY *entity);
lib/libexpat/lib/xmlparse.c
5591
enum XML_Error result = storeAttributeValue(
lib/libexpat/lib/xmlparse.c
5630
enum XML_Error result = callStoreEntityValue(
lib/libexpat/lib/xmlparse.c
5654
const enum XML_Error result
lib/libexpat/lib/xmlparse.c
5731
const enum XML_Error result
lib/libexpat/lib/xmlparse.c
5903
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
6056
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
6281
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
6359
static enum XML_Error
lib/libexpat/lib/xmlparse.c
6420
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
6429
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
6502
static enum XML_Error PTRCALL
lib/libexpat/lib/xmlparse.c
6511
static enum XML_Error
lib/libexpat/lib/xmlparse.c
6516
enum XML_Error result = XML_ERROR_NONE;
lib/libexpat/lib/xmlparse.c
6588
static enum XML_Error
lib/libexpat/lib/xmlparse.c
6751
enum XML_Error result;
lib/libexpat/lib/xmlparse.c
6782
static enum XML_Error
lib/libexpat/lib/xmlparse.c
6788
enum XML_Error result = XML_ERROR_NONE;
lib/libexpat/lib/xmlparse.c
6970
static enum XML_Error
lib/libexpat/lib/xmlparse.c
6975
enum XML_Error result = XML_ERROR_NONE;
lib/libexpat/lib/xmlparse.c
7043
static enum XML_Error
lib/libexpat/lib/xmlparse.c
728
enum XML_Error m_errorCode;
lib/libexpat/tests/basic_tests.c
1802
enum XML_Error expectedError;
lib/libexpat/tests/basic_tests.c
1836
const enum XML_Error actualError = XML_GetErrorCode(g_parser);
lib/libexpat/tests/basic_tests.c
1859
enum XML_Error expected_error;
lib/libexpat/tests/basic_tests.c
1903
enum XML_Error actual_error;
lib/libexpat/tests/common.c
185
enum XML_Error err = XML_GetErrorCode(parser);
lib/libexpat/tests/common.c
222
_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
986
enum XML_Error error;
lib/libexpat/tests/handlers.h
188
enum XML_Error error;
lib/libexpat/tests/handlers.h
358
enum XML_Error error;
lib/libexpat/tests/misc_tests.c
128
enum XML_Error xml_error;
lib/libexpat/tests/misc_tests.c
132
assert_true(sizeof(enum XML_Error) == sizeof(int)); // self-test
lib/libexpat/tests/misc_tests.c
705
enum XML_Error expectedErrorNoGE;
lib/libexpat/tests/misc_tests.c
754
const enum XML_Error expectedError = XML_ERROR_ASYNC_ENTITY;
lib/libexpat/tests/misc_tests.c
757
const enum XML_Error expectedError = testCase.expectedErrorNoGE;