Lines Matching defs:haveMore
502 XML_Bool haveMore, XML_Bool allowClosingDoctype,
509 XML_Bool haveMore, enum XML_Account account);
512 const char **nextPtr, XML_Bool haveMore,
517 const char **nextPtr, XML_Bool haveMore);
3309 XML_Bool haveMore, enum XML_Account account) {
3330 ? (haveMore ? s /* i.e. 0 bytes */ : end)
3341 if (haveMore) {
3361 if (haveMore) {
3376 if (haveMore) {
3382 if (haveMore) {
3685 = doCdataSection(parser, enc, &next, end, nextPtr, haveMore, account);
3694 if (haveMore) {
4593 const char *end, const char **nextPtr, XML_Bool haveMore,
4672 if (haveMore) {
4679 if (haveMore) {
4742 const char *end, const char **nextPtr, XML_Bool haveMore) {
4793 if (haveMore) {
4800 if (haveMore) {
5190 int tok, const char *next, const char **nextPtr, XML_Bool haveMore,
5243 if (haveMore && tok != XML_TOK_INVALID) {
5890 result = doIgnoreSection(parser, enc, &next, end, nextPtr, haveMore);