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

/netbsd-current/external/mit/expat/dist/lib/
H A Dxmltok_ns.c74 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_CONTENT_STATE,
86 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent);
H A Dxmltok.h131 #define XML_CONTENT_STATE 1 macro
230 XmlTok(enc, XML_CONTENT_STATE, ptr, end, nextTokPtr)
H A Dxmltok.c1531 XML_CONTENT_STATE if we're parsing an external text entity, and
1547 if (state != XML_CONTENT_STATE)
1562 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
1572 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
1581 && state == XML_CONTENT_STATE)
1586 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
1599 if (state == XML_CONTENT_STATE) {
1621 if (state == XML_CONTENT_STATE && INIT_ENC_INDEX(enc) == UTF_16LE_ENC)
1635 if (state == XML_CONTENT_STATE)

Completed in 200 milliseconds