Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_soap.h60 typedef struct _sdlAttribute sdlAttribute, *sdlAttributePtr; typedef
H A Dphp_schema.c1742 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attribute()
1743 memset(newAttr, 0, sizeof(sdlAttribute)); in schema_attribute()
1990 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attributeGroup()
1991 memset(newAttr, 0, sizeof(sdlAttribute)); in schema_attributeGroup()
2149 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attributegroup_fixup()
2150 memcpy(newAttr, *tmp_attr, sizeof(sdlAttribute)); in schema_attributegroup_fixup()
H A Dphp_sdl.c1389 sdlAttributePtr attr = emalloc(sizeof(sdlAttribute)); in sdl_deserialize_type()
1390 memset(attr, 0, sizeof(sdlAttribute)); in sdl_deserialize_type()
2613 pattr = malloc(sizeof(sdlAttribute)); in make_persistent_sdl_attribute()
2614 memset(pattr, 0, sizeof(sdlAttribute)); in make_persistent_sdl_attribute()

Completed in 25 milliseconds