• Home
  • Raw
  • Download

Lines Matching refs:XML_Bool

200   XML_Bool open;
201 XML_Bool is_param;
202 XML_Bool is_internal; /* true if declared in internal subset outside PE */
237 XML_Bool maybeTokenized;
238 XML_Bool xmlns;
243 XML_Bool isCdata;
270 XML_Bool keepProcessing;
273 XML_Bool hasParamEntityRefs;
274 XML_Bool standalone;
277 XML_Bool paramEntityRead;
282 XML_Bool in_eldecl;
297 XML_Bool betweenDecl; /* WFC: PE Between Declarations */
334 XML_Bool haveMore);
337 XML_Bool betweenDecl);
341 XML_Bool haveMore);
344 const char *end, const char **nextPtr, XML_Bool haveMore);
348 const char *end, const char **nextPtr, XML_Bool haveMore);
358 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
359 XML_Bool isId, const XML_Char *dfltValue, XML_Parser parser);
361 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
364 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
385 static XML_Bool
394 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms);
421 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
436 static XML_Bool startParsing(XML_Parser parser);
503 XML_Bool m_ns;
504 XML_Bool m_ns_triplets;
517 XML_Bool m_defaultExpandInternalEntities;
528 XML_Bool m_declAttributeIsCdata;
529 XML_Bool m_declAttributeIsId;
555 XML_Bool m_isParamEntity;
556 XML_Bool m_useForeignDTD;
701 static XML_Bool /* only valid for root parser */
924 XML_Bool XMLCALL
1019 XML_Bool oldDefaultExpandInternalEntities = defaultExpandInternalEntities; in XML_ExternalEntityParserCreate()
1025 XML_Bool oldns_triplets = ns_triplets; in XML_ExternalEntityParserCreate()
1179 dtdDestroy(_dtd, (XML_Bool)!parentParser, &parser->m_mem); in XML_ParserFree()
1201 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD) in XML_UseForeignDTD()
1519 ps_finalBuffer = (XML_Bool)isFinal; in XML_Parse()
1556 ps_finalBuffer = (XML_Bool)isFinal; in XML_Parse()
1649 ps_finalBuffer = (XML_Bool)isFinal; in XML_ParseBuffer()
1771 XML_StopParser(XML_Parser parser, XML_Bool resumable) in XML_StopParser()
2065 static XML_Bool
2117 endPtr, (XML_Bool)!ps_finalBuffer); in contentProcessor()
2233 endPtr, (XML_Bool)!ps_finalBuffer); in externalEntityContentProcessor()
2248 XML_Bool haveMore) in doContent()
2468 XML_Bool noElmHandlers = XML_TRUE; in doContent()
2797 XML_Bool isCdata = XML_TRUE; in storeAtts()
3086 XML_Bool mustBeXML = XML_FALSE; in addBinding()
3087 XML_Bool isXML = XML_TRUE; in addBinding()
3088 XML_Bool isXMLNS = XML_TRUE; in addBinding()
3186 endPtr, (XML_Bool)!ps_finalBuffer); in cdataSectionProcessor()
3211 XML_Bool haveMore) in doCdataSection()
3328 endPtr, (XML_Bool)!ps_finalBuffer); in ignoreSectionProcessor()
3347 XML_Bool haveMore) in doIgnoreSection()
3703 nextPtr, (XML_Bool)!ps_finalBuffer); in externalParEntProcessor()
3753 nextPtr, (XML_Bool)!ps_finalBuffer); in prologProcessor()
3764 XML_Bool haveMore) in doProlog()
3807 XML_Bool handleDefault = XML_TRUE; in doProlog()
3952 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
3997 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
4532 XML_Bool betweenDecl = in doProlog()
4809 XML_Bool betweenDecl) in processInternalEntity()
4913 (XML_Bool)!ps_finalBuffer); in internalEntityProcessor()
4921 nextPtr, (XML_Bool)!ps_finalBuffer); in internalEntityProcessor()
4935 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue()
4951 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue()
5370 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute()
5371 XML_Bool isId, const XML_Char *value, XML_Parser parser) in defineAttribute()
5513 XML_Bool needSep = XML_FALSE; in getContext()
5577 static XML_Bool
5736 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms) in dtdDestroy()
5967 static XML_Bool FASTCALL
6225 static XML_Bool FASTCALL