Searched refs:sdlRestrictions (Results 1 – 3 of 3) sorted by relevance
56 typedef struct _sdlRestrictions sdlRestrictions, *sdlRestrictionsPtr; typedef
658 cur_type->restrictions = emalloc(sizeof(sdlRestrictions)); in schema_restriction_simpleContent()659 memset(cur_type->restrictions, 0, sizeof(sdlRestrictions)); in schema_restriction_simpleContent()
1339 type->restrictions = emalloc(sizeof(sdlRestrictions)); in sdl_deserialize_type()2752 ptype->restrictions = malloc(sizeof(sdlRestrictions)); in make_persistent_sdl_type()2753 memset(ptype->restrictions, 0, sizeof(sdlRestrictions)); in make_persistent_sdl_type()
Completed in 19 milliseconds