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

  /external/bluetooth/glib/gio/
gdummyfile.c 616 const char *host_start, *host_end; local
639 host_start = userinfo_end + 1;
642 host_start = authority_start;
644 port_start = memchr (host_start, ':', authority_end - host_start);
657 decoded->host = g_strndup (host_start, host_end - host_start);
  /external/qemu/
exec.c 2285 target_ulong host_start, host_end, addr; local
    [all...]

Completed in 6087 milliseconds