sdlRestrictions   658 ext/soap/php_schema.c 		cur_type->restrictions = emalloc(sizeof(sdlRestrictions));
sdlRestrictions   659 ext/soap/php_schema.c 		memset(cur_type->restrictions, 0, sizeof(sdlRestrictions));
sdlRestrictions  1341 ext/soap/php_sdl.c 		type->restrictions = emalloc(sizeof(sdlRestrictions));
sdlRestrictions  2755 ext/soap/php_sdl.c 		ptype->restrictions = malloc(sizeof(sdlRestrictions));
sdlRestrictions  2756 ext/soap/php_sdl.c 		memset(ptype->restrictions, 0, sizeof(sdlRestrictions));
sdlRestrictions    56 ext/soap/php_soap.h typedef struct _sdlRestrictions sdlRestrictions, *sdlRestrictionsPtr;