Searched refs:fulln (Results 1 – 2 of 2) sorted by relevance
1468 xmlChar *fulln; in xmlCheckDefaultedAttributes() local1471 fulln = xmlStrdup(attr->prefix); in xmlCheckDefaultedAttributes()1472 fulln = xmlStrcat(fulln, BAD_CAST ":"); in xmlCheckDefaultedAttributes()1473 fulln = xmlStrcat(fulln, attr->name); in xmlCheckDefaultedAttributes()1475 fulln = xmlStrdup(attr->name); in xmlCheckDefaultedAttributes()1477 if (fulln == NULL) { in xmlCheckDefaultedAttributes()1491 if (xmlStrEqual(att, fulln)) in xmlCheckDefaultedAttributes()1500 (const char *)fulln, in xmlCheckDefaultedAttributes()1503 xmlFree(fulln); in xmlCheckDefaultedAttributes()1540 xmlChar *fulln; in xmlCheckDefaultedAttributes() local[all …]
1072 for n, fulln in elist:1073 self.fp.write(" '%s' : %s,\n"%(n, fulln))