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