Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgdatainputstream.c644 gssize found_pos; in scan_for_newline() local
655 found_pos = -1; in scan_for_newline()
670 found_pos = start + i; in scan_for_newline()
677 found_pos = start + i; in scan_for_newline()
684 found_pos = start + i - 1; in scan_for_newline()
695 found_pos = start + i - 1; in scan_for_newline()
701 found_pos = start + i; in scan_for_newline()
708 found_pos = start + i - 1; in scan_for_newline()
717 if (found_pos != -1) in scan_for_newline()
720 return found_pos; in scan_for_newline()
[all …]
/external/dbus/dbus/
Ddbus-address.c392 int found_pos; in dbus_parse_address() local
415 if (!_dbus_string_find_to (&str, pos, end_pos, ":", &found_pos)) in dbus_parse_address()
421 if (!_dbus_string_copy_len (&str, pos, found_pos - pos, &entry->method, 0)) in dbus_parse_address()
427 pos = found_pos + 1; in dbus_parse_address()