sdlAttribute     1742 ext/soap/php_schema.c 		newAttr = emalloc(sizeof(sdlAttribute));
sdlAttribute     1743 ext/soap/php_schema.c 		memset(newAttr, 0, sizeof(sdlAttribute));
sdlAttribute     1990 ext/soap/php_schema.c 			newAttr = emalloc(sizeof(sdlAttribute));
sdlAttribute     1991 ext/soap/php_schema.c 			memset(newAttr, 0, sizeof(sdlAttribute));
sdlAttribute     2149 ext/soap/php_schema.c 							newAttr = emalloc(sizeof(sdlAttribute));
sdlAttribute     2150 ext/soap/php_schema.c 							memcpy(newAttr, *tmp_attr, sizeof(sdlAttribute));
sdlAttribute     1391 ext/soap/php_sdl.c 			sdlAttributePtr attr = emalloc(sizeof(sdlAttribute));
sdlAttribute     1392 ext/soap/php_sdl.c 			memset(attr, 0, sizeof(sdlAttribute));
sdlAttribute     2615 ext/soap/php_sdl.c 	pattr = malloc(sizeof(sdlAttribute));
sdlAttribute     2616 ext/soap/php_sdl.c 	memset(pattr, 0, sizeof(sdlAttribute));
sdlAttribute       60 ext/soap/php_soap.h typedef struct _sdlAttribute sdlAttribute, *sdlAttributePtr;