Searched refs:mcset_max_message_length (Results 1 – 3 of 3) sorted by relevance
272 if (mcset_max_message_length != 0 && unichar_len (h->message) > mcset_max_message_length)
36 extern rc_uint_type mcset_max_message_length;
125 rc_uint_type mcset_max_message_length = 0; variable1056 mcset_max_message_length = strtol (optarg, (char **) NULL, 10); in main()