Searched refs:prest (Results 1 – 1 of 1) sorted by relevance
2403 sdlRestrictionIntPtr prest = NULL; in make_persistent_restriction_int() local2405 prest = malloc(sizeof(sdlRestrictionInt)); in make_persistent_restriction_int()2406 *prest = **rest; in make_persistent_restriction_int()2407 *rest = prest; in make_persistent_restriction_int()2413 sdlRestrictionCharPtr prest = NULL; in make_persistent_restriction_char_int() local2415 prest = malloc(sizeof(sdlRestrictionChar)); in make_persistent_restriction_char_int()2416 memset(prest, 0, sizeof(sdlRestrictionChar)); in make_persistent_restriction_char_int()2417 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int()2418 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int()2419 *rest = prest; in make_persistent_restriction_char_int()
Completed in 11 milliseconds