Lines Matching refs:haveMore
493 XML_Bool haveMore, XML_Bool allowClosingDoctype,
500 XML_Bool haveMore, enum XML_Account account);
503 const char **nextPtr, XML_Bool haveMore,
508 const char **nextPtr, XML_Bool haveMore);
2947 XML_Bool haveMore, enum XML_Account account) { in doContent() argument
2968 ? (haveMore ? s /* i.e. 0 bytes */ : end) in doContent()
2979 if (haveMore) { in doContent()
2999 if (haveMore) { in doContent()
3014 if (haveMore) { in doContent()
3020 if (haveMore) { in doContent()
3323 = doCdataSection(parser, enc, &next, end, nextPtr, haveMore, account); in doContent()
3332 if (haveMore) { in doContent()
4233 const char *end, const char **nextPtr, XML_Bool haveMore, in doCdataSection() argument
4312 if (haveMore) { in doCdataSection()
4319 if (haveMore) { in doCdataSection()
4382 const char *end, const char **nextPtr, XML_Bool haveMore) { in doIgnoreSection() argument
4433 if (haveMore) { in doIgnoreSection()
4440 if (haveMore) { in doIgnoreSection()
4830 int tok, const char *next, const char **nextPtr, XML_Bool haveMore, in doProlog() argument
4883 if (haveMore && tok != XML_TOK_INVALID) { in doProlog()
5530 result = doIgnoreSection(parser, enc, &next, end, nextPtr, haveMore); in doProlog()