Lines Matching refs:XML_Bool

207   XML_Bool open;
208 XML_Bool is_param;
209 XML_Bool is_internal; /* true if declared in internal subset outside PE */
244 XML_Bool maybeTokenized;
245 XML_Bool xmlns;
250 XML_Bool isCdata;
277 XML_Bool keepProcessing;
280 XML_Bool hasParamEntityRefs;
281 XML_Bool standalone;
284 XML_Bool paramEntityRead;
289 XML_Bool in_eldecl;
304 XML_Bool betweenDecl; /* WFC: PE Between Declarations */
341 XML_Bool haveMore);
344 XML_Bool betweenDecl);
348 XML_Bool haveMore);
351 const char *end, const char **nextPtr, XML_Bool haveMore);
355 const char *end, const char **nextPtr, XML_Bool haveMore);
365 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
366 XML_Bool isId, const XML_Char *dfltValue, XML_Parser parser);
368 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
371 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
392 static XML_Bool
401 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms);
428 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
443 static XML_Bool startParsing(XML_Parser parser);
510 XML_Bool m_ns;
511 XML_Bool m_ns_triplets;
524 XML_Bool m_defaultExpandInternalEntities;
535 XML_Bool m_declAttributeIsCdata;
536 XML_Bool m_declAttributeIsId;
562 XML_Bool m_isParamEntity;
563 XML_Bool m_useForeignDTD;
735 static XML_Bool /* only valid for root parser */
958 XML_Bool XMLCALL
1053 XML_Bool oldDefaultExpandInternalEntities = defaultExpandInternalEntities; in XML_ExternalEntityParserCreate()
1059 XML_Bool oldns_triplets = ns_triplets; in XML_ExternalEntityParserCreate()
1213 dtdDestroy(_dtd, (XML_Bool)!parentParser, &parser->m_mem); in XML_ParserFree()
1235 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD) in XML_UseForeignDTD()
1553 ps_finalBuffer = (XML_Bool)isFinal; in XML_Parse()
1590 ps_finalBuffer = (XML_Bool)isFinal; in XML_Parse()
1683 ps_finalBuffer = (XML_Bool)isFinal; in XML_ParseBuffer()
1809 XML_StopParser(XML_Parser parser, XML_Bool resumable) in XML_StopParser()
2103 static XML_Bool
2155 endPtr, (XML_Bool)!ps_finalBuffer); in contentProcessor()
2271 endPtr, (XML_Bool)!ps_finalBuffer); in externalEntityContentProcessor()
2286 XML_Bool haveMore) in doContent()
2506 XML_Bool noElmHandlers = XML_TRUE; in doContent()
2835 XML_Bool isCdata = XML_TRUE; in storeAtts()
3124 XML_Bool mustBeXML = XML_FALSE; in addBinding()
3125 XML_Bool isXML = XML_TRUE; in addBinding()
3126 XML_Bool isXMLNS = XML_TRUE; in addBinding()
3224 endPtr, (XML_Bool)!ps_finalBuffer); in cdataSectionProcessor()
3249 XML_Bool haveMore) in doCdataSection()
3366 endPtr, (XML_Bool)!ps_finalBuffer); in ignoreSectionProcessor()
3385 XML_Bool haveMore) in doIgnoreSection()
3741 nextPtr, (XML_Bool)!ps_finalBuffer); in externalParEntProcessor()
3791 nextPtr, (XML_Bool)!ps_finalBuffer); in prologProcessor()
3802 XML_Bool haveMore) in doProlog()
3845 XML_Bool handleDefault = XML_TRUE; in doProlog()
3990 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
4035 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
4570 XML_Bool betweenDecl = in doProlog()
4847 XML_Bool betweenDecl) in processInternalEntity()
4951 (XML_Bool)!ps_finalBuffer); in internalEntityProcessor()
4959 nextPtr, (XML_Bool)!ps_finalBuffer); in internalEntityProcessor()
4973 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue()
4989 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue()
5408 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute()
5409 XML_Bool isId, const XML_Char *value, XML_Parser parser) in defineAttribute()
5551 XML_Bool needSep = XML_FALSE; in getContext()
5615 static XML_Bool
5774 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms) in dtdDestroy()
6005 static XML_Bool FASTCALL
6263 static XML_Bool FASTCALL