Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dphp_soap.h58 typedef struct _sdlAttribute sdlAttribute, *sdlAttributePtr; typedef
H A Dphp_schema.c1744 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 Dphp_sdl.c1385 sdlAttributePtr attr = emalloc(sizeof(sdlAttribute)); in sdl_deserialize_type()
1386 memset(attr, 0, sizeof(sdlAttribute)); in sdl_deserialize_type()
2588 pattr = malloc(sizeof(sdlAttribute)); in make_persistent_sdl_attribute()
2589 memset(pattr, 0, sizeof(sdlAttribute)); in make_persistent_sdl_attribute()

Completed in 33 milliseconds