Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_sdl.c1916 static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out) in sdl_serialize_resriction_int() function
1955 sdl_serialize_resriction_int(type->restrictions->minExclusive,out); in sdl_serialize_type()
1956 sdl_serialize_resriction_int(type->restrictions->minInclusive,out); in sdl_serialize_type()
1957 sdl_serialize_resriction_int(type->restrictions->maxExclusive,out); in sdl_serialize_type()
1958 sdl_serialize_resriction_int(type->restrictions->maxInclusive,out); in sdl_serialize_type()
1959 sdl_serialize_resriction_int(type->restrictions->totalDigits,out); in sdl_serialize_type()
1960 sdl_serialize_resriction_int(type->restrictions->fractionDigits,out); in sdl_serialize_type()
1961 sdl_serialize_resriction_int(type->restrictions->length,out); in sdl_serialize_type()
1962 sdl_serialize_resriction_int(type->restrictions->minLength,out); in sdl_serialize_type()
1963 sdl_serialize_resriction_int(type->restrictions->maxLength,out); in sdl_serialize_type()

Completed in 13 milliseconds