Searched refs:prest (Results 1 – 1 of 1) sorted by relevance
2380 sdlRestrictionIntPtr prest = NULL; in make_persistent_restriction_int() local2382 prest = malloc(sizeof(sdlRestrictionInt)); in make_persistent_restriction_int()2383 *prest = **rest; in make_persistent_restriction_int()2384 *rest = prest; in make_persistent_restriction_int()2390 sdlRestrictionCharPtr prest = NULL; in make_persistent_restriction_char_int() local2392 prest = malloc(sizeof(sdlRestrictionChar)); in make_persistent_restriction_char_int()2393 memset(prest, 0, sizeof(sdlRestrictionChar)); in make_persistent_restriction_char_int()2394 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int()2395 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int()2396 *rest = prest; in make_persistent_restriction_char_int()
Completed in 18 milliseconds