Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmltok.h213 #define XmlCdataSectionTok(enc, ptr, end, nextTokPtr) \ macro
Dxmlparse.c3269 int tok = XmlCdataSectionTok(enc, s, end, &next); in doCdataSection()
/external/python/cpython2/Modules/expat/
Dxmltok.h207 #define XmlCdataSectionTok(enc, ptr, end, nextTokPtr) \ macro
Dxmlparse.c3233 int tok = XmlCdataSectionTok(enc, s, end, &next); in doCdataSection()