XML_Bool           29 third_party/expat/files/lib/expat.h #define XML_TRUE   ((XML_Bool) 1)
XML_Bool           30 third_party/expat/files/lib/expat.h #define XML_FALSE  ((XML_Bool) 0)
XML_Bool          246 third_party/expat/files/lib/expat.h XMLPARSEAPI(XML_Bool)
XML_Bool          711 third_party/expat/files/lib/expat.h XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);
XML_Bool          818 third_party/expat/files/lib/expat.h XML_StopParser(XML_Parser parser, XML_Bool resumable);
XML_Bool          844 third_party/expat/files/lib/expat.h   XML_Bool finalBuffer;
XML_Bool          200 third_party/expat/files/lib/xmlparse.c   XML_Bool open;
XML_Bool          201 third_party/expat/files/lib/xmlparse.c   XML_Bool is_param;
XML_Bool          202 third_party/expat/files/lib/xmlparse.c   XML_Bool is_internal; /* true if declared in internal subset outside PE */
XML_Bool          237 third_party/expat/files/lib/xmlparse.c   XML_Bool maybeTokenized;
XML_Bool          238 third_party/expat/files/lib/xmlparse.c   XML_Bool xmlns;
XML_Bool          243 third_party/expat/files/lib/xmlparse.c   XML_Bool isCdata;
XML_Bool          270 third_party/expat/files/lib/xmlparse.c   XML_Bool keepProcessing;
XML_Bool          273 third_party/expat/files/lib/xmlparse.c   XML_Bool hasParamEntityRefs;
XML_Bool          274 third_party/expat/files/lib/xmlparse.c   XML_Bool standalone;
XML_Bool          277 third_party/expat/files/lib/xmlparse.c   XML_Bool paramEntityRead;
XML_Bool          282 third_party/expat/files/lib/xmlparse.c   XML_Bool in_eldecl;
XML_Bool          297 third_party/expat/files/lib/xmlparse.c   XML_Bool betweenDecl; /* WFC: PE Between Declarations */
XML_Bool          334 third_party/expat/files/lib/xmlparse.c          XML_Bool haveMore);
XML_Bool          337 third_party/expat/files/lib/xmlparse.c                       XML_Bool betweenDecl);
XML_Bool          341 third_party/expat/files/lib/xmlparse.c           XML_Bool haveMore);
XML_Bool          344 third_party/expat/files/lib/xmlparse.c                const char *end, const char **nextPtr, XML_Bool haveMore);
XML_Bool          348 third_party/expat/files/lib/xmlparse.c                 const char *end, const char **nextPtr, XML_Bool haveMore);
XML_Bool          358 third_party/expat/files/lib/xmlparse.c defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
XML_Bool          359 third_party/expat/files/lib/xmlparse.c                 XML_Bool isId, const XML_Char *dfltValue, XML_Parser parser);
XML_Bool          361 third_party/expat/files/lib/xmlparse.c storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
XML_Bool          364 third_party/expat/files/lib/xmlparse.c appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
XML_Bool          385 third_party/expat/files/lib/xmlparse.c static XML_Bool
XML_Bool          394 third_party/expat/files/lib/xmlparse.c dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms);
XML_Bool          421 third_party/expat/files/lib/xmlparse.c static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
XML_Bool          436 third_party/expat/files/lib/xmlparse.c static XML_Bool startParsing(XML_Parser parser);
XML_Bool          503 third_party/expat/files/lib/xmlparse.c   XML_Bool m_ns;
XML_Bool          504 third_party/expat/files/lib/xmlparse.c   XML_Bool m_ns_triplets;
XML_Bool          517 third_party/expat/files/lib/xmlparse.c   XML_Bool m_defaultExpandInternalEntities;
XML_Bool          528 third_party/expat/files/lib/xmlparse.c   XML_Bool m_declAttributeIsCdata;
XML_Bool          529 third_party/expat/files/lib/xmlparse.c   XML_Bool m_declAttributeIsId;
XML_Bool          555 third_party/expat/files/lib/xmlparse.c   XML_Bool m_isParamEntity;
XML_Bool          556 third_party/expat/files/lib/xmlparse.c   XML_Bool m_useForeignDTD;
XML_Bool          701 third_party/expat/files/lib/xmlparse.c static XML_Bool  /* only valid for root parser */
XML_Bool          924 third_party/expat/files/lib/xmlparse.c XML_Bool XMLCALL
XML_Bool         1019 third_party/expat/files/lib/xmlparse.c   XML_Bool oldDefaultExpandInternalEntities = defaultExpandInternalEntities;
XML_Bool         1025 third_party/expat/files/lib/xmlparse.c   XML_Bool oldns_triplets = ns_triplets;
XML_Bool         1179 third_party/expat/files/lib/xmlparse.c     dtdDestroy(_dtd, (XML_Bool)!parentParser, &parser->m_mem);
XML_Bool         1201 third_party/expat/files/lib/xmlparse.c XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD)
XML_Bool         1519 third_party/expat/files/lib/xmlparse.c     ps_finalBuffer = (XML_Bool)isFinal;
XML_Bool         1556 third_party/expat/files/lib/xmlparse.c     ps_finalBuffer = (XML_Bool)isFinal;
XML_Bool         1649 third_party/expat/files/lib/xmlparse.c   ps_finalBuffer = (XML_Bool)isFinal;
XML_Bool         1760 third_party/expat/files/lib/xmlparse.c XML_StopParser(XML_Parser parser, XML_Bool resumable)
XML_Bool         2054 third_party/expat/files/lib/xmlparse.c static XML_Bool
XML_Bool         2106 third_party/expat/files/lib/xmlparse.c                                     endPtr, (XML_Bool)!ps_finalBuffer);
XML_Bool         2222 third_party/expat/files/lib/xmlparse.c                                     endPtr, (XML_Bool)!ps_finalBuffer);
XML_Bool         2237 third_party/expat/files/lib/xmlparse.c           XML_Bool haveMore)
XML_Bool         2457 third_party/expat/files/lib/xmlparse.c         XML_Bool noElmHandlers = XML_TRUE;
XML_Bool         2786 third_party/expat/files/lib/xmlparse.c       XML_Bool isCdata = XML_TRUE;
XML_Bool         3073 third_party/expat/files/lib/xmlparse.c   XML_Bool mustBeXML = XML_FALSE;
XML_Bool         3074 third_party/expat/files/lib/xmlparse.c   XML_Bool isXML = XML_TRUE;
XML_Bool         3075 third_party/expat/files/lib/xmlparse.c   XML_Bool isXMLNS = XML_TRUE;
XML_Bool         3173 third_party/expat/files/lib/xmlparse.c                                          endPtr, (XML_Bool)!ps_finalBuffer);
XML_Bool         3198 third_party/expat/files/lib/xmlparse.c                XML_Bool haveMore)
XML_Bool         3315 third_party/expat/files/lib/xmlparse.c                                           endPtr, (XML_Bool)!ps_finalBuffer);
XML_Bool         3334 third_party/expat/files/lib/xmlparse.c                 XML_Bool haveMore)
XML_Bool         3690 third_party/expat/files/lib/xmlparse.c                   nextPtr, (XML_Bool)!ps_finalBuffer);
XML_Bool         3740 third_party/expat/files/lib/xmlparse.c                   nextPtr, (XML_Bool)!ps_finalBuffer);
XML_Bool         3751 third_party/expat/files/lib/xmlparse.c          XML_Bool haveMore)
XML_Bool         3794 third_party/expat/files/lib/xmlparse.c     XML_Bool handleDefault = XML_TRUE;
XML_Bool         3939 third_party/expat/files/lib/xmlparse.c         XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs;
XML_Bool         3984 third_party/expat/files/lib/xmlparse.c         XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs;
XML_Bool         4519 third_party/expat/files/lib/xmlparse.c           XML_Bool betweenDecl =
XML_Bool         4796 third_party/expat/files/lib/xmlparse.c                       XML_Bool betweenDecl)
XML_Bool         4900 third_party/expat/files/lib/xmlparse.c                     (XML_Bool)!ps_finalBuffer);
XML_Bool         4908 third_party/expat/files/lib/xmlparse.c                      nextPtr, (XML_Bool)!ps_finalBuffer);
XML_Bool         4922 third_party/expat/files/lib/xmlparse.c storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
XML_Bool         4938 third_party/expat/files/lib/xmlparse.c appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
XML_Bool         5356 third_party/expat/files/lib/xmlparse.c defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata,
XML_Bool         5357 third_party/expat/files/lib/xmlparse.c                 XML_Bool isId, const XML_Char *value, XML_Parser parser)
XML_Bool         5497 third_party/expat/files/lib/xmlparse.c   XML_Bool needSep = XML_FALSE;
XML_Bool         5561 third_party/expat/files/lib/xmlparse.c static XML_Bool
XML_Bool         5720 third_party/expat/files/lib/xmlparse.c dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms)
XML_Bool         5951 third_party/expat/files/lib/xmlparse.c static XML_Bool FASTCALL
XML_Bool         6209 third_party/expat/files/lib/xmlparse.c static XML_Bool FASTCALL