Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_schema.c1658 char *cptype, *str_ns; in schema_element() local
1664 parse_namespace(type->children->content, &cptype, &str_ns); in schema_element()
1665 nsptr = xmlSearchNs(element->doc, element, BAD_CAST(str_ns)); in schema_element()
1669 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 11 milliseconds