Searched refs:XmlContentTok (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/expat/lib/ |
H A D | xmltok.h | 229 #define XmlContentTok(enc, ptr, end, nextTokPtr) \ macro
|
H A D | xmlparse.c | 2729 const char *next = start; /* XmlContentTok doesn't always set the last arg */ in externalEntityInitProcessor2() 2730 int tok = XmlContentTok(parser->m_encoding, start, end, &next); in externalEntityInitProcessor2() 2775 const char *next = start; /* XmlContentTok doesn't always set the last arg */ in externalEntityInitProcessor3() 2777 tok = XmlContentTok(parser->m_encoding, start, end, &next); in externalEntityInitProcessor3() 2851 const char *next = s; /* XmlContentTok doesn't always set the last arg */ in doContent() 2852 int tok = XmlContentTok(enc, s, end, &next); in doContent() 3277 /* All of the tokens produced by XmlContentTok() have their own in doContent()
|