Searched refs:XmlContentTok (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmltok.h | 44 /* The following token may be returned by XmlContentTok */ 49 XmlContentTok. 59 /* The following tokens are returned by XmlContentTok; some are also 74 XmlContentTok. 229 #define XmlContentTok(enc, ptr, end, nextTokPtr) \ macro
|
H A D | xmlparse.c | 2687 const char *next = start; /* XmlContentTok doesn't always set the last arg */ in externalEntityInitProcessor2() 2688 int tok = XmlContentTok(parser->m_encoding, start, end, &next); in externalEntityInitProcessor2() 2733 const char *next = start; /* XmlContentTok doesn't always set the last arg */ in externalEntityInitProcessor3() 2735 tok = XmlContentTok(parser->m_encoding, start, end, &next); in externalEntityInitProcessor3() 2809 const char *next = s; /* XmlContentTok doesn't always set the last arg */ in doContent() 2810 int tok = XmlContentTok(enc, s, end, &next); in doContent() 3235 /* All of the tokens produced by XmlContentTok() have their own in doContent()
|
/third_party/python/Modules/expat/ |
H A D | xmltok.h | 44 /* The following token may be returned by XmlContentTok */ 49 XmlContentTok. 59 /* The following tokens are returned by XmlContentTok; some are also 74 XmlContentTok. 229 #define XmlContentTok(enc, ptr, end, nextTokPtr) \ macro
|
H A D | xmlparse.c | 2644 const char *next = start; /* XmlContentTok doesn't always set the last arg */ in externalEntityInitProcessor2() 2645 int tok = XmlContentTok(parser->m_encoding, start, end, &next); in externalEntityInitProcessor2() 2690 const char *next = start; /* XmlContentTok doesn't always set the last arg */ in externalEntityInitProcessor3() 2692 tok = XmlContentTok(parser->m_encoding, start, end, &next); in externalEntityInitProcessor3() 2766 const char *next = s; /* XmlContentTok doesn't always set the last arg */ in doContent() 2767 int tok = XmlContentTok(enc, s, end, &next); in doContent() 3192 /* All of the tokens produced by XmlContentTok() have their own in doContent()
|
Completed in 22 milliseconds