xmlSearchNs       295 ext/dom/element.c 		ns = xmlSearchNs(elem->doc, elem, prefix);
xmlSearchNs       713 ext/dom/element.c 	def = xmlSearchNs(doc, tree, prefix);
xmlSearchNs       721 ext/dom/element.c 		def = xmlSearchNs(doc, tree, prefix);
xmlSearchNs      1373 ext/dom/node.c 			ns = xmlSearchNs(n->doc, node, n->ns->prefix);
xmlSearchNs      1375 ext/dom/node.c 				ns = xmlSearchNs(n->doc, n, n->ns->prefix);
xmlSearchNs      1582 ext/dom/node.c 		nsptr = xmlSearchNs(nodep->doc, nodep, NULL);
xmlSearchNs      1617 ext/dom/node.c 	nsptr = xmlSearchNs(nodep->doc, nodep, (xmlChar *) prefix);
xmlSearchNs       542 ext/soap/php_encoding.c 				nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns));
xmlSearchNs      2487 ext/soap/php_encoding.c 		nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns));
xmlSearchNs      2508 ext/soap/php_encoding.c 		nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns));
xmlSearchNs      2853 ext/soap/php_encoding.c 		nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns));
xmlSearchNs      3370 ext/soap/php_encoding.c 					if (xmlSearchNs(doc, node, cur->prefix) == cur) {
xmlSearchNs      3380 ext/soap/php_encoding.c 						if (xmlSearchNs(doc, node, cur->prefix) == cur) {
xmlSearchNs      3417 ext/soap/php_encoding.c 				if (xmlSearchNs(node->doc, node, BAD_CAST(ZSTR_VAL(prefix.s))) == NULL) {
xmlSearchNs       422 ext/soap/php_schema.c 		nsptr = xmlSearchNs(listType->doc, listType, BAD_CAST(ns));
xmlSearchNs       518 ext/soap/php_schema.c 			nsptr = xmlSearchNs(unionType->doc, unionType, BAD_CAST(ns));
xmlSearchNs       649 ext/soap/php_schema.c 		nsptr = xmlSearchNs(restType->doc, restType, BAD_CAST(ns));
xmlSearchNs       754 ext/soap/php_schema.c 		nsptr = xmlSearchNs(restType->doc, restType, BAD_CAST(ns));
xmlSearchNs       879 ext/soap/php_schema.c 		nsptr = xmlSearchNs(extType->doc, extType, BAD_CAST(ns));
xmlSearchNs       934 ext/soap/php_schema.c 		nsptr = xmlSearchNs(extType->doc, extType, BAD_CAST(ns));
xmlSearchNs      1083 ext/soap/php_schema.c 			nsptr = xmlSearchNs(groupType->doc, groupType, BAD_CAST(ns));
xmlSearchNs      1518 ext/soap/php_schema.c 			nsptr = xmlSearchNs(element->doc, element, BAD_CAST(ns));
xmlSearchNs      1668 ext/soap/php_schema.c 		nsptr = xmlSearchNs(element->doc, element, BAD_CAST(str_ns));
xmlSearchNs      1752 ext/soap/php_schema.c 			nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(ns));
xmlSearchNs      1815 ext/soap/php_schema.c 		nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns));
xmlSearchNs      1867 ext/soap/php_schema.c 				nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns));
xmlSearchNs      2000 ext/soap/php_schema.c 			nsptr = xmlSearchNs(attrGroup->doc, attrGroup, BAD_CAST(ns));
xmlSearchNs        57 ext/soap/php_sdl.c 	nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns));
xmlSearchNs        81 ext/soap/php_sdl.c 		nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns));
xmlSearchNs       192 ext/soap/php_xml.c 		return xmlSearchNs(node->doc, node->parent, NULL);
xmlSearchNs       201 ext/soap/php_xml.c 		return xmlSearchNs(node->doc, node, NULL);