minLength         689 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->minLength);
minLength        2407 ext/soap/php_schema.c 		delete_restriction_var_int(type->restrictions->minLength);
minLength        2454 ext/soap/php_schema.c 		delete_restriction_var_int_persistent(type->restrictions->minLength);
minLength        1342 ext/soap/php_sdl.c 		type->restrictions->minLength = sdl_deserialize_resriction_int(in);
minLength        1939 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->minLength,out);
minLength        2753 ext/soap/php_sdl.c 		if (ptype->restrictions->minLength) {
minLength        2754 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->minLength);
minLength         146 ext/soap/php_sdl.h 	sdlRestrictionIntPtr minLength;