Home
last modified time | relevance | path

Searched refs:max_match_rules_per_connection (Results 1 – 5 of 5) sorted by relevance

/external/dbus/bus/
Dbus.h62 int max_match_rules_per_connection; /**< Max number of match rules for a single connection */ member
Dconfig-parser.c452 parser->limits.max_match_rules_per_connection = 512; in bus_config_parser_new()
1934 parser->limits.max_match_rules_per_connection = value; in set_limit()
3105 || a->max_match_rules_per_connection == b->max_match_rules_per_connection in limits_equal()
Dbus.c1283 return context->limits.max_match_rules_per_connection; in bus_context_get_max_match_rules_per_connection()
/external/dbus/
DNEWS.pre-1-0360 - set the max_match_rules_per_connection limit from the config file.
DChangeLog.pre-1-07671 max_match_rules_per_connection limt from the config file.