extraAttributes  2298 ext/soap/php_encoding.c 		    arrayType->extraAttributes &&
extraAttributes  2299 ext/soap/php_encoding.c 		    (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
extraAttributes  2347 ext/soap/php_encoding.c 		           arrayType->extraAttributes &&
extraAttributes  2348 ext/soap/php_encoding.c 		           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":itemType")-1)) != NULL) {
extraAttributes  2357 ext/soap/php_encoding.c 			    arrayType->extraAttributes &&
extraAttributes  2358 ext/soap/php_encoding.c 			    (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":arraysize")-1)) != NULL) {
extraAttributes  2377 ext/soap/php_encoding.c 		           arrayType->extraAttributes &&
extraAttributes  2378 ext/soap/php_encoding.c 		           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":arraySize")-1)) != NULL) {
extraAttributes  2534 ext/soap/php_encoding.c 	           arrayType->extraAttributes &&
extraAttributes  2535 ext/soap/php_encoding.c 	           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
extraAttributes  2555 ext/soap/php_encoding.c 	           arrayType->extraAttributes &&
extraAttributes  2556 ext/soap/php_encoding.c 	           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":itemType")-1)) != NULL) {
extraAttributes  2564 ext/soap/php_encoding.c 		    arrayType->extraAttributes &&
extraAttributes  2565 ext/soap/php_encoding.c 		    (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":arraysize")-1)) != NULL) {
extraAttributes  2576 ext/soap/php_encoding.c 	           arrayType->extraAttributes &&
extraAttributes  2577 ext/soap/php_encoding.c 	           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":arraysize")-1)) != NULL) {
extraAttributes  1877 ext/soap/php_schema.c 				if (!newAttr->extraAttributes) {
extraAttributes  1878 ext/soap/php_schema.c 					newAttr->extraAttributes = emalloc(sizeof(HashTable));
extraAttributes  1879 ext/soap/php_schema.c 					zend_hash_init(newAttr->extraAttributes, 0, NULL, delete_extra_attribute, 0);
extraAttributes  1886 ext/soap/php_schema.c 				zend_hash_add_ptr(newAttr->extraAttributes, key2.s, ext);
extraAttributes  2112 ext/soap/php_schema.c 				if (tmp->extraAttributes != NULL) {
extraAttributes  2113 ext/soap/php_schema.c 					attr->extraAttributes = emalloc(sizeof(HashTable));
extraAttributes  2114 ext/soap/php_schema.c 					zend_hash_init(attr->extraAttributes, zend_hash_num_elements(tmp->extraAttributes), NULL, delete_extra_attribute, 0);
extraAttributes  2115 ext/soap/php_schema.c 					zend_hash_copy(attr->extraAttributes, tmp->extraAttributes, copy_extra_attribute);
extraAttributes  2157 ext/soap/php_schema.c 							if (newAttr->extraAttributes) {
extraAttributes  2159 ext/soap/php_schema.c 								zend_hash_init(ht, zend_hash_num_elements(newAttr->extraAttributes), NULL, delete_extra_attribute, 0);
extraAttributes  2160 ext/soap/php_schema.c 								zend_hash_copy(ht, newAttr->extraAttributes, copy_extra_attribute);
extraAttributes  2161 ext/soap/php_schema.c 								newAttr->extraAttributes = ht;
extraAttributes  2512 ext/soap/php_schema.c 	if (attr->extraAttributes) {
extraAttributes  2513 ext/soap/php_schema.c 		zend_hash_destroy(attr->extraAttributes);
extraAttributes  2514 ext/soap/php_schema.c 		efree(attr->extraAttributes);
extraAttributes  2538 ext/soap/php_schema.c 	if (attr->extraAttributes) {
extraAttributes  2539 ext/soap/php_schema.c 		zend_hash_destroy(attr->extraAttributes);
extraAttributes  2540 ext/soap/php_schema.c 		free(attr->extraAttributes);
extraAttributes  1236 ext/soap/php_sdl.c 		attr->extraAttributes = emalloc(sizeof(HashTable));
extraAttributes  1237 ext/soap/php_sdl.c 		zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0);
extraAttributes  1240 ext/soap/php_sdl.c 			sdl_deserialize_key(attr->extraAttributes, x, in);
extraAttributes  1843 ext/soap/php_sdl.c 	if (attr->extraAttributes) {
extraAttributes  1844 ext/soap/php_sdl.c 		i = zend_hash_num_elements(attr->extraAttributes);
extraAttributes  1853 ext/soap/php_sdl.c 		ZEND_HASH_FOREACH_STR_KEY_PTR(attr->extraAttributes, key, tmp) {
extraAttributes  2620 ext/soap/php_sdl.c 	if (pattr->extraAttributes) {
extraAttributes  2623 ext/soap/php_sdl.c 		pattr->extraAttributes = malloc(sizeof(HashTable));
extraAttributes  2624 ext/soap/php_sdl.c 		zend_hash_init(pattr->extraAttributes, zend_hash_num_elements(attr->extraAttributes), NULL, delete_extra_attribute_persistent, 1);
extraAttributes  2626 ext/soap/php_sdl.c 		ZEND_HASH_FOREACH_STR_KEY_PTR(pattr->extraAttributes, key, tmp) {
extraAttributes  2639 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(pattr->extraAttributes, ZSTR_VAL(key), ZSTR_LEN(key), pextra);
extraAttributes   252 ext/soap/php_sdl.h 	HashTable *extraAttributes;			/* array of sdlExtraAttribute */
extraAttributes  4739 ext/soap/soap.c 					attr->extraAttributes &&
extraAttributes  4740 ext/soap/soap.c 				    (ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
extraAttributes  4763 ext/soap/soap.c 						attr->extraAttributes &&
extraAttributes  4764 ext/soap/soap.c 				    (ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
extraAttributes  4781 ext/soap/soap.c 						attr->extraAttributes &&
extraAttributes  4782 ext/soap/soap.c 					    (ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arraySize")-1)) != NULL) {