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;
1760 XML_StopParser(XML_Parser parser, XML_Bool resumable)
2054 static XML_Bool
2106 endPtr, (XML_Bool)!ps_finalBuffer);
2222 endPtr, (XML_Bool)!ps_finalBuffer);
2237 XML_Bool haveMore)
2457 XML_Bool noElmHandlers = XML_TRUE;
2786 XML_Bool isCdata = XML_TRUE;
3073 XML_Bool mustBeXML = XML_FALSE;
3074 XML_Bool isXML = XML_TRUE;
3075 XML_Bool isXMLNS = XML_TRUE;
3173 endPtr, (XML_Bool)!ps_finalBuffer);
3198 XML_Bool haveMore)
3315 endPtr, (XML_Bool)!ps_finalBuffer);
3334 XML_Bool haveMore)
3690 nextPtr, (XML_Bool)!ps_finalBuffer);
3740 nextPtr, (XML_Bool)!ps_finalBuffer);
3751 XML_Bool haveMore)
3794 XML_Bool handleDefault = XML_TRUE;
3939 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs;
3984 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs;
4519 XML_Bool betweenDecl =
4796 XML_Bool betweenDecl)
4900 (XML_Bool)!ps_finalBuffer);
4908 nextPtr, (XML_Bool)!ps_finalBuffer);
4922 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
4938 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
5356 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata,
5357 XML_Bool isId, const XML_Char *value, XML_Parser parser)
5497 XML_Bool needSep = XML_FALSE;
5561 static XML_Bool
5720 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms)
5951 static XML_Bool FASTCALL
6209 static XML_Bool FASTCALL