Searched refs:sdlAttributePtr (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/soap/ |
H A D | php_schema.c | 1714 sdlAttributePtr newAttr; in schema_attribute() 1957 sdlAttributePtr newAttr; in schema_attributeGroup() 2039 static void schema_attribute_fixup(sdlCtx *ctx, sdlAttributePtr attr) in schema_attribute_fixup() 2041 sdlAttributePtr *tmp; in schema_attribute_fixup() 2091 sdlAttributePtr *tmp_attr; in schema_attributegroup_fixup() 2102 sdlAttributePtr newAttr; in schema_attributegroup_fixup() 2121 zend_hash_add(ht, key, key_len, &newAttr, sizeof(sdlAttributePtr), NULL); in schema_attributegroup_fixup() 2192 sdlAttributePtr *attr; in schema_type_fixup() 2248 sdlAttributePtr *attr; in schema_pass2() 2463 sdlAttributePtr attr = *((sdlAttributePtr*)attribute); in delete_attribute() [all …]
|
H A D | php_soap.h | 60 typedef struct _sdlAttribute sdlAttribute, *sdlAttributePtr; typedef
|
H A D | php_sdl.c | 1227 static void sdl_deserialize_attribute(sdlAttributePtr attr, encodePtr *encoders, char **in) in sdl_deserialize_attribute() 1389 sdlAttributePtr attr = emalloc(sizeof(sdlAttribute)); in sdl_deserialize_type() 1840 static void sdl_serialize_attribute(sdlAttributePtr attr, HashTable *tmp_encoders, smart_str *out) in sdl_serialize_attribute() 2002 sdlAttributePtr *tmp; in sdl_serialize_type() 2606 static sdlAttributePtr make_persistent_sdl_attribute(sdlAttributePtr attr, HashTable *ptr_map, Hash… in make_persistent_sdl_attribute() 2608 sdlAttributePtr pattr; in make_persistent_sdl_attribute() 2819 sdlAttributePtr *tmp, pattr; in make_persistent_sdl_type() 2828 zend_hash_add(ptype->attributes, key, key_len, (void*)&pattr, sizeof(sdlAttributePtr), NULL); in make_persistent_sdl_type() 2830 zend_hash_next_index_insert(ptype->attributes, (void*)&pattr, sizeof(sdlAttributePtr), NULL); in make_persistent_sdl_type()
|
H A D | php_encoding.c | 1614 sdlAttributePtr *attr; in to_zval_object_ex() 2018 sdlAttributePtr *attr; in to_xml_object() 2399 sdlAttributePtr *arrayType; in to_xml_array() 2593 sdlAttributePtr *arrayType; in to_zval_array()
|
H A D | soap.c | 4914 sdlAttributePtr *attr; 4998 sdlAttributePtr *attr;
|
Completed in 116 milliseconds