Searched refs:XmlIsPublicId (Results 1 – 4 of 4) sorted by relevance
/external/expat/lib/ |
D | xmltok.h | 258 #define XmlIsPublicId(enc, ptr, end, badPtr) \ macro
|
D | xmlparse.c | 3946 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 3961 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 4401 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog()
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.h | 252 #define XmlIsPublicId(enc, ptr, end, badPtr) \ macro
|
D | xmlparse.c | 3910 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 3925 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 4365 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog()
|