OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_DBUS_ONE_MEGABYTE
(Results
1 - 5
of
5
) sorted by null
/external/dbus/dbus/
dbus-file-unix.c
97
if (sb.st_size >
_DBUS_ONE_MEGABYTE
)
dbus-file-win.c
152
if (fsize_hi != 0 || fsize >
_DBUS_ONE_MEGABYTE
)
dbus-internals.h
238
#define
_DBUS_ONE_MEGABYTE
1024 * _DBUS_ONE_KILOBYTE
dbus-transport.c
184
transport->max_live_messages_size =
_DBUS_ONE_MEGABYTE
* 63;
[
all
...]
/external/dbus/bus/
config-parser.c
406
parser->limits.max_incoming_bytes =
_DBUS_ONE_MEGABYTE
* 127;
407
parser->limits.max_outgoing_bytes =
_DBUS_ONE_MEGABYTE
* 127;
408
parser->limits.max_message_size =
_DBUS_ONE_MEGABYTE
* 32;
[
all
...]
Completed in 33 milliseconds