Home
last modified time | relevance | path

Searched refs:str_ns (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/soap/
H A Dphp_schema.c1661 char *cptype, *str_ns; in schema_element() local
1667 parse_namespace(type->children->content, &cptype, &str_ns); in schema_element()
1668 nsptr = xmlSearchNs(element->doc, element, BAD_CAST(str_ns)); in schema_element()
1672 if (str_ns) {efree(str_ns);} in schema_element()
1808 char *cptype, *str_ns; in schema_attribute() local
1814 parse_namespace(type->children->content, &cptype, &str_ns); in schema_attribute()
1815 nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns)); in schema_attribute()
1819 if (str_ns) {efree(str_ns);} in schema_attribute()

Completed in 11 milliseconds