maxLength         691 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxLength);
maxLength        2408 ext/soap/php_schema.c 		delete_restriction_var_int(type->restrictions->maxLength);
maxLength        2455 ext/soap/php_schema.c 		delete_restriction_var_int_persistent(type->restrictions->maxLength);
maxLength        1343 ext/soap/php_sdl.c 		type->restrictions->maxLength = sdl_deserialize_resriction_int(in);
maxLength        1940 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxLength,out);
maxLength        2756 ext/soap/php_sdl.c 		if (ptype->restrictions->maxLength) {
maxLength        2757 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->maxLength);
maxLength         147 ext/soap/php_sdl.h 	sdlRestrictionIntPtr maxLength;