Home
last modified time | relevance | path

Searched refs:REQUIRE_CHARS (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/expat/
Dxmltok_impl.c126 #define REQUIRE_CHARS(enc, ptr, end, count) \ macro
134 REQUIRE_CHARS(enc, ptr, end, 1)
199 REQUIRE_CHARS(enc, ptr, end, 2); in PREFIX()
334 REQUIRE_CHARS(enc, ptr, end, 6); in PREFIX()
1077 REQUIRE_CHARS(enc, ptr, end, 2); in PREFIX()
/external/python/cpython3/Modules/expat/
Dxmltok_impl.c123 # define REQUIRE_CHARS(enc, ptr, end, count) \ macro
130 # define REQUIRE_CHAR(enc, ptr, end) REQUIRE_CHARS(enc, ptr, end, 1)
192 REQUIRE_CHARS(enc, ptr, end, 2); in PREFIX()
333 REQUIRE_CHARS(enc, ptr, end, 6); in PREFIX()
1088 REQUIRE_CHARS(enc, ptr, end, 2); in PREFIX()
/external/expat/lib/
Dxmltok_impl.c123 # define REQUIRE_CHARS(enc, ptr, end, count) \ macro
130 # define REQUIRE_CHAR(enc, ptr, end) REQUIRE_CHARS(enc, ptr, end, 1)
192 REQUIRE_CHARS(enc, ptr, end, 2); in PREFIX()
333 REQUIRE_CHARS(enc, ptr, end, 6); in PREFIX()
1088 REQUIRE_CHARS(enc, ptr, end, 2); in PREFIX()