Lines Matching refs:XML_Bool

208   XML_Bool open;
209 XML_Bool is_param;
210 XML_Bool is_internal; /* true if declared in internal subset outside PE */
245 XML_Bool maybeTokenized;
246 XML_Bool xmlns;
251 XML_Bool isCdata;
278 XML_Bool keepProcessing;
281 XML_Bool hasParamEntityRefs;
282 XML_Bool standalone;
285 XML_Bool paramEntityRead;
290 XML_Bool in_eldecl;
305 XML_Bool betweenDecl; /* WFC: PE Between Declarations */
342 XML_Bool haveMore);
345 XML_Bool betweenDecl);
349 XML_Bool haveMore);
352 const char *end, const char **nextPtr, XML_Bool haveMore);
356 const char *end, const char **nextPtr, XML_Bool haveMore);
366 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
367 XML_Bool isId, const XML_Char *dfltValue, XML_Parser parser);
369 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
372 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
393 static XML_Bool
402 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms);
429 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
444 static XML_Bool startParsing(XML_Parser parser);
511 XML_Bool m_ns;
512 XML_Bool m_ns_triplets;
525 XML_Bool m_defaultExpandInternalEntities;
536 XML_Bool m_declAttributeIsCdata;
537 XML_Bool m_declAttributeIsId;
563 XML_Bool m_isParamEntity;
564 XML_Bool m_useForeignDTD;
736 static XML_Bool /* only valid for root parser */
959 XML_Bool XMLCALL
1054 XML_Bool oldDefaultExpandInternalEntities = defaultExpandInternalEntities; in XML_ExternalEntityParserCreate()
1060 XML_Bool oldns_triplets = ns_triplets; in XML_ExternalEntityParserCreate()
1214 dtdDestroy(_dtd, (XML_Bool)!parentParser, &parser->m_mem); in XML_ParserFree()
1236 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD) in XML_UseForeignDTD()
1554 ps_finalBuffer = (XML_Bool)isFinal; in XML_Parse()
1591 ps_finalBuffer = (XML_Bool)isFinal; in XML_Parse()
1684 ps_finalBuffer = (XML_Bool)isFinal; in XML_ParseBuffer()
1810 XML_StopParser(XML_Parser parser, XML_Bool resumable) in XML_StopParser()
2104 static XML_Bool
2156 endPtr, (XML_Bool)!ps_finalBuffer); in contentProcessor()
2272 endPtr, (XML_Bool)!ps_finalBuffer); in externalEntityContentProcessor()
2287 XML_Bool haveMore) in doContent()
2507 XML_Bool noElmHandlers = XML_TRUE; in doContent()
2836 XML_Bool isCdata = XML_TRUE; in storeAtts()
3125 XML_Bool mustBeXML = XML_FALSE; in addBinding()
3126 XML_Bool isXML = XML_TRUE; in addBinding()
3127 XML_Bool isXMLNS = XML_TRUE; in addBinding()
3225 endPtr, (XML_Bool)!ps_finalBuffer); in cdataSectionProcessor()
3250 XML_Bool haveMore) in doCdataSection()
3367 endPtr, (XML_Bool)!ps_finalBuffer); in ignoreSectionProcessor()
3386 XML_Bool haveMore) in doIgnoreSection()
3742 nextPtr, (XML_Bool)!ps_finalBuffer); in externalParEntProcessor()
3792 nextPtr, (XML_Bool)!ps_finalBuffer); in prologProcessor()
3803 XML_Bool haveMore) in doProlog()
3846 XML_Bool handleDefault = XML_TRUE; in doProlog()
3991 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
4036 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
4571 XML_Bool betweenDecl = in doProlog()
4848 XML_Bool betweenDecl) in processInternalEntity()
4952 (XML_Bool)!ps_finalBuffer); in internalEntityProcessor()
4960 nextPtr, (XML_Bool)!ps_finalBuffer); in internalEntityProcessor()
4974 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue()
4990 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue()
5409 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute()
5410 XML_Bool isId, const XML_Char *value, XML_Parser parser) in defineAttribute()
5552 XML_Bool needSep = XML_FALSE; in getContext()
5616 static XML_Bool
5775 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms) in dtdDestroy()
6006 static XML_Bool FASTCALL
6264 static XML_Bool FASTCALL