Searched refs:extraAttributes (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/soap/ |
H A D | php_schema.c | 1851 if (!newAttr->extraAttributes) { in schema_attribute() 2065 if ((*tmp)->extraAttributes != NULL) { in schema_attribute_fixup() 2070 …zend_hash_copy(attr->extraAttributes, (*tmp)->extraAttributes, copy_extra_attribute, &node, sizeof… in schema_attribute_fixup() 2112 if (newAttr->extraAttributes) { in schema_attributegroup_fixup() 2117 newAttr->extraAttributes = ht; in schema_attributegroup_fixup() 2480 if (attr->extraAttributes) { in delete_attribute() 2481 zend_hash_destroy(attr->extraAttributes); in delete_attribute() 2482 efree(attr->extraAttributes); in delete_attribute() 2506 if (attr->extraAttributes) { in delete_attribute_persistent() 2507 zend_hash_destroy(attr->extraAttributes); in delete_attribute_persistent() [all …]
|
H A D | php_sdl.h | 252 HashTable *extraAttributes; /* array of sdlExtraAttribute */ member
|
H A D | php_sdl.c | 1242 attr->extraAttributes = emalloc(sizeof(HashTable)); in sdl_deserialize_attribute() 1246 sdl_deserialize_key(attr->extraAttributes, x, in); in sdl_deserialize_attribute() 1852 if (attr->extraAttributes) { in sdl_serialize_attribute() 1853 i = zend_hash_num_elements(attr->extraAttributes); in sdl_serialize_attribute() 1860 zend_hash_internal_pointer_reset(attr->extraAttributes); in sdl_serialize_attribute() 1862 sdl_serialize_key(attr->extraAttributes, out); in sdl_serialize_attribute() 1865 zend_hash_move_forward(attr->extraAttributes); in sdl_serialize_attribute() 2639 if (pattr->extraAttributes) { in make_persistent_sdl_attribute() 2642 pattr->extraAttributes = malloc(sizeof(HashTable)); in make_persistent_sdl_attribute() 2643 …zend_hash_init(pattr->extraAttributes, zend_hash_num_elements(attr->extraAttributes), NULL, delete… in make_persistent_sdl_attribute() [all …]
|
H A D | php_encoding.c | 2410 (*arrayType)->extraAttributes && in to_xml_array() 2411 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":a… in to_xml_array() 2459 (*arrayType)->extraAttributes && in to_xml_array() 2470 (*arrayType)->extraAttributes && in to_xml_array() 2471 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":a… in to_xml_array() 2491 (*arrayType)->extraAttributes && in to_xml_array() 2658 (*arrayType)->extraAttributes && in to_zval_array() 2680 (*arrayType)->extraAttributes && in to_zval_array() 2690 (*arrayType)->extraAttributes && in to_zval_array() 2691 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":a… in to_zval_array() [all …]
|
H A D | soap.c | 4921 …zend_hash_find((*attr)->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayT… 4945 …zend_hash_find((*attr)->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arrayTy… 4964 …zend_hash_find((*attr)->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arraySi…
|
Completed in 48 milliseconds