Home
last modified time | relevance | path

Searched defs:tok (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/expat/
Dxmlrole.c144 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0()
175 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1()
207 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2()
227 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0()
244 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1()
270 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype2()
286 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype3()
302 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype4()
321 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype5()
337 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in internalSubset()
[all …]
Dxmltok_impl.c281 int tok; in PREFIX() local
654 int tok = PREFIX(scanRef)(enc, ptr + MINBPC(enc), end, &ptr); in PREFIX() local
1022 int tok; in PREFIX() local
1364 int tok = PREFIX(scanPercent)(enc, ptr + MINBPC(enc), end, nextTokPtr); in PREFIX() local
Dxmlparse.c2723 int tok = XmlContentTok(parser->m_encoding, start, end, &next); in externalEntityInitProcessor2() local
2767 int tok; in externalEntityInitProcessor3() local
2845 int tok = XmlContentTok(enc, s, end, &next); in doContent() local
4120 int tok = XmlCdataSectionTok(enc, s, end, &next); in doCdataSection() local
4246 int tok; in doIgnoreSection() local
4515 int tok; in entityValueInitProcessor() local
4600 int tok; in externalParEntProcessor() local
4648 int tok; in entityValueProcessor() local
4684 int tok = XmlPrologTok(parser->m_encoding, s, end, &next); in prologProcessor() local
4692 int tok, const char *next, const char **nextPtr, XML_Bool haveMore, in doProlog()
[all …]
Dxmlrole.h138 #define XmlTokenRole(state, tok, ptr, end, enc) \ argument