Searched defs:max_waste (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-string.c277 int max_waste)
285 if (waste <= max_waste)
384 * @param max_waste the maximum amount of waste to ignore
389 int max_waste)
393 return compact (real, max_waste);
276 compact(DBusRealString *real, int max_waste) argument
388 _dbus_string_compact(DBusString *str, int max_waste) argument

Completed in 159 milliseconds