Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/
H A Dphp_soap.h57 typedef struct _sdlAttribute sdlAttribute, *sdlAttributePtr; typedef
H A Dphp_schema.c1741 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attribute()
1742 memset(newAttr, 0, sizeof(sdlAttribute)); in schema_attribute()
1993 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attributeGroup()
1994 memset(newAttr, 0, sizeof(sdlAttribute)); in schema_attributeGroup()
2148 newAttr = emalloc(sizeof(sdlAttribute)); in schema_attributegroup_fixup()
2149 memcpy(newAttr, tmp_attr, sizeof(sdlAttribute)); in schema_attributegroup_fixup()
H A Dphp_sdl.c1386 sdlAttributePtr attr = emalloc(sizeof(sdlAttribute)); in sdl_deserialize_type()
1387 memset(attr, 0, sizeof(sdlAttribute)); in sdl_deserialize_type()
2589 pattr = malloc(sizeof(sdlAttribute)); in make_persistent_sdl_attribute()
2590 memset(pattr, 0, sizeof(sdlAttribute)); in make_persistent_sdl_attribute()

Completed in 31 milliseconds