Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_soap.h51 typedef struct _sdlAttribute sdlAttribute, *sdlAttributePtr; typedef
H A Dphp_schema.c1765 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attribute()
1766 memset(newAttr, 0, sizeof(sdlAttribute)); in schema_attribute()
2019 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attributeGroup()
2020 memset(newAttr, 0, sizeof(sdlAttribute)); in schema_attributeGroup()
2173 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attributegroup_fixup()
2174 memcpy(newAttr, tmp_attr, sizeof(sdlAttribute)); in schema_attributegroup_fixup()
H A Dphp_sdl.c1366 sdlAttributePtr attr = emalloc(sizeof(sdlAttribute)); in sdl_deserialize_type()
1367 memset(attr, 0, sizeof(sdlAttribute)); in sdl_deserialize_type()
2585 pattr = malloc(sizeof(sdlAttribute)); in make_persistent_sdl_attribute()
2586 memset(pattr, 0, sizeof(sdlAttribute)); in make_persistent_sdl_attribute()

Completed in 28 milliseconds