Lines Matching defs:haveMore
459 XML_Bool haveMore, XML_Bool allowClosingDoctype,
466 XML_Bool haveMore, enum XML_Account account);
469 const char **nextPtr, XML_Bool haveMore,
474 const char **nextPtr, XML_Bool haveMore);
2750 XML_Bool haveMore, enum XML_Account account) {
2771 ? (haveMore ? s /* i.e. 0 bytes */ : end)
2782 if (haveMore) {
2802 if (haveMore) {
2817 if (haveMore) {
2823 if (haveMore) {
3122 = doCdataSection(parser, enc, &next, end, nextPtr, haveMore, account);
3131 if (haveMore) {
4024 const char *end, const char **nextPtr, XML_Bool haveMore,
4103 if (haveMore) {
4110 if (haveMore) {
4166 const char *end, const char **nextPtr, XML_Bool haveMore) {
4217 if (haveMore) {
4224 if (haveMore) {
4614 int tok, const char *next, const char **nextPtr, XML_Bool haveMore,
4667 if (haveMore && tok != XML_TOK_INVALID) {
5280 result = doIgnoreSection(parser, enc, &next, end, nextPtr, haveMore);