Searched refs:_DBUS_ONE_MEGABYTE (Results 1 – 5 of 5) sorted by relevance
97 if (sb.st_size > _DBUS_ONE_MEGABYTE) in _dbus_file_get_contents()
152 if (fsize_hi != 0 || fsize > _DBUS_ONE_MEGABYTE) in _dbus_file_get_contents()
238 #define _DBUS_ONE_MEGABYTE 1024 * _DBUS_ONE_KILOBYTE macro
184 transport->max_live_messages_size = _DBUS_ONE_MEGABYTE * 63; in _dbus_transport_init_base()
406 parser->limits.max_incoming_bytes = _DBUS_ONE_MEGABYTE * 127; in bus_config_parser_new()407 parser->limits.max_outgoing_bytes = _DBUS_ONE_MEGABYTE * 127; in bus_config_parser_new()408 parser->limits.max_message_size = _DBUS_ONE_MEGABYTE * 32; in bus_config_parser_new()