Home
last modified time | relevance | path

Searched refs:bus_no_memory_message (Results 1 – 2 of 2) sorted by relevance

/dports/devel/dbus/dbus-1.12.20/bus/
H A Dutils.h30 extern const char bus_no_memory_message[];
31 …fine BUS_SET_OOM(error) dbus_set_error_const ((error), DBUS_ERROR_NO_MEMORY, bus_no_memory_message)
H A Dutils.c30 const char bus_no_memory_message[] = "Memory allocation failure in message bus"; variable