Home
last modified time | relevance | path

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

/external/libxml2/
DSAX2.c1425 xmlChar *fulln; in xmlCheckDefaultedAttributes() local
1428 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 …]