Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmltok.h210 #define XmlContentTok(enc, ptr, end, nextTokPtr) \ macro
Dxmlparse.c2184 int tok = XmlContentTok(encoding, start, end, &next); in externalEntityInitProcessor2()
2226 tok = XmlContentTok(encoding, start, end, &next); in externalEntityInitProcessor3()
2306 int tok = XmlContentTok(enc, s, end, &next); in doContent()
/external/python/cpython2/Modules/expat/
Dxmltok.h204 #define XmlContentTok(enc, ptr, end, nextTokPtr) \ macro
Dxmlparse.c2148 int tok = XmlContentTok(encoding, start, end, &next); in externalEntityInitProcessor2()
2190 tok = XmlContentTok(encoding, start, end, &next); in externalEntityInitProcessor3()
2270 int tok = XmlContentTok(enc, s, end, &next); in doContent()