Searched refs:MAX_MESSAGE_CACHE_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-message.c409 #define MAX_MESSAGE_CACHE_SIZE 5 macro
412 static DBusMessage *message_cache[MAX_MESSAGE_CACHE_SIZE];
424 while (i < MAX_MESSAGE_CACHE_SIZE)
470 while (i < MAX_MESSAGE_CACHE_SIZE)
482 _dbus_assert (i < MAX_MESSAGE_CACHE_SIZE);
539 while (i < MAX_MESSAGE_CACHE_SIZE)
555 if (message_cache_count >= MAX_MESSAGE_CACHE_SIZE)
563 _dbus_assert (i < MAX_MESSAGE_CACHE_SIZE);

Completed in 37 milliseconds