Searched refs:sdlAttribute (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/soap/ |
H A D | php_soap.h | 58 typedef struct _sdlAttribute sdlAttribute, *sdlAttributePtr; typedef
|
H A D | php_schema.c | 1744 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attribute() 1745 memset(newAttr, 0, sizeof(sdlAttribute)); in schema_attribute() 1996 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attributeGroup() 1997 memset(newAttr, 0, sizeof(sdlAttribute)); in schema_attributeGroup() 2151 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attributegroup_fixup() 2152 memcpy(newAttr, tmp_attr, sizeof(sdlAttribute)); in schema_attributegroup_fixup()
|
H A D | php_sdl.c | 1383 sdlAttributePtr attr = emalloc(sizeof(sdlAttribute)); in sdl_deserialize_type() 1384 memset(attr, 0, sizeof(sdlAttribute)); in sdl_deserialize_type() 2594 pattr = malloc(sizeof(sdlAttribute)); in make_persistent_sdl_attribute() 2595 memset(pattr, 0, sizeof(sdlAttribute)); in make_persistent_sdl_attribute()
|
Completed in 19 milliseconds