href             1012 ext/dom/document.c 			nsptr = xmlSearchNsByHref (nodep->doc, root, nodep->ns->href);
href             1015 ext/dom/document.c 				nsptr = dom_get_ns(root, (char *) nodep->ns->href, &errorcode, (char *) nodep->ns->prefix);
href              300 ext/dom/element.c 			return (xmlNodePtr)xmlHasNsProp(elem, nqname, ns->href);
href              345 ext/dom/element.c 				value = xmlStrdup(((xmlNsPtr)attr)->href);
href              681 ext/dom/element.c 				RETVAL_STRING((char *) nsptr->href);
href              727 ext/dom/element.c 	def = xmlNewNs(tree, ns->href, prefix);
href              791 ext/dom/element.c 						if ((tmpnsptr->prefix != NULL) && (tmpnsptr->href != NULL) &&
href              792 ext/dom/element.c 							(xmlStrEqual(tmpnsptr->href, (xmlChar *) uri))) {
href              822 ext/dom/element.c 					if (nsptr->href) {
href              823 ext/dom/element.c 						xmlFree((xmlChar *) nsptr->href);
href              825 ext/dom/element.c 					nsptr->href = xmlStrdup((xmlChar *)value);
href              889 ext/dom/element.c 		if (xmlStrEqual((xmlChar *)uri, nsptr->href)) {
href              890 ext/dom/element.c 			if (nsptr->href != NULL) {
href              891 ext/dom/element.c 				xmlFree((char *) nsptr->href);
href              892 ext/dom/element.c 				nsptr->href = NULL;
href              986 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              640 ext/dom/node.c 				str = (char *) nodep->ns->href;
href              726 ext/dom/node.c 				strURI = (char *) nodep->ns->href;
href              736 ext/dom/node.c 						if (xmlStrEqual((xmlChar *)prefix, curns->prefix) && xmlStrEqual(nodep->ns->href, curns->href)) {
href              743 ext/dom/node.c 						ns = xmlNewNs(nsnode, nodep->ns->href, (xmlChar *)prefix);
href             1001 ext/dom/node.c 				lastattr = xmlHasNsProp(refp->parent, child->name, child->ns->href);
href             1043 ext/dom/node.c 				lastattr = xmlHasNsProp(parentp, child->name, child->ns->href);
href             1288 ext/dom/node.c 			lastattr = xmlHasNsProp(nodep, child->name, child->ns->href);
href             1382 ext/dom/node.c 					node->ns = xmlNewNs(root, ns->href, ns->prefix);
href             1583 ext/dom/node.c 		if (nsptr && xmlStrEqual(nsptr->href, (xmlChar *) uri)) {
href             1618 ext/dom/node.c 	if (nsptr && nsptr->href != NULL) {
href             1619 ext/dom/node.c 		RETURN_STRING((char *) nsptr->href);
href             1348 ext/dom/php_dom.c 				if (ns == NULL || (nodep->ns != NULL && (xmlStrEqual(nodep->ns->href, (xmlChar *)ns) || xmlStrEqual((xmlChar *)"*", (xmlChar *)ns)))) {
href             1428 ext/dom/php_dom.c 		doc->oldNs->href = xmlStrdup(XML_XML_NAMESPACE);
href             1518 ext/dom/php_dom.c 			if (cur->prefix == NULL  && cur->href != NULL) {
href              122 ext/simplexml/simplexml.c 	if (node->ns && !xmlStrcmp(prefix ? node->ns->prefix : node->ns->href, name)) {
href             1371 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);
href             1501 ext/simplexml/simplexml.c 		ZVAL_STRING(&zv, (char*)ns->href);
href              544 ext/soap/php_encoding.c 					smart_str_appends(&nscat, (char*)nsptr->href);
href             2496 ext/soap/php_encoding.c 			enc = get_encoder(SOAP_GLOBAL(sdl), (char*)nsptr->href, type);
href             2510 ext/soap/php_encoding.c 			enc = get_encoder(SOAP_GLOBAL(sdl), (char*)nsptr->href, type);
href             2856 ext/soap/php_encoding.c 			add_property_string(&soapvar, "enc_ns", (char*)nsptr->href);
href             3096 ext/soap/php_encoding.c 		if (data->ns && data->ns->href) {
href             3097 ext/soap/php_encoding.c 			smart_str_appends(&nscat, (char*)data->ns->href);
href             3298 ext/soap/php_encoding.c 		xmlAttrPtr href;
href             3300 ext/soap/php_encoding.c 		href = data->properties;
href             3302 ext/soap/php_encoding.c 			href = get_attribute(href, "href");
href             3303 ext/soap/php_encoding.c 			if (href == NULL || href->ns == NULL) {break;}
href             3304 ext/soap/php_encoding.c 			href = href->next;
href             3306 ext/soap/php_encoding.c 		if (href) {
href             3308 ext/soap/php_encoding.c 			if (href->children->content[0] == '#') {
href             3309 ext/soap/php_encoding.c 				xmlNodePtr ret = get_node_with_attribute_recursive(data->doc->children, NULL, "id", (char*)&href->children->content[1]);
href             3311 ext/soap/php_encoding.c 					soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content);
href             3316 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: External reference '%s'", href->children->content);
href             3320 ext/soap/php_encoding.c 		href = get_attribute_ex(data->properties, "ref", SOAP_1_2_ENC_NAMESPACE);
href             3321 ext/soap/php_encoding.c 		if (href) {
href             3325 ext/soap/php_encoding.c 			if (href->children->content[0] == '#') {
href             3326 ext/soap/php_encoding.c 				id = href->children->content+1;
href             3328 ext/soap/php_encoding.c 				id = href->children->content;
href             3332 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content);
href             3334 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: Violation of id and ref information items '%s'", href->children->content);
href             3355 ext/soap/php_encoding.c static xmlNsPtr xmlSearchNsPrefixByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href)
href             3369 ext/soap/php_encoding.c 				if (cur->prefix && cur->href && xmlStrEqual(cur->href, href)) {
href             3379 ext/soap/php_encoding.c 					if (cur->prefix && cur->href && xmlStrEqual(cur->href, href)) {
href              405 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              526 ext/soap/php_schema.c 				newType->namens = estrdup((char*)nsptr->href);
href              528 ext/soap/php_schema.c 				newType->encode = get_create_encoder(sdl, newType, nsptr->href, BAD_CAST(type));
href              651 ext/soap/php_schema.c 			cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(type));
href              756 ext/soap/php_schema.c 			cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(type));
href              881 ext/soap/php_schema.c 			cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(type));
href              936 ext/soap/php_schema.c 			cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(type));
href             1085 ext/soap/php_schema.c 				smart_str_appends(&key, (char*)nsptr->href);
href             1520 ext/soap/php_schema.c 				smart_str_appends(&nscat, (char*)nsptr->href);
href             1521 ext/soap/php_schema.c 				newType->namens = estrdup((char*)nsptr->href);
href             1670 ext/soap/php_schema.c 			cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype));
href             1754 ext/soap/php_schema.c 				smart_str_appends(&key, (char*)nsptr->href);
href             1755 ext/soap/php_schema.c 				newAttr->namens = estrdup((char*)nsptr->href);
href             1817 ext/soap/php_schema.c 			newAttr->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype));
href             1858 ext/soap/php_schema.c 			if (strncmp((char*)nsPtr->href, SCHEMA_NAMESPACE, sizeof(SCHEMA_NAMESPACE))) {
href             1869 ext/soap/php_schema.c 					ext->ns = estrdup((char*)nsptr->href);
href             1882 ext/soap/php_schema.c 				smart_str_appends(&key2, (char*)nsPtr->href);
href             2002 ext/soap/php_schema.c 				smart_str_appends(&key, (char*)nsptr->href);
href               59 ext/soap/php_sdl.c 		enc = get_encoder(sdl, (char*)nsptr->href, cptype);
href               83 ext/soap/php_sdl.c 			int ns_len = xmlStrlen(nsptr->href);
href               88 ext/soap/php_sdl.c 			memcpy(nscat, nsptr->href, ns_len);
href              214 ext/soap/php_sdl.c 	if (node->ns && strcmp((char*)node->ns->href, WSDL_NAMESPACE) != 0) {
href              220 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Unknown required WSDL extension '%s'", node->ns->href);
href              682 ext/soap/php_sdl.c 		if (trav->ns != NULL && strcmp((char*)trav->ns->href, WSDL_NAMESPACE) != 0) {
href              786 ext/soap/php_sdl.c 						if (!strncmp((char*)trav2->ns->href, WSDL_SOAP11_NAMESPACE, sizeof(WSDL_SOAP11_NAMESPACE))) {
href              790 ext/soap/php_sdl.c 						} else if (!strncmp((char*)trav2->ns->href, WSDL_SOAP12_NAMESPACE, sizeof(WSDL_SOAP12_NAMESPACE))) {
href              794 ext/soap/php_sdl.c 						} else if (!strncmp((char*)trav2->ns->href, RPC_SOAP12_NAMESPACE, sizeof(RPC_SOAP12_NAMESPACE))) {
href              798 ext/soap/php_sdl.c 						} else if (!strncmp((char*)trav2->ns->href, WSDL_HTTP11_NAMESPACE, sizeof(WSDL_HTTP11_NAMESPACE))) {
href              801 ext/soap/php_sdl.c 						} else if (!strncmp((char*)trav2->ns->href, WSDL_HTTP12_NAMESPACE, sizeof(WSDL_HTTP12_NAMESPACE))) {
href              211 ext/soap/php_xml.c 				return (strcmp((char*)nsPtr->href, ns) == 0);
href              227 ext/soap/php_xml.c 				return (strcmp((char*)nsPtr->href, ns) == 0);
href             1655 ext/soap/soap.c 			if (strcmp((char*)env->ns->href, SOAP_1_1_ENV_NAMESPACE) == 0) {
href             1657 ext/soap/soap.c 			} else if (strcmp((char*)env->ns->href,SOAP_1_2_ENV_NAMESPACE) == 0) {
href             3663 ext/soap/soap.c 							smart_str_appends(&key, (char*)hdr_func->ns->href);
href             4557 ext/soap/soap.c 									if (strcmp(param->element->namens, (char*)node->ns->href) != 0) {
href              453 ext/xsl/xsltprocessor.c 				if (nodep->type == XML_ELEMENT_NODE && xmlStrEqual(nodep->name, (const xmlChar *) "key") && xmlStrEqual(nodep->ns->href, XSLT_NAMESPACE)) {