Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dphp_schema.c1656 char *cptype, *str_ns; in schema_element() local
1662 parse_namespace(type->children->content, &cptype, &str_ns); in schema_element()
1663 nsptr = xmlSearchNs(element->doc, element, BAD_CAST(str_ns)); in schema_element()
1667 if (str_ns) {efree(str_ns);} in schema_element()
1804 char *cptype, *str_ns; in schema_attribute() local
1810 parse_namespace(type->children->content, &cptype, &str_ns); in schema_attribute()
1811 nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns)); in schema_attribute()
1815 if (str_ns) {efree(str_ns);} in schema_attribute()

Completed in 10 milliseconds