Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_sdl.c2391 sdlRestrictionIntPtr prest = NULL; in make_persistent_restriction_int() local
2393 prest = malloc(sizeof(sdlRestrictionInt)); in make_persistent_restriction_int()
2394 *prest = **rest; in make_persistent_restriction_int()
2395 *rest = prest; in make_persistent_restriction_int()
2402 sdlRestrictionCharPtr prest = NULL; in make_persistent_restriction_char() local
2404 prest = malloc(sizeof(sdlRestrictionChar)); in make_persistent_restriction_char()
2405 memset(prest, 0, sizeof(sdlRestrictionChar)); in make_persistent_restriction_char()
2406 prest->value = strdup((*rest)->value); in make_persistent_restriction_char()
2407 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char()
2408 *rest = prest; in make_persistent_restriction_char()

Completed in 13 milliseconds