Searched refs:fulln (Results 1 – 1 of 1) sorted by relevance
1461 xmlChar *fulln; in xmlCheckDefaultedAttributes() local1464 fulln = xmlStrdup(attr->prefix); in xmlCheckDefaultedAttributes()1465 fulln = xmlStrcat(fulln, BAD_CAST ":"); in xmlCheckDefaultedAttributes()1466 fulln = xmlStrcat(fulln, attr->name); in xmlCheckDefaultedAttributes()1468 fulln = xmlStrdup(attr->name); in xmlCheckDefaultedAttributes()1470 if (fulln == NULL) { in xmlCheckDefaultedAttributes()1484 if (xmlStrEqual(att, fulln)) in xmlCheckDefaultedAttributes()1493 (const char *)fulln, in xmlCheckDefaultedAttributes()1496 xmlFree(fulln); in xmlCheckDefaultedAttributes()1533 xmlChar *fulln; in xmlCheckDefaultedAttributes() local[all …]