Searched refs:XmlCdataSectionTok (Results 1 – 6 of 6) sorted by relevance
/external/expat/lib/ |
D | xmltok.h | 238 #define XmlCdataSectionTok(enc, ptr, end, nextTokPtr) \ macro
|
D | xmlparse.c | 3728 int tok = XmlCdataSectionTok(enc, s, end, &next); in doCdataSection()
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.h | 238 #define XmlCdataSectionTok(enc, ptr, end, nextTokPtr) \ macro
|
D | xmlparse.c | 3728 int tok = XmlCdataSectionTok(enc, s, end, &next); in doCdataSection()
|
/external/python/cpython3/Modules/expat/ |
D | xmltok.h | 238 #define XmlCdataSectionTok(enc, ptr, end, nextTokPtr) \ macro
|
D | xmlparse.c | 3728 int tok = XmlCdataSectionTok(enc, s, end, &next); in doCdataSection()
|