Searched refs:found_pos (Results 1 – 2 of 2) sorted by relevance
644 gssize found_pos; in scan_for_newline() local655 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 …]
392 int found_pos; in dbus_parse_address() local415 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()