sdlAttribute     1744 ext/soap/php_schema.c 		newAttr = emalloc(sizeof(sdlAttribute));
sdlAttribute     1745 ext/soap/php_schema.c 		memset(newAttr, 0, sizeof(sdlAttribute));
sdlAttribute     1996 ext/soap/php_schema.c 			newAttr = emalloc(sizeof(sdlAttribute));
sdlAttribute     1997 ext/soap/php_schema.c 			memset(newAttr, 0, sizeof(sdlAttribute));
sdlAttribute     2151 ext/soap/php_schema.c 							newAttr = emalloc(sizeof(sdlAttribute));
sdlAttribute     2152 ext/soap/php_schema.c 							memcpy(newAttr, tmp_attr, sizeof(sdlAttribute));
sdlAttribute     1383 ext/soap/php_sdl.c 			sdlAttributePtr attr = emalloc(sizeof(sdlAttribute));
sdlAttribute     1384 ext/soap/php_sdl.c 			memset(attr, 0, sizeof(sdlAttribute));
sdlAttribute     2594 ext/soap/php_sdl.c 	pattr = malloc(sizeof(sdlAttribute));
sdlAttribute     2595 ext/soap/php_sdl.c 	memset(pattr, 0, sizeof(sdlAttribute));
sdlAttribute       58 ext/soap/php_soap.h typedef struct _sdlAttribute sdlAttribute, *sdlAttributePtr;