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