str_ns           1661 ext/soap/php_schema.c 		char *cptype, *str_ns;
str_ns           1667 ext/soap/php_schema.c 		parse_namespace(type->children->content, &cptype, &str_ns);
str_ns           1668 ext/soap/php_schema.c 		nsptr = xmlSearchNs(element->doc, element, BAD_CAST(str_ns));
str_ns           1672 ext/soap/php_schema.c 		if (str_ns) {efree(str_ns);}
str_ns           1808 ext/soap/php_schema.c 		char *cptype, *str_ns;
str_ns           1814 ext/soap/php_schema.c 		parse_namespace(type->children->content, &cptype, &str_ns);
str_ns           1815 ext/soap/php_schema.c 		nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns));
str_ns           1819 ext/soap/php_schema.c 		if (str_ns) {efree(str_ns);}