Searched refs:fulln (Results 1 – 1 of 1) sorted by relevance
1414 xmlChar *fulln; in xmlCheckDefaultedAttributes() local1417 fulln = xmlStrdup(attr->prefix); in xmlCheckDefaultedAttributes()1418 fulln = xmlStrcat(fulln, BAD_CAST ":"); in xmlCheckDefaultedAttributes()1419 fulln = xmlStrcat(fulln, attr->name); in xmlCheckDefaultedAttributes()1421 fulln = xmlStrdup(attr->name); in xmlCheckDefaultedAttributes()1433 if (xmlStrEqual(att, fulln)) in xmlCheckDefaultedAttributes()1442 (const char *)fulln, in xmlCheckDefaultedAttributes()1481 xmlChar *fulln; in xmlCheckDefaultedAttributes() local1483 fulln = xmlBuildQName(attr->name, attr->prefix, fn, 50); in xmlCheckDefaultedAttributes()1484 if (fulln == NULL) { in xmlCheckDefaultedAttributes()[all …]