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