Home
last modified time | relevance | path

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

/openbsd/lib/libexpat/lib/
H A Dxmlparse.c175 # define MUST_CONVERT(enc, s) (! (enc)->isUtf16 || (((uintptr_t)(s)) & 1)) macro
183 # define MUST_CONVERT(enc, s) (! (enc)->isUtf8) macro
3221 if (MUST_CONVERT(enc, s)) { in doContent()
3249 if (MUST_CONVERT(enc, s)) { in doContent()
4165 if (MUST_CONVERT(enc, s)) { in doCdataSection()
6478 if (MUST_CONVERT(enc, s)) { in reportDefault()