Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_schema.c1885 if (!newAttr->extraAttributes) { in schema_attribute()
2120 if (tmp->extraAttributes != NULL) { in schema_attribute_fixup()
2123 zend_hash_copy(attr->extraAttributes, tmp->extraAttributes, copy_extra_attribute); in schema_attribute_fixup()
2165 if (newAttr->extraAttributes) { in schema_attributegroup_fixup()
2169 newAttr->extraAttributes = ht; in schema_attributegroup_fixup()
2527 if (attr->extraAttributes) { in delete_attribute()
2528 zend_hash_destroy(attr->extraAttributes); in delete_attribute()
2529 efree(attr->extraAttributes); in delete_attribute()
2553 if (attr->extraAttributes) { in delete_attribute_persistent()
2554 zend_hash_destroy(attr->extraAttributes); in delete_attribute_persistent()
[all …]
H A Dphp_sdl.h249 HashTable *extraAttributes; /* array of sdlExtraAttribute */ member
H A Dphp_encoding.c2276 arrayType->extraAttributes && in to_xml_array()
2277 …(ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_… in to_xml_array()
2326 arrayType->extraAttributes && in to_xml_array()
2336 arrayType->extraAttributes && in to_xml_array()
2337 …(ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_… in to_xml_array()
2356 arrayType->extraAttributes && in to_xml_array()
2520 arrayType->extraAttributes && in to_zval_array()
2541 arrayType->extraAttributes && in to_zval_array()
2550 arrayType->extraAttributes && in to_zval_array()
2551 …(ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_… in to_zval_array()
[all …]
H A Dphp_sdl.c1258 attr->extraAttributes = emalloc(sizeof(HashTable)); in sdl_deserialize_attribute()
1259 zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0); in sdl_deserialize_attribute()
1262 sdl_deserialize_key(attr->extraAttributes, x, in); in sdl_deserialize_attribute()
1866 if (attr->extraAttributes) { in sdl_serialize_attribute()
1867 i = zend_hash_num_elements(attr->extraAttributes); in sdl_serialize_attribute()
1876 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(attr->extraAttributes, key, tmp) { in sdl_serialize_attribute()
2647 if (pattr->extraAttributes) { in make_persistent_sdl_attribute()
2650 pattr->extraAttributes = malloc(sizeof(HashTable)); in make_persistent_sdl_attribute()
2651 …zend_hash_init(pattr->extraAttributes, zend_hash_num_elements(attr->extraAttributes), NULL, delete… in make_persistent_sdl_attribute()
2653 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(attr->extraAttributes, key, tmp) { in make_persistent_sdl_attribute()
[all …]
H A Dsoap.c4314 attr->extraAttributes &&
4315 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMES…
4338 attr->extraAttributes &&
4339 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESP…
4356 attr->extraAttributes &&
4357 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESP…

Completed in 47 milliseconds