href             1151 ext/dom/document.c 			nsptr = xmlSearchNsByHref (nodep->doc, root, nodep->ns->href);
href             1154 ext/dom/document.c 				nsptr = dom_get_ns(root, (char *) nodep->ns->href, &errorcode, (char *) nodep->ns->prefix);
href              307 ext/dom/element.c 			return (xmlNodePtr)xmlHasNsProp(elem, nqname, ns->href);
href              352 ext/dom/element.c 				value = xmlStrdup(((xmlNsPtr)attr)->href);
href              686 ext/dom/element.c 				RETVAL_STRING((char *) nsptr->href, 1);
href              732 ext/dom/element.c 	def = xmlNewNs(tree, ns->href, prefix);
href              796 ext/dom/element.c 						if ((tmpnsptr->prefix != NULL) && (tmpnsptr->href != NULL) && 
href              797 ext/dom/element.c 							(xmlStrEqual(tmpnsptr->href, (xmlChar *) uri))) {
href              827 ext/dom/element.c 					if (nsptr->href) {
href              828 ext/dom/element.c 						xmlFree((xmlChar *) nsptr->href);
href              830 ext/dom/element.c 					nsptr->href = xmlStrdup((xmlChar *)value);
href              894 ext/dom/element.c 		if (xmlStrEqual((xmlChar *)uri, nsptr->href)) {
href              895 ext/dom/element.c 			if (nsptr->href != NULL) {
href              896 ext/dom/element.c 				xmlFree((char *) nsptr->href);
href              897 ext/dom/element.c 				nsptr->href = NULL;
href              990 ext/dom/element.c         existattrp = xmlHasNsProp(nodep, nsp->href, attrp->name);
href              172 ext/dom/node.c 				if (curns->href != NULL) {
href              173 ext/dom/node.c 					if((nsptr = xmlSearchNsByHref(doc, nodep->parent, curns->href)) && 
href              701 ext/dom/node.c 				str = (char *) nodep->ns->href;
href              793 ext/dom/node.c 				strURI = (char *) nodep->ns->href;
href              803 ext/dom/node.c 						if (xmlStrEqual((xmlChar *)prefix, curns->prefix) && xmlStrEqual(nodep->ns->href, curns->href)) {
href              810 ext/dom/node.c 						ns = xmlNewNs(nsnode, nodep->ns->href, (xmlChar *)prefix);
href             1086 ext/dom/node.c 				lastattr = xmlHasNsProp(refp->parent, child->name, child->ns->href);
href             1128 ext/dom/node.c 				lastattr = xmlHasNsProp(parentp, child->name, child->ns->href);
href             1373 ext/dom/node.c 			lastattr = xmlHasNsProp(nodep, child->name, child->ns->href);
href             1467 ext/dom/node.c 					node->ns = xmlNewNs(root, ns->href, ns->prefix);
href             1667 ext/dom/node.c 		if (nsptr && xmlStrEqual(nsptr->href, uri)) {
href             1702 ext/dom/node.c 	if (nsptr && nsptr->href != NULL) {
href             1703 ext/dom/node.c 		RETURN_STRING((char *) nsptr->href, 1);
href             1492 ext/dom/php_dom.c 				if (ns == NULL || (nodep->ns != NULL && (xmlStrEqual(nodep->ns->href, (xmlChar *)ns) || xmlStrEqual((xmlChar *)"*", (xmlChar *)ns)))) {
href             1572 ext/dom/php_dom.c 		doc->oldNs->href = xmlStrdup(XML_XML_NAMESPACE);
href             1662 ext/dom/php_dom.c 			if (cur->prefix == NULL  && cur->href != NULL) {
href              135 ext/simplexml/simplexml.c 	if (node->ns && !xmlStrcmp(prefix ? node->ns->prefix : node->ns->href, name)) {
href             1319 ext/simplexml/simplexml.c 					_node_as_zval(sxe, nodeptr->parent, value, SXE_ITER_ATTRLIST, (char*)nodeptr->name, nodeptr->ns ? (xmlChar *)nodeptr->ns->href : NULL, 0 TSRMLS_CC);
href             1446 ext/simplexml/simplexml.c 		add_assoc_string(return_value, prefix, (char*)ns->href, 1);
href              571 ext/soap/php_encoding.c 					smart_str_appends(&nscat, (char*)nsptr->href);
href             2596 ext/soap/php_encoding.c 			enc = get_encoder(SOAP_GLOBAL(sdl), (char*)nsptr->href, type);
href             2610 ext/soap/php_encoding.c 			enc = get_encoder(SOAP_GLOBAL(sdl), (char*)nsptr->href, type);
href             2969 ext/soap/php_encoding.c 			add_property_string(soapvar, "enc_ns", (char*)nsptr->href, 1);
href             3204 ext/soap/php_encoding.c 		if (data->ns && data->ns->href) {
href             3205 ext/soap/php_encoding.c 			smart_str_appends(&nscat, (char*)data->ns->href);
href             3416 ext/soap/php_encoding.c 		xmlAttrPtr href;
href             3418 ext/soap/php_encoding.c 		href = data->properties;
href             3420 ext/soap/php_encoding.c 			href = get_attribute(href, "href");
href             3421 ext/soap/php_encoding.c 			if (href == NULL || href->ns == NULL) {break;}
href             3422 ext/soap/php_encoding.c 			href = href->next;
href             3424 ext/soap/php_encoding.c 		if (href) {
href             3426 ext/soap/php_encoding.c 			if (href->children->content[0] == '#') {
href             3427 ext/soap/php_encoding.c 				xmlNodePtr ret = get_node_with_attribute_recursive(data->doc->children, NULL, "id", (char*)&href->children->content[1]);
href             3429 ext/soap/php_encoding.c 					soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content);
href             3434 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: External reference '%s'", href->children->content);
href             3438 ext/soap/php_encoding.c 		href = get_attribute_ex(data->properties, "ref", SOAP_1_2_ENC_NAMESPACE);
href             3439 ext/soap/php_encoding.c 		if (href) {
href             3443 ext/soap/php_encoding.c 			if (href->children->content[0] == '#') {
href             3444 ext/soap/php_encoding.c 				id = href->children->content+1;
href             3446 ext/soap/php_encoding.c 				id = href->children->content;
href             3450 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content);
href             3452 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: Violation of id and ref information items '%s'", href->children->content);
href             3473 ext/soap/php_encoding.c static xmlNsPtr xmlSearchNsPrefixByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href)
href             3487 ext/soap/php_encoding.c 				if (cur->prefix && cur->href && xmlStrEqual(cur->href, href)) {
href             3497 ext/soap/php_encoding.c 					if (cur->prefix && cur->href && xmlStrEqual(cur->href, href)) {
href              407 ext/soap/php_packet_soap.c 						smart_str_appends(&key, (char*)trav->ns->href);
href              430 ext/soap/php_schema.c 			newType->namens = estrdup((char*)nsptr->href);
href              432 ext/soap/php_schema.c 			newType->encode = get_create_encoder(sdl, newType, nsptr->href, BAD_CAST(type));
href              525 ext/soap/php_schema.c 				newType->namens = estrdup((char*)nsptr->href);
href              527 ext/soap/php_schema.c 				newType->encode = get_create_encoder(sdl, newType, nsptr->href, BAD_CAST(type));
href              649 ext/soap/php_schema.c 			cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(type));
href              754 ext/soap/php_schema.c 			cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(type));
href              879 ext/soap/php_schema.c 			cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(type));
href              934 ext/soap/php_schema.c 			cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(type));
href             1083 ext/soap/php_schema.c 				smart_str_appends(&key, (char*)nsptr->href);
href             1518 ext/soap/php_schema.c 				smart_str_appends(&nscat, (char*)nsptr->href);
href             1519 ext/soap/php_schema.c 				newType->namens = estrdup((char*)nsptr->href);
href             1668 ext/soap/php_schema.c 			cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype));
href             1752 ext/soap/php_schema.c 				smart_str_appends(&key, (char*)nsptr->href);
href             1753 ext/soap/php_schema.c 				newAttr->namens = estrdup((char*)nsptr->href);
href             1815 ext/soap/php_schema.c 			newAttr->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype));
href             1856 ext/soap/php_schema.c 			if (strncmp((char*)nsPtr->href, SCHEMA_NAMESPACE, sizeof(SCHEMA_NAMESPACE))) {
href             1867 ext/soap/php_schema.c 					ext->ns = estrdup((char*)nsptr->href);
href             1880 ext/soap/php_schema.c 				smart_str_appends(&key2, (char*)nsPtr->href);
href             1996 ext/soap/php_schema.c 				smart_str_appends(&key, (char*)nsptr->href);
href               58 ext/soap/php_sdl.c 		enc = get_encoder(sdl, (char*)nsptr->href, cptype);
href               82 ext/soap/php_sdl.c 			int ns_len = xmlStrlen(nsptr->href);
href               87 ext/soap/php_sdl.c 			memcpy(nscat, nsptr->href, ns_len);
href              216 ext/soap/php_sdl.c 	if (node->ns && strcmp((char*)node->ns->href, WSDL_NAMESPACE) != 0) {
href              222 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Unknown required WSDL extension '%s'", node->ns->href);
href              689 ext/soap/php_sdl.c 		if (trav->ns != NULL && strcmp((char*)trav->ns->href, WSDL_NAMESPACE) != 0) {
href              794 ext/soap/php_sdl.c 						if (!strncmp((char*)trav2->ns->href, WSDL_SOAP11_NAMESPACE, sizeof(WSDL_SOAP11_NAMESPACE))) {
href              798 ext/soap/php_sdl.c 						} else if (!strncmp((char*)trav2->ns->href, WSDL_SOAP12_NAMESPACE, sizeof(WSDL_SOAP12_NAMESPACE))) {
href              802 ext/soap/php_sdl.c 						} else if (!strncmp((char*)trav2->ns->href, RPC_SOAP12_NAMESPACE, sizeof(RPC_SOAP12_NAMESPACE))) {
href              806 ext/soap/php_sdl.c 						} else if (!strncmp((char*)trav2->ns->href, WSDL_HTTP11_NAMESPACE, sizeof(WSDL_HTTP11_NAMESPACE))) {
href              809 ext/soap/php_sdl.c 						} else if (!strncmp((char*)trav2->ns->href, WSDL_HTTP12_NAMESPACE, sizeof(WSDL_HTTP12_NAMESPACE))) {
href              212 ext/soap/php_xml.c 				return (strcmp((char*)nsPtr->href, ns) == 0);
href              228 ext/soap/php_xml.c 				return (strcmp((char*)nsPtr->href, ns) == 0);
href             1630 ext/soap/soap.c 			if (strcmp((char*)env->ns->href, SOAP_1_1_ENV_NAMESPACE) == 0) {
href             1632 ext/soap/soap.c 			} else if (strcmp((char*)env->ns->href,SOAP_1_2_ENV_NAMESPACE) == 0) {
href             3666 ext/soap/soap.c 							smart_str_appends(&key, (char*)hdr_func->ns->href);
href             4577 ext/soap/soap.c 									if (strcmp((*param)->element->namens, (char*)node->ns->href) != 0) {
href              463 ext/xsl/xsltprocessor.c 				if (nodep->type == XML_ELEMENT_NODE && xmlStrEqual(nodep->name, "key") && xmlStrEqual(nodep->ns->href, XSLT_NAMESPACE)) {