Searched refs:prest (Results 1 – 1 of 1) sorted by relevance
2389 sdlRestrictionIntPtr prest = NULL; in make_persistent_restriction_int() local2391 prest = malloc(sizeof(sdlRestrictionInt)); in make_persistent_restriction_int()2392 *prest = **rest; in make_persistent_restriction_int()2393 *rest = prest; in make_persistent_restriction_int()2400 sdlRestrictionCharPtr prest = NULL; in make_persistent_restriction_char() local2402 prest = malloc(sizeof(sdlRestrictionChar)); in make_persistent_restriction_char()2403 memset(prest, 0, sizeof(sdlRestrictionChar)); in make_persistent_restriction_char()2404 prest->value = strdup((*rest)->value); in make_persistent_restriction_char()2405 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char()2406 *rest = prest; in make_persistent_restriction_char()
Completed in 13 milliseconds