Searched refs:str_ns (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/soap/ |
H A D | php_schema.c | 1659 char *cptype, *str_ns; in schema_element() local 1665 parse_namespace(type->children->content, &cptype, &str_ns); in schema_element() 1666 nsptr = xmlSearchNs(element->doc, element, BAD_CAST(str_ns)); in schema_element() 1670 if (str_ns) {efree(str_ns);} in schema_element() 1806 char *cptype, *str_ns; in schema_attribute() local 1812 parse_namespace(type->children->content, &cptype, &str_ns); in schema_attribute() 1813 nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns)); in schema_attribute() 1817 if (str_ns) {efree(str_ns);} in schema_attribute()
|
Completed in 10 milliseconds