Lines Matching refs:XML_Bool
327 XML_Bool open;
328 XML_Bool hasMore; /* true if entity has not been completely processed */
332 XML_Bool is_param;
333 XML_Bool is_internal; /* true if declared in internal subset outside PE */
368 XML_Bool maybeTokenized;
369 XML_Bool xmlns;
374 XML_Bool isCdata;
401 XML_Bool keepProcessing;
404 XML_Bool hasParamEntityRefs;
405 XML_Bool standalone;
408 XML_Bool paramEntityRead;
413 XML_Bool in_eldecl;
434 XML_Bool betweenDecl; /* WFC: PE Between Declarations */
493 XML_Bool haveMore, XML_Bool allowClosingDoctype,
496 XML_Bool betweenDecl, enum EntityType type);
500 XML_Bool haveMore, enum XML_Account account);
503 const char **nextPtr, XML_Bool haveMore,
508 const char **nextPtr, XML_Bool haveMore);
520 XML_Bool isCdata, XML_Bool isId,
523 const ENCODING *enc, XML_Bool isCdata,
528 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
554 static XML_Bool setContext(XML_Parser parser, const XML_Char *context);
561 static void dtdDestroy(DTD *p, XML_Bool isDocEntity,
585 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
602 static XML_Bool startParsing(XML_Parser parser);
619 static XML_Bool accountingDiffTolerated(XML_Parser originParser, int tok,
652 XML_Bool g_reparseDeferralEnabledDefault
682 XML_Bool m_reparseDeferralEnabled;
713 XML_Bool m_ns;
714 XML_Bool m_ns_triplets;
731 XML_Bool m_defaultExpandInternalEntities;
742 XML_Bool m_declAttributeIsCdata;
743 XML_Bool m_declAttributeIsId;
769 XML_Bool m_isParamEntity;
770 XML_Bool m_useForeignDTD;
778 XML_Bool m_reenter;
1085 static XML_Bool /* only valid for root parser */
1333 XML_Bool XMLCALL
1392 static XML_Bool
1461 XML_Bool oldDefaultExpandInternalEntities; in XML_ExternalEntityParserCreate()
1467 XML_Bool oldns_triplets; in XML_ExternalEntityParserCreate()
1474 XML_Bool oldReparseDeferralEnabled; in XML_ExternalEntityParserCreate()
1691 dtdDestroy(parser->m_dtd, (XML_Bool)! parser->m_parentParser, in XML_ParserFree()
1714 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD) { in XML_UseForeignDTD()
2067 parser->m_parsingStatus.finalBuffer = (XML_Bool)isFinal; in XML_Parse()
2178 parser->m_parsingStatus.finalBuffer = (XML_Bool)isFinal; in XML_ParseBuffer()
2340 XML_StopParser(XML_Parser parser, XML_Bool resumable) { in XML_StopParser()
2723 XML_Bool XMLCALL
2735 XML_Bool XMLCALL
2746 XML_Bool XMLCALL
2747 XML_SetReparseDeferralEnabled(XML_Parser parser, XML_Bool enabled) { in XML_SetReparseDeferralEnabled()
2760 static XML_Bool
2814 endPtr, (XML_Bool)! parser->m_parsingStatus.finalBuffer, in contentProcessor()
2935 (XML_Bool)! parser->m_parsingStatus.finalBuffer, in externalEntityContentProcessor()
2947 XML_Bool haveMore, enum XML_Account account) { in doContent()
3175 XML_Bool noElmHandlers = XML_TRUE; in doContent()
3591 XML_Bool isCdata = XML_TRUE; in storeAtts()
3927 static XML_Bool
4065 XML_Bool mustBeXML = XML_FALSE; in addBinding()
4066 XML_Bool isXML = XML_TRUE; in addBinding()
4067 XML_Bool isXMLNS = XML_TRUE; in addBinding()
4213 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_ACCOUNT_DIRECT); in cdataSectionProcessor()
4233 const char *end, const char **nextPtr, XML_Bool haveMore, in doCdataSection()
4367 (XML_Bool)! parser->m_parsingStatus.finalBuffer); in ignoreSectionProcessor()
4382 const char *end, const char **nextPtr, XML_Bool haveMore) { in doIgnoreSection()
4776 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_TRUE, in externalParEntProcessor()
4824 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_TRUE, in prologProcessor()
4830 int tok, const char *next, const char **nextPtr, XML_Bool haveMore, in doProlog()
4831 XML_Bool allowClosingDoctype, enum XML_Account account) { in doProlog()
4879 XML_Bool handleDefault = XML_TRUE; in doProlog()
5044 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
5091 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
5678 XML_Bool betweenDecl in doProlog()
5978 processEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl, in processEntity()
6127 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue()
6204 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue()
6791 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute()
6792 XML_Bool isId, const XML_Char *value, XML_Parser parser) { in defineAttribute()
6947 XML_Bool needSep = XML_FALSE; in getContext()
7039 static XML_Bool
7198 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms) { in dtdDestroy()
7428 static XML_Bool FASTCALL
7740 static XML_Bool FASTCALL
8166 static XML_Bool
8207 const XML_Bool tolerated in accountingDiffTolerated()