Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dvalid.c2796 xmlChar *fullelemname, *fullattrname; in xmlIsID() local
2802 fullattrname = (attr->ns != NULL && attr->ns->prefix != NULL) ? in xmlIsID()
2806 if (fullelemname != NULL && fullattrname != NULL) { in xmlIsID()
2808 fullattrname); in xmlIsID()
2811 fullattrname); in xmlIsID()
2814 if ((fullattrname != fattr) && (fullattrname != attr->name)) in xmlIsID()
2815 xmlFree(fullattrname); in xmlIsID()