Lines Matching refs:haveMore
342 XML_Bool haveMore);
349 XML_Bool haveMore);
352 const char *end, const char **nextPtr, XML_Bool haveMore);
356 const char *end, const char **nextPtr, XML_Bool haveMore);
2287 XML_Bool haveMore) in doContent() argument
2310 if (haveMore) { in doContent()
2331 if (haveMore) { in doContent()
2346 if (haveMore) { in doContent()
2352 if (haveMore) { in doContent()
2645 result = doCdataSection(parser, enc, &next, end, nextPtr, haveMore); in doContent()
2655 if (haveMore) { in doContent()
3250 XML_Bool haveMore) in doCdataSection() argument
3325 if (haveMore) { in doCdataSection()
3332 if (haveMore) { in doCdataSection()
3386 XML_Bool haveMore) in doIgnoreSection() argument
3420 if (haveMore) { in doIgnoreSection()
3427 if (haveMore) { in doIgnoreSection()
3803 XML_Bool haveMore) in doProlog() argument
3850 if (haveMore && tok != XML_TOK_INVALID) { in doProlog()
4464 result = doIgnoreSection(parser, enc, &next, end, nextPtr, haveMore); in doProlog()