xmlSearchNs       302 ext/dom/element.c 		ns = xmlSearchNs(elem->doc, elem, prefix);
xmlSearchNs       718 ext/dom/element.c 	def = xmlSearchNs(doc, tree, prefix);
xmlSearchNs       726 ext/dom/element.c 		def = xmlSearchNs(doc, tree, prefix);
xmlSearchNs      1458 ext/dom/node.c 			ns = xmlSearchNs(n->doc, node, n->ns->prefix);
xmlSearchNs      1460 ext/dom/node.c 				ns = xmlSearchNs(n->doc, n, n->ns->prefix);
xmlSearchNs      1666 ext/dom/node.c 		nsptr = xmlSearchNs(nodep->doc, nodep, NULL);
xmlSearchNs      1701 ext/dom/node.c 	nsptr = xmlSearchNs(nodep->doc, nodep, prefix);
xmlSearchNs       569 ext/soap/php_encoding.c 				nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns));
xmlSearchNs      2587 ext/soap/php_encoding.c 		nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns));
xmlSearchNs      2608 ext/soap/php_encoding.c 		nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns));
xmlSearchNs      2966 ext/soap/php_encoding.c 		nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns));
xmlSearchNs      3488 ext/soap/php_encoding.c 					if (xmlSearchNs(doc, node, cur->prefix) == cur) {
xmlSearchNs      3498 ext/soap/php_encoding.c 						if (xmlSearchNs(doc, node, cur->prefix) == cur) {
xmlSearchNs      3536 ext/soap/php_encoding.c 				if (xmlSearchNs(node->doc, node, BAD_CAST(prefix.c)) == NULL) {
xmlSearchNs       422 ext/soap/php_schema.c 		nsptr = xmlSearchNs(listType->doc, listType, BAD_CAST(ns));
xmlSearchNs       517 ext/soap/php_schema.c 			nsptr = xmlSearchNs(unionType->doc, unionType, BAD_CAST(ns));
xmlSearchNs       647 ext/soap/php_schema.c 		nsptr = xmlSearchNs(restType->doc, restType, BAD_CAST(ns));
xmlSearchNs       752 ext/soap/php_schema.c 		nsptr = xmlSearchNs(restType->doc, restType, BAD_CAST(ns));
xmlSearchNs       877 ext/soap/php_schema.c 		nsptr = xmlSearchNs(extType->doc, extType, BAD_CAST(ns));
xmlSearchNs       932 ext/soap/php_schema.c 		nsptr = xmlSearchNs(extType->doc, extType, BAD_CAST(ns));
xmlSearchNs      1081 ext/soap/php_schema.c 			nsptr = xmlSearchNs(groupType->doc, groupType, BAD_CAST(ns));
xmlSearchNs      1516 ext/soap/php_schema.c 			nsptr = xmlSearchNs(element->doc, element, BAD_CAST(ns));
xmlSearchNs      1666 ext/soap/php_schema.c 		nsptr = xmlSearchNs(element->doc, element, BAD_CAST(str_ns));
xmlSearchNs      1750 ext/soap/php_schema.c 			nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(ns));
xmlSearchNs      1813 ext/soap/php_schema.c 		nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns));
xmlSearchNs      1865 ext/soap/php_schema.c 				nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns));
xmlSearchNs      1994 ext/soap/php_schema.c 			nsptr = xmlSearchNs(attrGroup->doc, attrGroup, BAD_CAST(ns));
xmlSearchNs        56 ext/soap/php_sdl.c 	nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns));
xmlSearchNs        80 ext/soap/php_sdl.c 		nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns));
xmlSearchNs       193 ext/soap/php_xml.c 		return xmlSearchNs(node->doc, node->parent, NULL);
xmlSearchNs       202 ext/soap/php_xml.c 		return xmlSearchNs(node->doc, node, NULL);