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);
2248 XML_Bool haveMore) in doContent() argument
2271 if (haveMore) { in doContent()
2292 if (haveMore) { in doContent()
2307 if (haveMore) { in doContent()
2313 if (haveMore) { in doContent()
2606 result = doCdataSection(parser, enc, &next, end, nextPtr, haveMore); in doContent()
2616 if (haveMore) { in doContent()
3211 XML_Bool haveMore) in doCdataSection() argument
3286 if (haveMore) { in doCdataSection()
3293 if (haveMore) { in doCdataSection()
3347 XML_Bool haveMore) in doIgnoreSection() argument
3381 if (haveMore) { in doIgnoreSection()
3388 if (haveMore) { in doIgnoreSection()
3764 XML_Bool haveMore) in doProlog() argument
3811 if (haveMore && tok != XML_TOK_INVALID) { in doProlog()
4425 result = doIgnoreSection(parser, enc, &next, end, nextPtr, haveMore); in doProlog()