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.c2272 arrayType->extraAttributes && in to_xml_array()
2273 …(ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_… in to_xml_array()
2322 arrayType->extraAttributes && in to_xml_array()
2332 arrayType->extraAttributes && in to_xml_array()
2333 …(ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_… in to_xml_array()
2352 arrayType->extraAttributes && in to_xml_array()
2516 arrayType->extraAttributes && in to_zval_array()
2537 arrayType->extraAttributes && in to_zval_array()
2546 arrayType->extraAttributes && in to_zval_array()
2547 …(ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_… in to_zval_array()
[all …]
H A Dphp_sdl.c1226 attr->extraAttributes = emalloc(sizeof(HashTable)); in sdl_deserialize_attribute()
1227 zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0); in sdl_deserialize_attribute()
1230 sdl_deserialize_key(attr->extraAttributes, x, in); in sdl_deserialize_attribute()
1834 if (attr->extraAttributes) { in sdl_serialize_attribute()
1835 i = zend_hash_num_elements(attr->extraAttributes); in sdl_serialize_attribute()
1844 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(attr->extraAttributes, key, tmp) { in sdl_serialize_attribute()
2615 if (pattr->extraAttributes) { in make_persistent_sdl_attribute()
2618 pattr->extraAttributes = malloc(sizeof(HashTable)); in make_persistent_sdl_attribute()
2619 …zend_hash_init(pattr->extraAttributes, zend_hash_num_elements(attr->extraAttributes), NULL, delete… in make_persistent_sdl_attribute()
2621 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(attr->extraAttributes, key, tmp) { in make_persistent_sdl_attribute()
[all …]
H A Dsoap.c4341 attr->extraAttributes && in type_to_string()
4342 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMES… in type_to_string()
4365 attr->extraAttributes && in type_to_string()
4366 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESP… in type_to_string()
4383 attr->extraAttributes && in type_to_string()
4384 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESP… in type_to_string()

Completed in 50 milliseconds