Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_sdl.h241 } sdlExtraAttribute, *sdlExtraAttributePtr; typedef
H A Dphp_schema.c1862 ext = emalloc(sizeof(sdlExtraAttribute)); in schema_attribute()
1863 memset(ext, 0, sizeof(sdlExtraAttribute)); in schema_attribute()
2055 new_attr = emalloc(sizeof(sdlExtraAttribute)); in copy_extra_attribute()
2056 memcpy(new_attr, Z_PTR_P(zv), sizeof(sdlExtraAttribute)); in copy_extra_attribute()
H A Dphp_sdl.c1251 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute()
2632 pextra = malloc(sizeof(sdlExtraAttribute)); in make_persistent_sdl_attribute()
2633 memset(pextra, 0, sizeof(sdlExtraAttribute)); in make_persistent_sdl_attribute()

Completed in 20 milliseconds