Home
last modified time | relevance | path

Searched refs:prest (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/soap/
H A Dphp_sdl.c2390 sdlRestrictionIntPtr prest = NULL; in make_persistent_restriction_int() local
2392 prest = malloc(sizeof(sdlRestrictionInt)); in make_persistent_restriction_int()
2393 *prest = **rest; in make_persistent_restriction_int()
2394 *rest = prest; in make_persistent_restriction_int()
2400 sdlRestrictionCharPtr prest = NULL; in make_persistent_restriction_char_int() local
2402 prest = malloc(sizeof(sdlRestrictionChar)); in make_persistent_restriction_char_int()
2403 memset(prest, 0, sizeof(sdlRestrictionChar)); in make_persistent_restriction_char_int()
2404 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int()
2405 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int()
2406 *rest = prest; in make_persistent_restriction_char_int()

Completed in 12 milliseconds