Home
last modified time | relevance | path

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

/PHP-7.0/ext/soap/
H A Dphp_sdl.h242 } sdlExtraAttribute, *sdlExtraAttributePtr; typedef
H A Dphp_schema.c1864 ext = emalloc(sizeof(sdlExtraAttribute)); in schema_attribute()
1865 memset(ext, 0, sizeof(sdlExtraAttribute)); in schema_attribute()
2057 new_attr = emalloc(sizeof(sdlExtraAttribute)); in copy_extra_attribute()
2058 memcpy(new_attr, Z_PTR_P(zv), sizeof(sdlExtraAttribute)); in copy_extra_attribute()
H A Dphp_sdl.c1239 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute()
2628 pextra = malloc(sizeof(sdlExtraAttribute)); in make_persistent_sdl_attribute()
2629 memset(pextra, 0, sizeof(sdlExtraAttribute)); in make_persistent_sdl_attribute()

Completed in 22 milliseconds