Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_schema.c39 static int schema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, s…
1733 name = get_attribute(attrType->properties, "name"); in schema_attribute()
1735 name = ref = get_attribute(attrType->properties, "ref"); in schema_attribute()
1749 nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(ns)); in schema_attribute()
1754 xmlAttrPtr ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute()
1771 ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute()
1804 type = get_attribute(attrType->properties, "type"); in schema_attribute()
1813 nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns)); in schema_attribute()
1821 attr = attrType->properties; in schema_attribute()
1891 xmlNodePtr parent = attrType->parent; in schema_attribute()
[all …]

Completed in 11 milliseconds