Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_sdl.c1903 static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out) in sdl_serialize_resriction_int() function
1942 sdl_serialize_resriction_int(type->restrictions->minExclusive,out); in sdl_serialize_type()
1943 sdl_serialize_resriction_int(type->restrictions->minInclusive,out); in sdl_serialize_type()
1944 sdl_serialize_resriction_int(type->restrictions->maxExclusive,out); in sdl_serialize_type()
1945 sdl_serialize_resriction_int(type->restrictions->maxInclusive,out); in sdl_serialize_type()
1946 sdl_serialize_resriction_int(type->restrictions->totalDigits,out); in sdl_serialize_type()
1947 sdl_serialize_resriction_int(type->restrictions->fractionDigits,out); in sdl_serialize_type()
1948 sdl_serialize_resriction_int(type->restrictions->length,out); in sdl_serialize_type()
1949 sdl_serialize_resriction_int(type->restrictions->minLength,out); in sdl_serialize_type()
1950 sdl_serialize_resriction_int(type->restrictions->maxLength,out); in sdl_serialize_type()

Completed in 14 milliseconds