Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dphp_sdl.h239 } sdlExtraAttribute, *sdlExtraAttributePtr; typedef
H A Dphp_schema.c1860 ext = emalloc(sizeof(sdlExtraAttribute)); in schema_attribute()
1861 memset(ext, 0, sizeof(sdlExtraAttribute)); in schema_attribute()
2053 new_attr = emalloc(sizeof(sdlExtraAttribute)); in copy_extra_attribute()
2054 memcpy(new_attr, Z_PTR_P(zv), sizeof(sdlExtraAttribute)); in copy_extra_attribute()
H A Dphp_sdl.c1249 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute()
2630 pextra = malloc(sizeof(sdlExtraAttribute)); in make_persistent_sdl_attribute()
2631 memset(pextra, 0, sizeof(sdlExtraAttribute)); in make_persistent_sdl_attribute()

Completed in 22 milliseconds