Home
last modified time | relevance | path

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

/openbsd-src/lib/libexpat/lib/
H A Dxmltok.h226 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \ macro
H A Dxmlparse.c4528 tok = XmlPrologTok(parser->m_encoding, start, end, &next); in entityValueInitProcessor()
4570 /* XmlPrologTok has now set the encoding based on the BOM it found, and we in entityValueInitProcessor()
4573 If we didn't, and got XML_TOK_NONE from the next XmlPrologTok call, we in entityValueInitProcessor()
4575 function, our XmlPrologTok call would return XML_TOK_INVALID, since it in entityValueInitProcessor()
4609 tok = XmlPrologTok(parser->m_encoding, s, end, &next); in externalParEntProcessor()
4640 tok = XmlPrologTok(parser->m_encoding, s, end, &next); in entityValueProcessor()
4658 tok = XmlPrologTok(enc, start, end, &next); in entityValueProcessor()
4691 int tok = XmlPrologTok(parser->m_encoding, s, end, &next); in doProlog()
5756 tok = XmlPrologTok(enc, s, end, &next); in epilogProcessor()
5769 int tok = XmlPrologTok(parse in epilogProcessor()
[all...]