Searched refs:PROLOG_STATE (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/expat/lib/ |
H A D | xmlrole.c | 122 typedef int PTRCALL PROLOG_HANDLER(PROLOG_STATE *state, int tok, 138 static int FASTCALL common(PROLOG_STATE *state, int tok); 141 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0() 172 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1() 204 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2() 224 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0() 241 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1() 267 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype2() 283 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype3() 299 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype4() [all …]
|
H A D | xmlrole.h | 128 } PROLOG_STATE; typedef 130 void XmlPrologStateInit(PROLOG_STATE *state); 132 void XmlPrologStateInitExternalEntity(PROLOG_STATE *state);
|
H A D | xmlparse.c | 719 PROLOG_STATE m_prologState;
|