Searched refs:sdlAttribute (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/soap/ |
H A D | php_soap.h | 55 typedef struct _sdlAttribute sdlAttribute, *sdlAttributePtr; typedef
|
H A D | php_schema.c | 1739 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attribute() 1740 memset(newAttr, 0, sizeof(sdlAttribute)); in schema_attribute() 1992 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attributeGroup() 1993 memset(newAttr, 0, sizeof(sdlAttribute)); in schema_attributeGroup() 2147 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attributegroup_fixup() 2148 memcpy(newAttr, tmp_attr, sizeof(sdlAttribute)); in schema_attributegroup_fixup()
|
H A D | php_sdl.c | 1396 sdlAttributePtr attr = emalloc(sizeof(sdlAttribute)); in sdl_deserialize_type() 1397 memset(attr, 0, sizeof(sdlAttribute)); in sdl_deserialize_type() 2607 pattr = malloc(sizeof(sdlAttribute)); in make_persistent_sdl_attribute() 2608 memset(pattr, 0, sizeof(sdlAttribute)); in make_persistent_sdl_attribute()
|
Completed in 27 milliseconds