Searched refs:HAS_CHARS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/expat/lib/
H A Dxmltok_impl.c119 # define HAS_CHARS(enc, ptr, end, count) (end - ptr >= count * MINBPC(enc)) macro
121 # define HAS_CHAR(enc, ptr, end) HAS_CHARS(enc, ptr, end, 1)
125 if (! HAS_CHARS(enc, ptr, end, count)) { \
877 if (HAS_CHARS(enc, ptr, end, 2)) {
882 if (HAS_CHARS(enc, ptr, end, 3)) {

Completed in 99 milliseconds