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

  /external/bluetooth/glib/gio/
gdatainputstream.c 644 gssize found_pos; local
655 found_pos = -1;
670 found_pos = start + i;
677 found_pos = start + i;
684 found_pos = start + i - 1;
695 found_pos = start + i - 1;
701 found_pos = start + i;
708 found_pos = start + i - 1;
717 if (found_pos != -1)
720 return found_pos;
759 gssize found_pos; local
824 gssize found_pos; local
879 gssize found_pos; local
985 gssize found_pos; local
    [all...]
  /external/dbus/dbus/
dbus-address.c 384 int found_pos; local
407 if (!_dbus_string_find_to (&str, pos, end_pos, ":", &found_pos))
413 if (!_dbus_string_copy_len (&str, pos, found_pos - pos, &entry->method, 0))
419 pos = found_pos + 1;

Completed in 696 milliseconds