maxLength         689 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxLength);
maxLength        2420 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->maxLength);
maxLength        2467 ext/soap/php_schema.c 		delete_restriction_var_int_persistent(&type->restrictions->maxLength);
maxLength        1351 ext/soap/php_sdl.c 		type->restrictions->maxLength = sdl_deserialize_resriction_int(in);
maxLength        1953 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxLength,out);
maxLength        2783 ext/soap/php_sdl.c 		if (ptype->restrictions->maxLength) {
maxLength        2784 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->maxLength);
maxLength         147 ext/soap/php_sdl.h 	sdlRestrictionIntPtr maxLength;