minLength         687 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->minLength);
minLength        2419 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->minLength);
minLength        2466 ext/soap/php_schema.c 		delete_restriction_var_int_persistent(&type->restrictions->minLength);
minLength        1350 ext/soap/php_sdl.c 		type->restrictions->minLength = sdl_deserialize_resriction_int(in);
minLength        1952 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->minLength,out);
minLength        2780 ext/soap/php_sdl.c 		if (ptype->restrictions->minLength) {
minLength        2781 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->minLength);
minLength         146 ext/soap/php_sdl.h 	sdlRestrictionIntPtr minLength;