Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmltok.h229 #define XmlAttributeValueTok(enc, ptr, end, nextTokPtr) \ macro
Dxmlparse.c4997 int tok = XmlAttributeValueTok(enc, ptr, end, &next); in appendAttributeValue()
/external/python/cpython2/Modules/expat/
Dxmltok.h223 #define XmlAttributeValueTok(enc, ptr, end, nextTokPtr) \ macro
Dxmlparse.c4961 int tok = XmlAttributeValueTok(enc, ptr, end, &next); in appendAttributeValue()