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

/external/chromium_org/third_party/libxml/src/
H A DSAX2.c1425 xmlChar *fulln; local
1428 fulln = xmlStrdup(attr->prefix);
1429 fulln = xmlStrcat(fulln, BAD_CAST ":");
1430 fulln = xmlStrcat(fulln, attr->name);
1432 fulln = xmlStrdup(attr->name);
1434 if (fulln == NULL) {
1448 if (xmlStrEqual(att, fulln))
1457 (const char *)fulln,
1497 xmlChar *fulln; local
[all...]
/external/libxml2/
H A DSAX2.c1455 xmlChar *fulln; local
1458 fulln = xmlStrdup(attr->prefix);
1459 fulln = xmlStrcat(fulln, BAD_CAST ":");
1460 fulln = xmlStrcat(fulln, attr->name);
1462 fulln = xmlStrdup(attr->name);
1464 if (fulln == NULL) {
1478 if (xmlStrEqual(att, fulln))
1487 (const char *)fulln,
1527 xmlChar *fulln; local
[all...]

Completed in 61 milliseconds