Searched refs:PROLOG_STATE (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/expat/lib/ |
| H A D | xmlrole.c | 124 typedef int PTRCALL PROLOG_HANDLER(PROLOG_STATE *state, int tok, 140 static int FASTCALL common(PROLOG_STATE *state, int tok); 143 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0() 174 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1() 206 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2() 226 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0() 243 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1() 269 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype2() 285 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype3() 301 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype4() [all …]
|
| H A D | xmlrole.h | 124 } PROLOG_STATE; typedef 126 void XmlPrologStateInit(PROLOG_STATE *state); 128 void XmlPrologStateInitExternalEntity(PROLOG_STATE *state);
|
| H A D | xmlparse.c | 782 PROLOG_STATE m_prologState;
|