Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_schema.c1727 sdlAttributePtr newAttr; in schema_attribute() local
1845 newAttr->use = XSD_USE_REQUIRED; in schema_attribute()
1847 newAttr->use = XSD_USE_OPTIONAL; in schema_attribute()
1849 newAttr->use = XSD_USE_DEFAULT; in schema_attribute()
1873 if (!newAttr->extraAttributes) { in schema_attribute()
1983 sdlAttributePtr newAttr; in schema_attributeGroup() local
2143 sdlAttributePtr newAttr; in schema_attributegroup_fixup() local
2149 if (newAttr->def) {newAttr->def = estrdup(newAttr->def);} in schema_attributegroup_fixup()
2150 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup()
2151 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()
[all …]

Completed in 10 milliseconds