Home
last modified time | relevance | path

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

/external/libxml2/
Dc14n.c391 xmlC14NStrEqual(const xmlChar *str1, const xmlChar *str2) { in xmlC14NStrEqual() function
429 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL)); in xmlC14NVisibleNsStackFind()
436 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { in xmlC14NVisibleNsStackFind()
437 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL)); in xmlC14NVisibleNsStackFind()
462 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL)); in xmlExcC14NVisibleNsStackFind()
469 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { in xmlExcC14NVisibleNsStackFind()
470 if(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL)) { in xmlExcC14NVisibleNsStackFind()