HomeSort by relevance Sort by last modified time
    Searched refs:_dbus_string_find_to (Results 1 - 4 of 4) sorted by null

  /external/dbus/dbus/
dbus-address.c 407 if (!_dbus_string_find_to (&str, pos, end_pos, ":", &found_pos))
425 if (!_dbus_string_find_to (&str, pos, end_pos, ",", &comma_pos))
428 if (!_dbus_string_find_to (&str, pos, comma_pos, "=", &equals_pos) ||
dbus-string-util.c 662 if (!_dbus_string_find_to (&str, 0, 2, "He", NULL))
665 if (_dbus_string_find_to (&str, 0, 2, "Hello", NULL))
dbus-string.h 218 dbus_bool_t _dbus_string_find_to (const DBusString *str,
dbus-string.c 1813 _dbus_string_find_to (const DBusString *str, function
    [all...]

Completed in 19 milliseconds