Searched refs:REQUIRE_CHARS (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/expat/lib/ |
H A D | xmltok_impl.c | 133 # define REQUIRE_CHARS(enc, ptr, end, count) \ macro 140 # define REQUIRE_CHAR(enc, ptr, end) REQUIRE_CHARS(enc, ptr, end, 1) 202 REQUIRE_CHARS(enc, ptr, end, 2); in PREFIX() 343 REQUIRE_CHARS(enc, ptr, end, 6); in PREFIX() 1098 REQUIRE_CHARS(enc, ptr, end, 2); in PREFIX()
|