Home
last modified time | relevance | path

Searched refs:XmlEntityValueTok (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libexpat/lib/
H A Dxmltok.h251 #define XmlEntityValueTok(enc, ptr, end, nextTokPtr) \ macro
H A Dxmlparse.c6220 = entityTextPtr; /* XmlEntityValueTok doesn't always set the last arg */ in storeEntityValue()
6221 int tok = XmlEntityValueTok(enc, entityTextPtr, entityTextEnd, &next); in storeEntityValue()
6360 * that XmlEntityValueTok() can return have their own explicit in storeEntityValue()