Searched refs:str_ns (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/soap/ |
H A D | php_schema.c | 1656 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 13 milliseconds