Home
last modified time | relevance | path

Searched refs:sdlAttribute (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/soap/
H A Dphp_soap.h55 typedef struct _sdlAttribute sdlAttribute, *sdlAttributePtr; typedef
H A Dphp_schema.c1760 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attribute()
1761 memset(newAttr, 0, sizeof(sdlAttribute)); in schema_attribute()
2013 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attributeGroup()
2014 memset(newAttr, 0, sizeof(sdlAttribute)); in schema_attributeGroup()
2168 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attributegroup_fixup()
2169 memcpy(newAttr, tmp_attr, sizeof(sdlAttribute)); in schema_attributegroup_fixup()
H A Dphp_sdl.c1398 sdlAttributePtr attr = emalloc(sizeof(sdlAttribute)); in sdl_deserialize_type()
1399 memset(attr, 0, sizeof(sdlAttribute)); in sdl_deserialize_type()
2611 pattr = malloc(sizeof(sdlAttribute)); in make_persistent_sdl_attribute()
2612 memset(pattr, 0, sizeof(sdlAttribute)); in make_persistent_sdl_attribute()

Completed in 36 milliseconds