Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_sdl.c2410 static void make_persistent_restriction_int(void *data) in make_persistent_restriction_int() function
2760 make_persistent_restriction_int(&ptype->restrictions->minExclusive); in make_persistent_sdl_type()
2763 make_persistent_restriction_int(&ptype->restrictions->maxExclusive); in make_persistent_sdl_type()
2766 make_persistent_restriction_int(&ptype->restrictions->minInclusive); in make_persistent_sdl_type()
2769 make_persistent_restriction_int(&ptype->restrictions->maxInclusive); in make_persistent_sdl_type()
2772 make_persistent_restriction_int(&ptype->restrictions->totalDigits); in make_persistent_sdl_type()
2775 make_persistent_restriction_int(&ptype->restrictions->fractionDigits); in make_persistent_sdl_type()
2778 make_persistent_restriction_int(&ptype->restrictions->length); in make_persistent_sdl_type()
2781 make_persistent_restriction_int(&ptype->restrictions->minLength); in make_persistent_sdl_type()
2784 make_persistent_restriction_int(&ptype->restrictions->maxLength); in make_persistent_sdl_type()

Completed in 14 milliseconds