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

/external/dbus/dbus/
H A Ddbus-address.c415 if (!_dbus_string_find_to (&str, pos, end_pos, ":", &found_pos))
433 if (!_dbus_string_find_to (&str, pos, end_pos, ",", &comma_pos))
436 if (!_dbus_string_find_to (&str, pos, comma_pos, "=", &equals_pos) ||
H A Ddbus-string-util.c664 if (!_dbus_string_find_to (&str, 0, 2, "He", NULL))
667 if (_dbus_string_find_to (&str, 0, 2, "Hello", NULL))
H A Ddbus-string.h236 dbus_bool_t _dbus_string_find_to (const DBusString *str,
H A Ddbus-string.c1897 return _dbus_string_find_to (str, start,
1985 _dbus_string_find_to (const DBusString *str, function

Completed in 53 milliseconds