Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmltok.h218 #define XmlIgnoreSectionTok(enc, ptr, end, nextTokPtr) \ macro
Dxmlparse.c3404 tok = XmlIgnoreSectionTok(enc, s, end, &next); in doIgnoreSection()
/external/python/cpython2/Modules/expat/
Dxmltok.h212 #define XmlIgnoreSectionTok(enc, ptr, end, nextTokPtr) \ macro
Dxmlparse.c3368 tok = XmlIgnoreSectionTok(enc, s, end, &next); in doIgnoreSection()