Lines Matching refs:enc

111 #  define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)  argument
124 const ENCODING *enc);
142 const ENCODING *enc) { in prolog0() argument
159 if (! XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in prolog0()
173 const ENCODING *enc) { in prolog1() argument
191 if (! XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in prolog1()
205 const ENCODING *enc) { in prolog2() argument
208 UNUSED_P(enc); in prolog2()
225 const ENCODING *enc) { in doctype0() argument
228 UNUSED_P(enc); in doctype0()
242 const ENCODING *enc) { in doctype1() argument
253 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in doctype1()
257 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in doctype1()
268 const ENCODING *enc) { in doctype2() argument
271 UNUSED_P(enc); in doctype2()
284 const ENCODING *enc) { in doctype3() argument
287 UNUSED_P(enc); in doctype3()
300 const ENCODING *enc) { in doctype4() argument
303 UNUSED_P(enc); in doctype4()
319 const ENCODING *enc) { in doctype5() argument
322 UNUSED_P(enc); in doctype5()
335 const ENCODING *enc) { in internalSubset() argument
340 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in internalSubset()
345 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in internalSubset()
350 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in internalSubset()
355 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in internalSubset()
380 const ENCODING *enc) { in externalSubset0() argument
384 return externalSubset1(state, tok, ptr, end, enc); in externalSubset0()
389 const ENCODING *enc) { in externalSubset1() argument
408 return internalSubset(state, tok, ptr, end, enc); in externalSubset1()
417 const ENCODING *enc) { in entity0() argument
420 UNUSED_P(enc); in entity0()
436 const ENCODING *enc) { in entity1() argument
439 UNUSED_P(enc); in entity1()
452 const ENCODING *enc) { in entity2() argument
457 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in entity2()
461 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in entity2()
476 const ENCODING *enc) { in entity3() argument
479 UNUSED_P(enc); in entity3()
492 const ENCODING *enc) { in entity4() argument
495 UNUSED_P(enc); in entity4()
508 const ENCODING *enc) { in entity5() argument
516 if (XmlNameMatchesAscii(enc, ptr, end, KW_NDATA)) { in entity5()
527 const ENCODING *enc) { in entity6() argument
530 UNUSED_P(enc); in entity6()
544 const ENCODING *enc) { in entity7() argument
549 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in entity7()
553 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in entity7()
568 const ENCODING *enc) { in entity8() argument
571 UNUSED_P(enc); in entity8()
584 const ENCODING *enc) { in entity9() argument
587 UNUSED_P(enc); in entity9()
600 const ENCODING *enc) { in entity10() argument
603 UNUSED_P(enc); in entity10()
616 const ENCODING *enc) { in notation0() argument
619 UNUSED_P(enc); in notation0()
632 const ENCODING *enc) { in notation1() argument
637 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in notation1()
641 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in notation1()
652 const ENCODING *enc) { in notation2() argument
655 UNUSED_P(enc); in notation2()
668 const ENCODING *enc) { in notation3() argument
671 UNUSED_P(enc); in notation3()
685 const ENCODING *enc) { in notation4() argument
688 UNUSED_P(enc); in notation4()
705 const ENCODING *enc) { in attlist0() argument
708 UNUSED_P(enc); in attlist0()
722 const ENCODING *enc) { in attlist1() argument
725 UNUSED_P(enc); in attlist1()
742 const ENCODING *enc) { in attlist2() argument
753 if (XmlNameMatchesAscii(enc, ptr, end, types[i])) { in attlist2()
758 if (XmlNameMatchesAscii(enc, ptr, end, KW_NOTATION)) { in attlist2()
772 const ENCODING *enc) { in attlist3() argument
775 UNUSED_P(enc); in attlist3()
790 const ENCODING *enc) { in attlist4() argument
793 UNUSED_P(enc); in attlist4()
809 const ENCODING *enc) { in attlist5() argument
812 UNUSED_P(enc); in attlist5()
825 const ENCODING *enc) { in attlist6() argument
828 UNUSED_P(enc); in attlist6()
841 const ENCODING *enc) { in attlist7() argument
844 UNUSED_P(enc); in attlist7()
861 const ENCODING *enc) { in attlist8() argument
866 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end, in attlist8()
871 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end, in attlist8()
876 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end, in attlist8()
891 const ENCODING *enc) { in attlist9() argument
894 UNUSED_P(enc); in attlist9()
907 const ENCODING *enc) { in element0() argument
910 UNUSED_P(enc); in element0()
924 const ENCODING *enc) { in element1() argument
929 if (XmlNameMatchesAscii(enc, ptr, end, KW_EMPTY)) { in element1()
934 if (XmlNameMatchesAscii(enc, ptr, end, KW_ANY)) { in element1()
950 const ENCODING *enc) { in element2() argument
955 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end, in element2()
984 const ENCODING *enc) { in element3() argument
987 UNUSED_P(enc); in element3()
1008 const ENCODING *enc) { in element4() argument
1011 UNUSED_P(enc); in element4()
1025 const ENCODING *enc) { in element5() argument
1028 UNUSED_P(enc); in element5()
1045 const ENCODING *enc) { in element6() argument
1048 UNUSED_P(enc); in element6()
1074 const ENCODING *enc) { in element7() argument
1077 UNUSED_P(enc); in element7()
1123 const ENCODING *enc) { in condSect0() argument
1128 if (XmlNameMatchesAscii(enc, ptr, end, KW_INCLUDE)) { in condSect0()
1132 if (XmlNameMatchesAscii(enc, ptr, end, KW_IGNORE)) { in condSect0()
1143 const ENCODING *enc) { in condSect1() argument
1146 UNUSED_P(enc); in condSect1()
1160 const ENCODING *enc) { in condSect2() argument
1163 UNUSED_P(enc); in condSect2()
1178 const ENCODING *enc) { in declClose() argument
1181 UNUSED_P(enc); in declClose()
1214 const ENCODING *enc) { in error() argument
1219 UNUSED_P(enc); in error()