Searched refs:fulln (Results 1 – 1 of 1) sorted by relevance
1425 xmlChar *fulln; in xmlCheckDefaultedAttributes() local1428 fulln = xmlStrdup(attr->prefix); in xmlCheckDefaultedAttributes()1429 fulln = xmlStrcat(fulln, BAD_CAST ":"); in xmlCheckDefaultedAttributes()1430 fulln = xmlStrcat(fulln, attr->name); in xmlCheckDefaultedAttributes()1432 fulln = xmlStrdup(attr->name); in xmlCheckDefaultedAttributes()1434 if (fulln == NULL) { in xmlCheckDefaultedAttributes()1448 if (xmlStrEqual(att, fulln)) in xmlCheckDefaultedAttributes()1457 (const char *)fulln, in xmlCheckDefaultedAttributes()1460 xmlFree(fulln); in xmlCheckDefaultedAttributes()1497 xmlChar *fulln; in xmlCheckDefaultedAttributes() local[all …]