Home
last modified time | relevance | path

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

/external/libxml2/
Dc14n.c394 xmlC14NStrEqual(const xmlChar *str1, const xmlChar *str2) { in xmlC14NStrEqual() function
432 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL)); in xmlC14NVisibleNsStackFind()
439 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { in xmlC14NVisibleNsStackFind()
440 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL)); in xmlC14NVisibleNsStackFind()
465 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL)); in xmlExcC14NVisibleNsStackFind()
472 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { in xmlExcC14NVisibleNsStackFind()
473 if(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL)) { in xmlExcC14NVisibleNsStackFind()