Home
last modified time | relevance | path

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

/external/libxml2/
Dvalid.c2695 xmlChar *fullelemname, *fullattrname; in xmlIsID() local
2701 fullattrname = (attr->ns != NULL && attr->ns->prefix != NULL) ? in xmlIsID()
2705 if (fullelemname != NULL && fullattrname != NULL) { in xmlIsID()
2707 fullattrname); in xmlIsID()
2710 fullattrname); in xmlIsID()
2713 if ((fullattrname != fattr) && (fullattrname != attr->name)) in xmlIsID()
2714 xmlFree(fullattrname); in xmlIsID()