Searched refs:XmlIsPublicId (Results 1 – 6 of 6) sorted by relevance
/external/expat/lib/ |
D | xmltok.h | 268 #define XmlIsPublicId(enc, ptr, end, badPtr) \ macro
|
D | xmlparse.c | 4242 if (! XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 4257 if (! XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 4690 if (! XmlIsPublicId(enc, s, next, eventPP)) in doProlog()
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.h | 281 #define XmlIsPublicId(enc, ptr, end, badPtr) \ macro
|
D | xmlparse.c | 4448 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 4463 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 4915 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog()
|
/external/python/cpython3/Modules/expat/ |
D | xmltok.h | 268 #define XmlIsPublicId(enc, ptr, end, badPtr) \ macro
|
D | xmlparse.c | 4240 if (! XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 4255 if (! XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 4688 if (! XmlIsPublicId(enc, s, next, eventPP)) in doProlog()
|