Symbol: XML_Bool
lib/libexpat/lib/expat.h
1055
XMLPARSEAPI(XML_Bool)
lib/libexpat/lib/expat.h
1061
XMLPARSEAPI(XML_Bool)
lib/libexpat/lib/expat.h
1066
XMLPARSEAPI(XML_Bool)
lib/libexpat/lib/expat.h
1071
XMLPARSEAPI(XML_Bool)
lib/libexpat/lib/expat.h
1077
XMLPARSEAPI(XML_Bool)
lib/libexpat/lib/expat.h
1078
XML_SetReparseDeferralEnabled(XML_Parser parser, XML_Bool enabled);
lib/libexpat/lib/expat.h
287
XMLPARSEAPI(XML_Bool)
lib/libexpat/lib/expat.h
59
# define XML_TRUE ((XML_Bool)1)
lib/libexpat/lib/expat.h
60
# define XML_FALSE ((XML_Bool)0)
lib/libexpat/lib/expat.h
722
XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);
lib/libexpat/lib/expat.h
829
XML_StopParser(XML_Parser parser, XML_Bool resumable);
lib/libexpat/lib/expat.h
850
XML_Bool finalBuffer;
lib/libexpat/lib/internal.h
183
XML_Bool g_reparseDeferralEnabledDefault; // written ONLY in runtests.c
lib/libexpat/lib/xmlparse.c
1323
static XML_Bool /* only valid for root parser */
lib/libexpat/lib/xmlparse.c
1641
XML_Bool XMLCALL
lib/libexpat/lib/xmlparse.c
1700
static XML_Bool
lib/libexpat/lib/xmlparse.c
1770
XML_Bool oldDefaultExpandInternalEntities;
lib/libexpat/lib/xmlparse.c
1776
XML_Bool oldns_triplets;
lib/libexpat/lib/xmlparse.c
1783
XML_Bool oldReparseDeferralEnabled;
lib/libexpat/lib/xmlparse.c
2003
dtdDestroy(parser->m_dtd, (XML_Bool)! parser->m_parentParser, parser);
lib/libexpat/lib/xmlparse.c
2028
XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD) {
lib/libexpat/lib/xmlparse.c
2383
parser->m_parsingStatus.finalBuffer = (XML_Bool)isFinal;
lib/libexpat/lib/xmlparse.c
2494
parser->m_parsingStatus.finalBuffer = (XML_Bool)isFinal;
lib/libexpat/lib/xmlparse.c
2664
XML_StopParser(XML_Parser parser, XML_Bool resumable) {
lib/libexpat/lib/xmlparse.c
3069
XML_Bool XMLCALL
lib/libexpat/lib/xmlparse.c
3081
XML_Bool XMLCALL
lib/libexpat/lib/xmlparse.c
3091
XML_Bool XMLCALL
lib/libexpat/lib/xmlparse.c
3104
XML_Bool XMLCALL
lib/libexpat/lib/xmlparse.c
3115
XML_Bool XMLCALL
lib/libexpat/lib/xmlparse.c
3116
XML_SetReparseDeferralEnabled(XML_Parser parser, XML_Bool enabled) {
lib/libexpat/lib/xmlparse.c
3129
static XML_Bool
lib/libexpat/lib/xmlparse.c
3183
endPtr, (XML_Bool)! parser->m_parsingStatus.finalBuffer,
lib/libexpat/lib/xmlparse.c
327
XML_Bool open;
lib/libexpat/lib/xmlparse.c
328
XML_Bool hasMore; /* true if entity has not been completely processed */
lib/libexpat/lib/xmlparse.c
3304
(XML_Bool)! parser->m_parsingStatus.finalBuffer,
lib/libexpat/lib/xmlparse.c
3316
XML_Bool haveMore, enum XML_Account account) {
lib/libexpat/lib/xmlparse.c
332
XML_Bool is_param;
lib/libexpat/lib/xmlparse.c
333
XML_Bool is_internal; /* true if declared in internal subset outside PE */
lib/libexpat/lib/xmlparse.c
3545
XML_Bool noElmHandlers = XML_TRUE;
lib/libexpat/lib/xmlparse.c
368
XML_Bool maybeTokenized;
lib/libexpat/lib/xmlparse.c
369
XML_Bool xmlns;
lib/libexpat/lib/xmlparse.c
374
XML_Bool isCdata;
lib/libexpat/lib/xmlparse.c
3961
XML_Bool isCdata = XML_TRUE;
lib/libexpat/lib/xmlparse.c
401
XML_Bool keepProcessing;
lib/libexpat/lib/xmlparse.c
404
XML_Bool hasParamEntityRefs;
lib/libexpat/lib/xmlparse.c
405
XML_Bool standalone;
lib/libexpat/lib/xmlparse.c
408
XML_Bool paramEntityRead;
lib/libexpat/lib/xmlparse.c
413
XML_Bool in_eldecl;
lib/libexpat/lib/xmlparse.c
4296
static XML_Bool
lib/libexpat/lib/xmlparse.c
434
XML_Bool betweenDecl; /* WFC: PE Between Declarations */
lib/libexpat/lib/xmlparse.c
4434
XML_Bool mustBeXML = XML_FALSE;
lib/libexpat/lib/xmlparse.c
4435
XML_Bool isXML = XML_TRUE;
lib/libexpat/lib/xmlparse.c
4436
XML_Bool isXMLNS = XML_TRUE;
lib/libexpat/lib/xmlparse.c
4581
(XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_ACCOUNT_DIRECT);
lib/libexpat/lib/xmlparse.c
4601
const char *end, const char **nextPtr, XML_Bool haveMore,
lib/libexpat/lib/xmlparse.c
4735
(XML_Bool)! parser->m_parsingStatus.finalBuffer);
lib/libexpat/lib/xmlparse.c
4750
const char *end, const char **nextPtr, XML_Bool haveMore) {
lib/libexpat/lib/xmlparse.c
501
XML_Bool haveMore, XML_Bool allowClosingDoctype,
lib/libexpat/lib/xmlparse.c
504
XML_Bool betweenDecl, enum EntityType type);
lib/libexpat/lib/xmlparse.c
508
XML_Bool haveMore, enum XML_Account account);
lib/libexpat/lib/xmlparse.c
511
const char **nextPtr, XML_Bool haveMore,
lib/libexpat/lib/xmlparse.c
5144
(XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_TRUE,
lib/libexpat/lib/xmlparse.c
516
const char **nextPtr, XML_Bool haveMore);
lib/libexpat/lib/xmlparse.c
5201
(XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_TRUE,
lib/libexpat/lib/xmlparse.c
5207
int tok, const char *next, const char **nextPtr, XML_Bool haveMore,
lib/libexpat/lib/xmlparse.c
5208
XML_Bool allowClosingDoctype, enum XML_Account account) {
lib/libexpat/lib/xmlparse.c
5256
XML_Bool handleDefault = XML_TRUE;
lib/libexpat/lib/xmlparse.c
528
XML_Bool isCdata, XML_Bool isId,
lib/libexpat/lib/xmlparse.c
531
const ENCODING *enc, XML_Bool isCdata,
lib/libexpat/lib/xmlparse.c
536
appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
lib/libexpat/lib/xmlparse.c
5421
XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs;
lib/libexpat/lib/xmlparse.c
5468
XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs;
lib/libexpat/lib/xmlparse.c
562
static XML_Bool setContext(XML_Parser parser, const XML_Char *context);
lib/libexpat/lib/xmlparse.c
569
static void dtdDestroy(DTD *p, XML_Bool isDocEntity, XML_Parser parser);
lib/libexpat/lib/xmlparse.c
590
static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
lib/libexpat/lib/xmlparse.c
6057
XML_Bool betweenDecl
lib/libexpat/lib/xmlparse.c
608
static XML_Bool startParsing(XML_Parser parser);
lib/libexpat/lib/xmlparse.c
626
static XML_Bool accountingDiffTolerated(XML_Parser originParser, int tok,
lib/libexpat/lib/xmlparse.c
6360
processEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl,
lib/libexpat/lib/xmlparse.c
6512
storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
lib/libexpat/lib/xmlparse.c
6589
appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
lib/libexpat/lib/xmlparse.c
659
XML_Bool g_reparseDeferralEnabledDefault
lib/libexpat/lib/xmlparse.c
689
XML_Bool m_reparseDeferralEnabled;
lib/libexpat/lib/xmlparse.c
7183
defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata,
lib/libexpat/lib/xmlparse.c
7184
XML_Bool isId, const XML_Char *value, XML_Parser parser) {
lib/libexpat/lib/xmlparse.c
720
XML_Bool m_ns;
lib/libexpat/lib/xmlparse.c
721
XML_Bool m_ns_triplets;
lib/libexpat/lib/xmlparse.c
7339
XML_Bool needSep = XML_FALSE;
lib/libexpat/lib/xmlparse.c
738
XML_Bool m_defaultExpandInternalEntities;
lib/libexpat/lib/xmlparse.c
7431
static XML_Bool
lib/libexpat/lib/xmlparse.c
749
XML_Bool m_declAttributeIsCdata;
lib/libexpat/lib/xmlparse.c
750
XML_Bool m_declAttributeIsId;
lib/libexpat/lib/xmlparse.c
7598
dtdDestroy(DTD *p, XML_Bool isDocEntity, XML_Parser parser) {
lib/libexpat/lib/xmlparse.c
776
XML_Bool m_isParamEntity;
lib/libexpat/lib/xmlparse.c
777
XML_Bool m_useForeignDTD;
lib/libexpat/lib/xmlparse.c
7827
static XML_Bool FASTCALL
lib/libexpat/lib/xmlparse.c
786
XML_Bool m_reenter;
lib/libexpat/lib/xmlparse.c
8156
static XML_Bool FASTCALL
lib/libexpat/lib/xmlparse.c
8588
static XML_Bool
lib/libexpat/lib/xmlparse.c
8629
const XML_Bool tolerated
lib/libexpat/tests/basic_tests.c
1253
const XML_Bool reset_or_not[] = {XML_TRUE, XML_FALSE};
lib/libexpat/tests/basic_tests.c
1258
const XML_Bool reset_wanted = reset_or_not[j];
lib/libexpat/tests/basic_tests.c
3396
XML_Bool nested_callback_happened;
lib/libexpat/tests/basic_tests.c
5948
assert_true(XML_SetReparseDeferralEnabled(NULL, (XML_Bool)INT_MIN)
lib/libexpat/tests/basic_tests.c
5950
assert_true(XML_SetReparseDeferralEnabled(NULL, (XML_Bool)INT_MAX)
lib/libexpat/tests/common.c
140
XML_Bool g_resumable = XML_FALSE;
lib/libexpat/tests/common.c
143
XML_Bool g_abortable = XML_FALSE;
lib/libexpat/tests/common.h
83
extern XML_Bool g_resumable;
lib/libexpat/tests/common.h
84
extern XML_Bool g_abortable;
lib/libexpat/tests/handlers.h
600
XML_Bool seen;
lib/libexpat/tests/misc_tests.c
370
const XML_Bool suspendOrNot[] = {XML_FALSE, XML_TRUE};
lib/libexpat/tests/misc_tests.c
378
const XML_Bool suspend = suspendOrNot[suspendOrNotIndex];
lib/libexpat/tests/misc_tests.c
572
const XML_Bool cases[] = {XML_TRUE, XML_FALSE};
lib/libexpat/tests/misc_tests.c
574
const XML_Bool resumable = cases[i];