Lines Matching refs:end

117                                    const char *ptr, const char *end,
135 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
153 if (! XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end,
166 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
185 if (! XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end,
198 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
201 UNUSED_P(end);
218 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
221 UNUSED_P(end);
235 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
247 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) {
251 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) {
261 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
264 UNUSED_P(end);
277 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
280 UNUSED_P(end);
293 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
296 UNUSED_P(end);
312 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
315 UNUSED_P(end);
328 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
334 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end,
339 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end,
344 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end,
349 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end,
373 externalSubset0(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
378 return externalSubset1(state, tok, ptr, end, enc);
382 externalSubset1(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
402 return internalSubset(state, tok, ptr, end, enc);
410 entity0(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
413 UNUSED_P(end);
429 entity1(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
432 UNUSED_P(end);
445 entity2(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
451 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) {
455 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) {
469 entity3(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
472 UNUSED_P(end);
485 entity4(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
488 UNUSED_P(end);
501 entity5(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
510 if (XmlNameMatchesAscii(enc, ptr, end, KW_NDATA)) {
520 entity6(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
523 UNUSED_P(end);
537 entity7(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
543 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) {
547 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) {
561 entity8(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
564 UNUSED_P(end);
577 entity9(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
580 UNUSED_P(end);
593 entity10(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
596 UNUSED_P(end);
609 notation0(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
612 UNUSED_P(end);
625 notation1(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
631 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) {
635 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) {
645 notation2(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
648 UNUSED_P(end);
661 notation3(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
664 UNUSED_P(end);
678 notation4(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
681 UNUSED_P(end);
698 attlist0(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
701 UNUSED_P(end);
715 attlist1(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
718 UNUSED_P(end);
735 attlist2(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
747 if (XmlNameMatchesAscii(enc, ptr, end, types[i])) {
752 if (XmlNameMatchesAscii(enc, ptr, end, KW_NOTATION)) {
765 attlist3(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
768 UNUSED_P(end);
783 attlist4(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
786 UNUSED_P(end);
802 attlist5(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
805 UNUSED_P(end);
818 attlist6(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
821 UNUSED_P(end);
834 attlist7(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
837 UNUSED_P(end);
854 attlist8(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
860 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end,
865 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end,
870 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end,
884 attlist9(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
887 UNUSED_P(end);
900 element0(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
903 UNUSED_P(end);
917 element1(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
923 if (XmlNameMatchesAscii(enc, ptr, end, KW_EMPTY)) {
928 if (XmlNameMatchesAscii(enc, ptr, end, KW_ANY)) {
943 element2(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
949 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end,
977 element3(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
980 UNUSED_P(end);
1001 element4(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
1004 UNUSED_P(end);
1018 element5(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
1021 UNUSED_P(end);
1038 element6(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
1041 UNUSED_P(end);
1067 element7(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
1070 UNUSED_P(end);
1116 condSect0(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
1122 if (XmlNameMatchesAscii(enc, ptr, end, KW_INCLUDE)) {
1126 if (XmlNameMatchesAscii(enc, ptr, end, KW_IGNORE)) {
1136 condSect1(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
1139 UNUSED_P(end);
1153 condSect2(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
1156 UNUSED_P(end);
1171 declClose(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
1174 UNUSED_P(end);
1207 error(PROLOG_STATE *state, int tok, const char *ptr, const char *end,
1212 UNUSED_P(end);