Searched refs:XmlCdataSectionTok (Results 1 - 6 of 6) sorted by relevance

/external/expat/lib/
H A Dxmltok.h54 returned by XmlAttributeValueTok, XmlEntityTok, XmlCdataSectionTok.
106 /* The following token is returned only by XmlCdataSectionTok */
238 #define XmlCdataSectionTok(enc, ptr, end, nextTokPtr) \ macro
H A Dxmlparse.c3705 int tok = XmlCdataSectionTok(enc, s, end, &next);
3774 /* Every token returned by XmlCdataSectionTok() has its own
/external/python/cpython2/Modules/expat/
H A Dxmltok.h26 returned by XmlAttributeValueTok, XmlEntityTok, XmlCdataSectionTok.
78 /* The following token is returned only by XmlCdataSectionTok */
207 #define XmlCdataSectionTok(enc, ptr, end, nextTokPtr) \ macro
H A Dxmlparse.c3233 int tok = XmlCdataSectionTok(enc, s, end, &next);
/external/python/cpython3/Modules/expat/
H A Dxmltok.h26 returned by XmlAttributeValueTok, XmlEntityTok, XmlCdataSectionTok.
78 /* The following token is returned only by XmlCdataSectionTok */
207 #define XmlCdataSectionTok(enc, ptr, end, nextTokPtr) \ macro
H A Dxmlparse.c3233 int tok = XmlCdataSectionTok(enc, s, end, &next);

Completed in 290 milliseconds