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

/external/chromium_org/third_party/expat/files/lib/
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.c3217 int tok = XmlCdataSectionTok(enc, s, end, &next);
/external/expat/lib/
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.c3217 int tok = XmlCdataSectionTok(enc, s, end, &next);

Completed in 131 milliseconds