Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dphp_sdl.h242 } sdlExtraAttribute, *sdlExtraAttributePtr; typedef
H A Dphp_schema.c1838 ext = emalloc(sizeof(sdlExtraAttribute)); in schema_attribute()
1839 memset(ext, 0, sizeof(sdlExtraAttribute)); in schema_attribute()
2028 new_attr = emalloc(sizeof(sdlExtraAttribute)); in copy_extra_attribute()
2029 memcpy(new_attr, *attr, sizeof(sdlExtraAttribute)); in copy_extra_attribute()
H A Dphp_sdl.c1245 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute()
2647 pextra = malloc(sizeof(sdlExtraAttribute)); in make_persistent_sdl_attribute()
2648 memset(pextra, 0, sizeof(sdlExtraAttribute)); in make_persistent_sdl_attribute()

Completed in 23 milliseconds