Lines Matching refs:XML_Bool
303 XML_Bool open;
304 XML_Bool is_param;
305 XML_Bool is_internal; /* true if declared in internal subset outside PE */
340 XML_Bool maybeTokenized;
341 XML_Bool xmlns;
346 XML_Bool isCdata;
373 XML_Bool keepProcessing;
376 XML_Bool hasParamEntityRefs;
377 XML_Bool standalone;
380 XML_Bool paramEntityRead;
385 XML_Bool in_eldecl;
400 XML_Bool betweenDecl; /* WFC: PE Between Declarations */
458 XML_Bool haveMore, XML_Bool allowClosingDoctype,
461 XML_Bool betweenDecl);
465 XML_Bool haveMore, enum XML_Account account);
468 const char **nextPtr, XML_Bool haveMore,
473 const char **nextPtr, XML_Bool haveMore);
484 static int defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
485 XML_Bool isId, const XML_Char *dfltValue,
488 XML_Bool isCdata, const char *,
492 XML_Bool isCdata, const char *,
509 static XML_Bool setContext(XML_Parser parser, const XML_Char *context);
516 static void dtdDestroy(DTD *p, XML_Bool isDocEntity,
539 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
556 static XML_Bool startParsing(XML_Parser parser);
573 static XML_Bool accountingDiffTolerated(XML_Parser originParser, int tok,
648 XML_Bool m_ns;
649 XML_Bool m_ns_triplets;
662 XML_Bool m_defaultExpandInternalEntities;
673 XML_Bool m_declAttributeIsCdata;
674 XML_Bool m_declAttributeIsId;
700 XML_Bool m_isParamEntity;
701 XML_Bool m_useForeignDTD;
950 static XML_Bool /* only valid for root parser */
1181 XML_Bool XMLCALL
1279 XML_Bool oldDefaultExpandInternalEntities; in XML_ExternalEntityParserCreate()
1285 XML_Bool oldns_triplets; in XML_ExternalEntityParserCreate()
1479 dtdDestroy(parser->m_dtd, (XML_Bool)! parser->m_parentParser, in XML_ParserFree()
1502 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD) { in XML_UseForeignDTD()
1843 parser->m_parsingStatus.finalBuffer = (XML_Bool)isFinal; in XML_Parse()
1903 parser->m_parsingStatus.finalBuffer = (XML_Bool)isFinal; in XML_Parse()
2007 parser->m_parsingStatus.finalBuffer = (XML_Bool)isFinal; in XML_ParseBuffer()
2161 XML_StopParser(XML_Parser parser, XML_Bool resumable) { in XML_StopParser()
2532 XML_Bool XMLCALL
2544 XML_Bool XMLCALL
2560 static XML_Bool
2614 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_ACCOUNT_DIRECT); in contentProcessor()
2729 (XML_Bool)! parser->m_parsingStatus.finalBuffer, in externalEntityContentProcessor()
2741 XML_Bool haveMore, enum XML_Account account) { in doContent()
2969 XML_Bool noElmHandlers = XML_TRUE; in doContent()
3373 XML_Bool isCdata = XML_TRUE; in storeAtts()
3709 static XML_Bool
3847 XML_Bool mustBeXML = XML_FALSE; in addBinding()
3848 XML_Bool isXML = XML_TRUE; in addBinding()
3849 XML_Bool isXMLNS = XML_TRUE; in addBinding()
3995 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_ACCOUNT_DIRECT); in cdataSectionProcessor()
4015 const char *end, const char **nextPtr, XML_Bool haveMore, in doCdataSection()
4142 (XML_Bool)! parser->m_parsingStatus.finalBuffer); in ignoreSectionProcessor()
4157 const char *end, const char **nextPtr, XML_Bool haveMore) { in doIgnoreSection()
4551 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_TRUE, in externalParEntProcessor()
4599 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_TRUE, in prologProcessor()
4605 int tok, const char *next, const char **nextPtr, XML_Bool haveMore, in doProlog()
4606 XML_Bool allowClosingDoctype, enum XML_Account account) { in doProlog()
4654 XML_Bool handleDefault = XML_TRUE; in doProlog()
4817 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
4864 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
5419 XML_Bool betweenDecl in doProlog()
5706 processInternalEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl) { in processInternalEntity()
5822 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_TRUE, in internalEntityProcessor()
5831 (XML_Bool)! parser->m_parsingStatus.finalBuffer, in internalEntityProcessor()
5846 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue()
5861 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue()
6361 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute()
6362 XML_Bool isId, const XML_Char *value, XML_Parser parser) { in defineAttribute()
6517 XML_Bool needSep = XML_FALSE; in getContext()
6609 static XML_Bool
6764 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms) { in dtdDestroy()
6984 static XML_Bool FASTCALL
7296 static XML_Bool FASTCALL
7709 static XML_Bool
7750 const XML_Bool tolerated in accountingDiffTolerated()