Lines Matching full:full_msg
1284 DBusString full_msg;1286 if (!_dbus_string_init (&full_msg))1288 if (!_dbus_string_append (&full_msg, context->log_prefix))1290 if (!_dbus_string_append_printf_valist (&full_msg, msg, args))1293 full_msg));1295 _dbus_string_free (&full_msg);