Lines Matching refs:href
307 return (xmlNodePtr)xmlHasNsProp(elem, nqname, ns->href); in dom_get_dom1_attribute()
352 value = xmlStrdup(((xmlNsPtr)attr)->href); in PHP_FUNCTION()
686 RETVAL_STRING((char *) nsptr->href, 1); in PHP_FUNCTION()
732 def = xmlNewNs(tree, ns->href, prefix); in _dom_new_reconNs()
796 if ((tmpnsptr->prefix != NULL) && (tmpnsptr->href != NULL) && in PHP_FUNCTION()
797 (xmlStrEqual(tmpnsptr->href, (xmlChar *) uri))) { in PHP_FUNCTION()
827 if (nsptr->href) { in PHP_FUNCTION()
828 xmlFree((xmlChar *) nsptr->href); in PHP_FUNCTION()
830 nsptr->href = xmlStrdup((xmlChar *)value); in PHP_FUNCTION()
894 if (xmlStrEqual((xmlChar *)uri, nsptr->href)) { in PHP_FUNCTION()
895 if (nsptr->href != NULL) { in PHP_FUNCTION()
896 xmlFree((char *) nsptr->href); in PHP_FUNCTION()
897 nsptr->href = NULL; in PHP_FUNCTION()
990 existattrp = xmlHasNsProp(nodep, nsp->href, attrp->name); in PHP_FUNCTION()