Lines Matching refs:XML_Bool
329 XML_Bool open;
330 XML_Bool is_param;
331 XML_Bool is_internal; /* true if declared in internal subset outside PE */
366 XML_Bool maybeTokenized;
367 XML_Bool xmlns;
372 XML_Bool isCdata;
399 XML_Bool keepProcessing;
402 XML_Bool hasParamEntityRefs;
403 XML_Bool standalone;
406 XML_Bool paramEntityRead;
411 XML_Bool in_eldecl;
426 XML_Bool betweenDecl; /* WFC: PE Between Declarations */
484 XML_Bool haveMore, XML_Bool allowClosingDoctype,
487 XML_Bool betweenDecl);
491 XML_Bool haveMore, enum XML_Account account);
494 const char **nextPtr, XML_Bool haveMore,
499 const char **nextPtr, XML_Bool haveMore);
511 XML_Bool isCdata, XML_Bool isId,
514 const ENCODING *enc, XML_Bool isCdata,
520 XML_Bool isCdata, const char *ptr,
541 static XML_Bool setContext(XML_Parser parser, const XML_Char *context);
548 static void dtdDestroy(DTD *p, XML_Bool isDocEntity,
572 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
589 static XML_Bool startParsing(XML_Parser parser);
606 static XML_Bool accountingDiffTolerated(XML_Parser originParser, int tok,
639 XML_Bool g_reparseDeferralEnabledDefault
669 XML_Bool m_reparseDeferralEnabled;
700 XML_Bool m_ns;
701 XML_Bool m_ns_triplets;
714 XML_Bool m_defaultExpandInternalEntities;
725 XML_Bool m_declAttributeIsCdata;
726 XML_Bool m_declAttributeIsId;
752 XML_Bool m_isParamEntity;
753 XML_Bool m_useForeignDTD;
1045 static XML_Bool /* only valid for root parser */
1287 XML_Bool XMLCALL
1385 XML_Bool oldDefaultExpandInternalEntities; in XML_ExternalEntityParserCreate()
1391 XML_Bool oldns_triplets; in XML_ExternalEntityParserCreate()
1398 XML_Bool oldReparseDeferralEnabled; in XML_ExternalEntityParserCreate()
1588 dtdDestroy(parser->m_dtd, (XML_Bool)! parser->m_parentParser, in XML_ParserFree()
1611 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD) { in XML_UseForeignDTD()
1968 parser->m_parsingStatus.finalBuffer = (XML_Bool)isFinal; in XML_Parse()
2079 parser->m_parsingStatus.finalBuffer = (XML_Bool)isFinal; in XML_ParseBuffer()
2236 XML_StopParser(XML_Parser parser, XML_Bool resumable) { in XML_StopParser()
2610 XML_Bool XMLCALL
2622 XML_Bool XMLCALL
2633 XML_Bool XMLCALL
2634 XML_SetReparseDeferralEnabled(XML_Parser parser, XML_Bool enabled) { in XML_SetReparseDeferralEnabled()
2647 static XML_Bool
2701 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_ACCOUNT_DIRECT); in contentProcessor()
2816 (XML_Bool)! parser->m_parsingStatus.finalBuffer, in externalEntityContentProcessor()
2828 XML_Bool haveMore, enum XML_Account account) { in doContent()
3056 XML_Bool noElmHandlers = XML_TRUE; in doContent()
3460 XML_Bool isCdata = XML_TRUE; in storeAtts()
3796 static XML_Bool
3934 XML_Bool mustBeXML = XML_FALSE; in addBinding()
3935 XML_Bool isXML = XML_TRUE; in addBinding()
3936 XML_Bool isXMLNS = XML_TRUE; in addBinding()
4082 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_ACCOUNT_DIRECT); in cdataSectionProcessor()
4102 const char *end, const char **nextPtr, XML_Bool haveMore, in doCdataSection()
4229 (XML_Bool)! parser->m_parsingStatus.finalBuffer); in ignoreSectionProcessor()
4244 const char *end, const char **nextPtr, XML_Bool haveMore) { in doIgnoreSection()
4638 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_TRUE, in externalParEntProcessor()
4686 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_TRUE, in prologProcessor()
4692 int tok, const char *next, const char **nextPtr, XML_Bool haveMore, in doProlog()
4693 XML_Bool allowClosingDoctype, enum XML_Account account) { in doProlog()
4741 XML_Bool handleDefault = XML_TRUE; in doProlog()
4906 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
4953 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
5540 XML_Bool betweenDecl in doProlog()
5827 processInternalEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl) { in processInternalEntity()
5948 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_TRUE, in internalEntityProcessor()
5955 (XML_Bool)! parser->m_parsingStatus.finalBuffer, in internalEntityProcessor()
5975 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue()
5990 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue()
6516 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute()
6517 XML_Bool isId, const XML_Char *value, XML_Parser parser) { in defineAttribute()
6672 XML_Bool needSep = XML_FALSE; in getContext()
6764 static XML_Bool
6923 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms) { in dtdDestroy()
7153 static XML_Bool FASTCALL
7465 static XML_Bool FASTCALL
7891 static XML_Bool
7932 const XML_Bool tolerated in accountingDiffTolerated()