Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_schema.c1875 if (!newAttr->extraAttributes) { in schema_attribute()
2107 if ((*tmp)->extraAttributes != NULL) { in schema_attribute_fixup()
2112 …zend_hash_copy(attr->extraAttributes, (*tmp)->extraAttributes, copy_extra_attribute, &node, sizeof… in schema_attribute_fixup()
2155 if (newAttr->extraAttributes) { in schema_attributegroup_fixup()
2160 newAttr->extraAttributes = ht; in schema_attributegroup_fixup()
2524 if (attr->extraAttributes) { in delete_attribute()
2525 zend_hash_destroy(attr->extraAttributes); in delete_attribute()
2526 efree(attr->extraAttributes); in delete_attribute()
2550 if (attr->extraAttributes) { in delete_attribute_persistent()
2551 zend_hash_destroy(attr->extraAttributes); in delete_attribute_persistent()
[all …]
H A Dphp_sdl.h252 HashTable *extraAttributes; /* array of sdlExtraAttribute */ member
H A Dphp_sdl.c1244 attr->extraAttributes = emalloc(sizeof(HashTable)); in sdl_deserialize_attribute()
1248 sdl_deserialize_key(attr->extraAttributes, x, in); in sdl_deserialize_attribute()
1854 if (attr->extraAttributes) { in sdl_serialize_attribute()
1855 i = zend_hash_num_elements(attr->extraAttributes); in sdl_serialize_attribute()
1862 zend_hash_internal_pointer_reset(attr->extraAttributes); in sdl_serialize_attribute()
1864 sdl_serialize_key(attr->extraAttributes, out); in sdl_serialize_attribute()
1867 zend_hash_move_forward(attr->extraAttributes); in sdl_serialize_attribute()
2641 if (pattr->extraAttributes) { in make_persistent_sdl_attribute()
2644 pattr->extraAttributes = malloc(sizeof(HashTable)); in make_persistent_sdl_attribute()
2645 …zend_hash_init(pattr->extraAttributes, zend_hash_num_elements(attr->extraAttributes), NULL, delete… in make_persistent_sdl_attribute()
[all …]
H A Dphp_encoding.c2389 (*arrayType)->extraAttributes && in to_xml_array()
2390 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":a… in to_xml_array()
2438 (*arrayType)->extraAttributes && in to_xml_array()
2449 (*arrayType)->extraAttributes && in to_xml_array()
2450 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":a… in to_xml_array()
2470 (*arrayType)->extraAttributes && in to_xml_array()
2635 (*arrayType)->extraAttributes && in to_zval_array()
2657 (*arrayType)->extraAttributes && in to_zval_array()
2667 (*arrayType)->extraAttributes && in to_zval_array()
2668 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":a… in to_zval_array()
[all …]
H A Dsoap.c4793 (*attr)->extraAttributes &&
4794 …zend_hash_find((*attr)->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayT…
4818 (*attr)->extraAttributes &&
4819 …zend_hash_find((*attr)->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arrayTy…
4838 (*attr)->extraAttributes &&
4839 …zend_hash_find((*attr)->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arraySi…

Completed in 45 milliseconds