Searched refs:XmlContentTok (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/expat/
H A Dxmltok.h12 /* The following token may be returned by XmlContentTok */
16 XmlContentTok.
25 /* The following tokens are returned by XmlContentTok; some are also
40 XmlContentTok.
204 #define XmlContentTok(enc, ptr, end, nextTokPtr) \ macro
H A Dxmlparse.c2133 const char *next = start; /* XmlContentTok doesn't always set the last arg */
2134 int tok = XmlContentTok(encoding, start, end, &next);
2174 const char *next = start; /* XmlContentTok doesn't always set the last arg */
2176 tok = XmlContentTok(encoding, start, end, &next);
2255 const char *next = s; /* XmlContentTok doesn't always set the last arg */
2256 int tok = XmlContentTok(enc, s, end, &next);

Completed in 130 milliseconds