str_ns           1659 ext/soap/php_schema.c 		char *cptype, *str_ns;
str_ns           1665 ext/soap/php_schema.c 		parse_namespace(type->children->content, &cptype, &str_ns);
str_ns           1666 ext/soap/php_schema.c 		nsptr = xmlSearchNs(element->doc, element, BAD_CAST(str_ns));
str_ns           1670 ext/soap/php_schema.c 		if (str_ns) {efree(str_ns);}
str_ns           1806 ext/soap/php_schema.c 		char *cptype, *str_ns;
str_ns           1812 ext/soap/php_schema.c 		parse_namespace(type->children->content, &cptype, &str_ns);
str_ns           1813 ext/soap/php_schema.c 		nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns));
str_ns           1817 ext/soap/php_schema.c 		if (str_ns) {efree(str_ns);}