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;
1025 XML_Bool oldns_triplets = ns_triplets;
1179 dtdDestroy(_dtd, (XML_Bool)!parentParser, &parser->m_mem);
1201 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD)
1519 ps_finalBuffer = (XML_Bool)isFinal;
1556 ps_finalBuffer = (XML_Bool)isFinal;
1649 ps_finalBuffer = (XML_Bool)isFinal;
1771 XML_StopParser(XML_Parser parser, XML_Bool resumable)
2065 static XML_Bool
2117 endPtr, (XML_Bool)!ps_finalBuffer);
2233 endPtr, (XML_Bool)!ps_finalBuffer);
2248 XML_Bool haveMore)
2468 XML_Bool noElmHandlers = XML_TRUE;
2797 XML_Bool isCdata = XML_TRUE;
3086 XML_Bool mustBeXML = XML_FALSE;
3087 XML_Bool isXML = XML_TRUE;
3088 XML_Bool isXMLNS = XML_TRUE;
3186 endPtr, (XML_Bool)!ps_finalBuffer);
3211 XML_Bool haveMore)
3328 endPtr, (XML_Bool)!ps_finalBuffer);
3347 XML_Bool haveMore)
3703 nextPtr, (XML_Bool)!ps_finalBuffer);
3753 nextPtr, (XML_Bool)!ps_finalBuffer);
3764 XML_Bool haveMore)
3807 XML_Bool handleDefault = XML_TRUE;
3952 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs;
3997 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs;
4532 XML_Bool betweenDecl =
4809 XML_Bool betweenDecl)
4913 (XML_Bool)!ps_finalBuffer);
4921 nextPtr, (XML_Bool)!ps_finalBuffer);
4935 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
4951 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
5370 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata,
5371 XML_Bool isId, const XML_Char *value, XML_Parser parser)
5513 XML_Bool needSep = XML_FALSE;
5577 static XML_Bool
5736 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms)
5967 static XML_Bool FASTCALL
6225 static XML_Bool FASTCALL