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

  /external/chromium_org/net/quic/crypto/
crypto_utils.cc 67 size_t host_end = host.length(); local
68 while (host_end != 0 && host[host_end - 1] == '.') {
69 host_end--;
73 if (host_end != host.length()) {
74 host.erase(host_end, host.length() - host_end);
  /external/qemu/
exec.c 2286 target_ulong host_start, host_end, addr; local
    [all...]

Completed in 79 milliseconds