sdlRestrictions   660 ext/soap/php_schema.c 		cur_type->restrictions = emalloc(sizeof(sdlRestrictions));
sdlRestrictions   661 ext/soap/php_schema.c 		memset(cur_type->restrictions, 0, sizeof(sdlRestrictions));
sdlRestrictions  1333 ext/soap/php_sdl.c 		type->restrictions = emalloc(sizeof(sdlRestrictions));
sdlRestrictions  2728 ext/soap/php_sdl.c 		ptype->restrictions = malloc(sizeof(sdlRestrictions));
sdlRestrictions  2729 ext/soap/php_sdl.c 		memset(ptype->restrictions, 0, sizeof(sdlRestrictions));
sdlRestrictions    54 ext/soap/php_soap.h typedef struct _sdlRestrictions sdlRestrictions, *sdlRestrictionsPtr;