newAttr 49 ext/dom/element.c ZEND_ARG_OBJ_INFO(0, newAttr, DOMAttr, 0) newAttr 82 ext/dom/element.c ZEND_ARG_OBJ_INFO(0, newAttr, DOMAttr, 0) newAttr 1730 ext/soap/php_schema.c sdlAttributePtr newAttr; newAttr 1742 ext/soap/php_schema.c newAttr = emalloc(sizeof(sdlAttribute)); newAttr 1743 ext/soap/php_schema.c memset(newAttr, 0, sizeof(sdlAttribute)); newAttr 1753 ext/soap/php_schema.c newAttr->namens = estrdup((char*)nsptr->href); newAttr 1766 ext/soap/php_schema.c newAttr->ref = estrdup(key.c); newAttr 1779 ext/soap/php_schema.c newAttr->namens = estrdup((char*)ns->children->content); newAttr 1795 ext/soap/php_schema.c if (zend_hash_add(addHash, key.c, key.len + 1, &newAttr, sizeof(sdlAttributePtr), NULL) != SUCCESS) { newAttr 1815 ext/soap/php_schema.c newAttr->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); newAttr 1824 ext/soap/php_schema.c newAttr->def = estrdup((char*)attr->children->content); newAttr 1826 ext/soap/php_schema.c newAttr->fixed = estrdup((char*)attr->children->content); newAttr 1829 ext/soap/php_schema.c newAttr->form = XSD_FORM_QUALIFIED; newAttr 1831 ext/soap/php_schema.c newAttr->form = XSD_FORM_UNQUALIFIED; newAttr 1833 ext/soap/php_schema.c newAttr->form = XSD_FORM_DEFAULT; newAttr 1838 ext/soap/php_schema.c newAttr->name = estrdup((char*)attr->children->content); newAttr 1845 ext/soap/php_schema.c newAttr->use = XSD_USE_PROHIBITED; newAttr 1847 ext/soap/php_schema.c newAttr->use = XSD_USE_REQUIRED; newAttr 1849 ext/soap/php_schema.c newAttr->use = XSD_USE_OPTIONAL; newAttr 1851 ext/soap/php_schema.c newAttr->use = XSD_USE_DEFAULT; newAttr 1875 ext/soap/php_schema.c if (!newAttr->extraAttributes) { newAttr 1876 ext/soap/php_schema.c newAttr->extraAttributes = emalloc(sizeof(HashTable)); newAttr 1877 ext/soap/php_schema.c zend_hash_init(newAttr->extraAttributes, 0, NULL, delete_extra_attribute, 0); newAttr 1884 ext/soap/php_schema.c zend_hash_add(newAttr->extraAttributes, key2.c, key2.len + 1, &ext, sizeof(sdlExtraAttributePtr), NULL); newAttr 1890 ext/soap/php_schema.c if (newAttr->form == XSD_FORM_DEFAULT) { newAttr 1897 ext/soap/php_schema.c newAttr->form = XSD_FORM_UNQUALIFIED; newAttr 1899 ext/soap/php_schema.c newAttr->form = XSD_FORM_QUALIFIED; newAttr 1906 ext/soap/php_schema.c newAttr->form = XSD_FORM_UNQUALIFIED; newAttr 1934 ext/soap/php_schema.c newAttr->encode = dummy_type->encode; newAttr 1981 ext/soap/php_schema.c sdlAttributePtr newAttr; newAttr 1990 ext/soap/php_schema.c newAttr = emalloc(sizeof(sdlAttribute)); newAttr 1991 ext/soap/php_schema.c memset(newAttr, 0, sizeof(sdlAttribute)); newAttr 2001 ext/soap/php_schema.c newAttr->ref = estrdup(key.c); newAttr 2006 ext/soap/php_schema.c zend_hash_next_index_insert(cur_type->attributes, &newAttr, sizeof(sdlAttributePtr), NULL); newAttr 2145 ext/soap/php_schema.c sdlAttributePtr newAttr; newAttr 2149 ext/soap/php_schema.c newAttr = emalloc(sizeof(sdlAttribute)); newAttr 2150 ext/soap/php_schema.c memcpy(newAttr, *tmp_attr, sizeof(sdlAttribute)); newAttr 2151 ext/soap/php_schema.c if (newAttr->def) {newAttr->def = estrdup(newAttr->def);} newAttr 2152 ext/soap/php_schema.c if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} newAttr 2153 ext/soap/php_schema.c if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} newAttr 2154 ext/soap/php_schema.c if (newAttr->name) {newAttr->name = estrdup(newAttr->name);} newAttr 2155 ext/soap/php_schema.c if (newAttr->extraAttributes) { newAttr 2158 ext/soap/php_schema.c zend_hash_init(ht, zend_hash_num_elements(newAttr->extraAttributes), NULL, delete_extra_attribute, 0); newAttr 2159 ext/soap/php_schema.c zend_hash_copy(ht, newAttr->extraAttributes, copy_extra_attribute, &node, sizeof(xmlNodePtr)); newAttr 2160 ext/soap/php_schema.c newAttr->extraAttributes = ht; newAttr 2164 ext/soap/php_schema.c zend_hash_add(ht, key, key_len, &newAttr, sizeof(sdlAttributePtr), NULL);