Searched refs:sdlAttributePtr (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/soap/ |
H A D | php_schema.c | 1730 sdlAttributePtr newAttr; in schema_attribute() 1981 sdlAttributePtr newAttr; in schema_attributeGroup() 2080 static void schema_attribute_fixup(sdlCtx *ctx, sdlAttributePtr attr) in schema_attribute_fixup() 2082 sdlAttributePtr *tmp; in schema_attribute_fixup() 2086 tmp = (sdlAttributePtr*)schema_find_by_ref(ctx->attributes, attr->ref); in schema_attribute_fixup() 2133 sdlAttributePtr *tmp_attr; in schema_attributegroup_fixup() 2145 sdlAttributePtr newAttr; in schema_attributegroup_fixup() 2235 sdlAttributePtr *attr; in schema_type_fixup() 2292 sdlAttributePtr *attr; in schema_pass2() 2507 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() 2820 sdlAttributePtr *tmp, pattr; in make_persistent_sdl_type() 2829 zend_hash_add(ptype->attributes, key, key_len, (void*)&pattr, sizeof(sdlAttributePtr), NULL); in make_persistent_sdl_type() 2831 zend_hash_next_index_insert(ptype->attributes, (void*)&pattr, sizeof(sdlAttributePtr), NULL); in make_persistent_sdl_type()
|
H A D | php_encoding.c | 1605 sdlAttributePtr *attr; in to_zval_object_ex() 2008 sdlAttributePtr *attr; in to_xml_object() 2389 sdlAttributePtr *arrayType; in to_xml_array() 2583 sdlAttributePtr *arrayType; in to_zval_array()
|
H A D | soap.c | 4747 sdlAttributePtr *attr; 4831 sdlAttributePtr *attr;
|
Completed in 62 milliseconds