Lines Matching defs:haveMore
482 XML_Bool haveMore, XML_Bool allowClosingDoctype,
489 XML_Bool haveMore, enum XML_Account account);
492 const char **nextPtr, XML_Bool haveMore,
497 const char **nextPtr, XML_Bool haveMore);
2835 XML_Bool haveMore, enum XML_Account account) {
2856 ? (haveMore ? s /* i.e. 0 bytes */ : end)
2867 if (haveMore) {
2887 if (haveMore) {
2902 if (haveMore) {
2908 if (haveMore) {
3207 = doCdataSection(parser, enc, &next, end, nextPtr, haveMore, account);
3216 if (haveMore) {
4109 const char *end, const char **nextPtr, XML_Bool haveMore,
4188 if (haveMore) {
4195 if (haveMore) {
4251 const char *end, const char **nextPtr, XML_Bool haveMore) {
4302 if (haveMore) {
4309 if (haveMore) {
4699 int tok, const char *next, const char **nextPtr, XML_Bool haveMore,
4752 if (haveMore && tok != XML_TOK_INVALID) {
5399 result = doIgnoreSection(parser, enc, &next, end, nextPtr, haveMore);