|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stddef.h>#include "expat_external.h"#include "internal.h"#include "xmlrole.h"#include "ascii.h"Macros | |
| #define | MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar) |
| #define | setTopLevel(state) ((state)->handler = internalSubset) |
Typedefs | |
| typedef int PTRCALL | PROLOG_HANDLER(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) |
Functions | |
| void | XmlPrologStateInit (PROLOG_STATE *state) |
| #define MIN_BYTES_PER_CHAR | ( | enc | ) | ((enc)->minBytesPerChar) |
| #define setTopLevel | ( | state | ) | ((state)->handler = internalSubset) |
| typedef int PTRCALL PROLOG_HANDLER(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) |
| void XmlPrologStateInit | ( | PROLOG_STATE * | state | ) |
1.8.13