Home
last modified time | relevance | path

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

/external/libxml2/
Dvalid.c2694 xmlChar felem[50], fattr[50]; in xmlIsID() local
2702 xmlBuildQName(attr->name, attr->ns->prefix, fattr, 50) : in xmlIsID()
2713 if ((fullattrname != fattr) && (fullattrname != attr->name)) in xmlIsID()