Home
last modified time | relevance | path

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

/PHP-7.1/ext/soap/
H A Dphp_schema.c1877 if (!newAttr->extraAttributes) { in schema_attribute()
2112 if (tmp->extraAttributes != NULL) { in schema_attribute_fixup()
2115 zend_hash_copy(attr->extraAttributes, tmp->extraAttributes, copy_extra_attribute); in schema_attribute_fixup()
2157 if (newAttr->extraAttributes) { in schema_attributegroup_fixup()
2161 newAttr->extraAttributes = ht; in schema_attributegroup_fixup()
2512 if (attr->extraAttributes) { in delete_attribute()
2513 zend_hash_destroy(attr->extraAttributes); in delete_attribute()
2514 efree(attr->extraAttributes); in delete_attribute()
2538 if (attr->extraAttributes) { in delete_attribute_persistent()
2539 zend_hash_destroy(attr->extraAttributes); in delete_attribute_persistent()
[all …]
H A Dphp_sdl.h252 HashTable *extraAttributes; /* array of sdlExtraAttribute */ member
H A Dphp_encoding.c2312 arrayType->extraAttributes && in to_xml_array()
2313 …(ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_… in to_xml_array()
2362 arrayType->extraAttributes && in to_xml_array()
2372 arrayType->extraAttributes && in to_xml_array()
2373 …(ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_… in to_xml_array()
2392 arrayType->extraAttributes && in to_xml_array()
2549 arrayType->extraAttributes && in to_zval_array()
2570 arrayType->extraAttributes && in to_zval_array()
2579 arrayType->extraAttributes && in to_zval_array()
2580 …(ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_… in to_zval_array()
[all …]
H A Dphp_sdl.c1236 attr->extraAttributes = emalloc(sizeof(HashTable)); in sdl_deserialize_attribute()
1237 zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0); in sdl_deserialize_attribute()
1240 sdl_deserialize_key(attr->extraAttributes, x, in); in sdl_deserialize_attribute()
1843 if (attr->extraAttributes) { in sdl_serialize_attribute()
1844 i = zend_hash_num_elements(attr->extraAttributes); in sdl_serialize_attribute()
1853 ZEND_HASH_FOREACH_STR_KEY_PTR(attr->extraAttributes, key, tmp) { in sdl_serialize_attribute()
2614 if (pattr->extraAttributes) { in make_persistent_sdl_attribute()
2617 pattr->extraAttributes = malloc(sizeof(HashTable)); in make_persistent_sdl_attribute()
2618 …zend_hash_init(pattr->extraAttributes, zend_hash_num_elements(attr->extraAttributes), NULL, delete… in make_persistent_sdl_attribute()
2620 ZEND_HASH_FOREACH_STR_KEY_PTR(attr->extraAttributes, key, tmp) { in make_persistent_sdl_attribute()
[all …]
H A Dsoap.c4718 attr->extraAttributes &&
4719 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMES…
4742 attr->extraAttributes &&
4743 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESP…
4760 attr->extraAttributes &&
4761 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESP…

Completed in 56 milliseconds