Lines Matching refs:haveMore
334 XML_Bool haveMore);
341 XML_Bool haveMore);
344 const char *end, const char **nextPtr, XML_Bool haveMore);
348 const char *end, const char **nextPtr, XML_Bool haveMore);
2237 XML_Bool haveMore) in doContent() argument
2260 if (haveMore) { in doContent()
2281 if (haveMore) { in doContent()
2296 if (haveMore) { in doContent()
2302 if (haveMore) { in doContent()
2595 result = doCdataSection(parser, enc, &next, end, nextPtr, haveMore); in doContent()
2605 if (haveMore) { in doContent()
3198 XML_Bool haveMore) in doCdataSection() argument
3273 if (haveMore) { in doCdataSection()
3280 if (haveMore) { in doCdataSection()
3334 XML_Bool haveMore) in doIgnoreSection() argument
3368 if (haveMore) { in doIgnoreSection()
3375 if (haveMore) { in doIgnoreSection()
3751 XML_Bool haveMore) in doProlog() argument
3798 if (haveMore && tok != XML_TOK_INVALID) { in doProlog()
4412 result = doIgnoreSection(parser, enc, &next, end, nextPtr, haveMore); in doProlog()