Lines Matching refs:ns1
437 xmlNsPtr ns1 = cur->nsTab[i]; in xmlC14NVisibleNsStackFind() local
439 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { in xmlC14NVisibleNsStackFind()
440 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL)); in xmlC14NVisibleNsStackFind()
470 xmlNsPtr ns1 = cur->nsTab[i]; in xmlExcC14NVisibleNsStackFind() local
472 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { in xmlExcC14NVisibleNsStackFind()
473 if(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL)) { in xmlExcC14NVisibleNsStackFind()
474 return(xmlC14NIsVisible(ctx, ns1, cur->nodeTab[i])); in xmlExcC14NVisibleNsStackFind()
519 const xmlNsPtr ns1 = (const xmlNsPtr) data1; in xmlC14NNsCompare() local
521 if (ns1 == ns2) in xmlC14NNsCompare()
523 if (ns1 == NULL) in xmlC14NNsCompare()
528 return (xmlStrcmp(ns1->prefix, ns2->prefix)); in xmlC14NNsCompare()