Searched refs:PROLOG_STATE (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/expat/ |
D | xmlrole.c | 125 typedef int PTRCALL PROLOG_HANDLER(PROLOG_STATE *state, int tok, 141 static int FASTCALL common(PROLOG_STATE *state, int tok); 144 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() [all …]
|
D | xmlrole.h | 131 } PROLOG_STATE; typedef 133 void XmlPrologStateInit(PROLOG_STATE *state); 135 void XmlPrologStateInitExternalEntity(PROLOG_STATE *state);
|
D | xmlparse.c | 706 PROLOG_STATE m_prologState;
|