Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_soap.h55 typedef struct _sdlAttribute sdlAttribute, *sdlAttributePtr; typedef
H A Dphp_schema.c1739 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 Dphp_sdl.c1396 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 22 milliseconds