Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/
H A Dphp_sdl.h239 } sdlExtraAttribute, *sdlExtraAttributePtr; typedef
H A Dphp_schema.c1881 ext = emalloc(sizeof(sdlExtraAttribute)); in schema_attribute()
1882 memset(ext, 0, sizeof(sdlExtraAttribute)); in schema_attribute()
2074 new_attr = emalloc(sizeof(sdlExtraAttribute)); in copy_extra_attribute()
2075 memcpy(new_attr, Z_PTR_P(zv), sizeof(sdlExtraAttribute)); in copy_extra_attribute()
H A Dphp_sdl.c1254 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute()
2645 pextra = malloc(sizeof(sdlExtraAttribute)); in make_persistent_sdl_attribute()
2646 memset(pextra, 0, sizeof(sdlExtraAttribute)); in make_persistent_sdl_attribute()

Completed in 26 milliseconds