Searched refs:XmlCdataSectionTok (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmltok.h | 60 returned by XmlAttributeValueTok, XmlEntityTok, XmlCdataSectionTok. 112 /* The following token is returned only by XmlCdataSectionTok */ 232 #define XmlCdataSectionTok(enc, ptr, end, nextTokPtr) \ macro
|
H A D | xmlparse.c | 3959 int tok = XmlCdataSectionTok(enc, s, end, &next); in doCdataSection() 4033 /* Every token returned by XmlCdataSectionTok() has its own in doCdataSection()
|
/third_party/python/Modules/expat/ |
H A D | xmltok.h | 60 returned by XmlAttributeValueTok, XmlEntityTok, XmlCdataSectionTok. 112 /* The following token is returned only by XmlCdataSectionTok */ 232 #define XmlCdataSectionTok(enc, ptr, end, nextTokPtr) \ macro
|
Completed in 16 milliseconds