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

/freebsd-13-stable/contrib/expat/lib/
H A Dxmltok_ns.c70 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_CONTENT_STATE,
82 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent);
H A Dxmltok.h127 #define XML_CONTENT_STATE 1 macro
226 XmlTok(enc, XML_CONTENT_STATE, ptr, end, nextTokPtr)
H A Dxmltok.c1527 XML_CONTENT_STATE if we're parsing an external text entity, and
1543 if (state != XML_CONTENT_STATE)
1558 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
1568 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
1577 && state == XML_CONTENT_STATE)
1582 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
1595 if (state == XML_CONTENT_STATE) {
1617 if (state == XML_CONTENT_STATE && INIT_ENC_INDEX(enc) == UTF_16LE_ENC)
1631 if (state == XML_CONTENT_STATE)

Completed in 107 milliseconds