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 68 size_t host_end = host.length(); local
69 while (host_end != 0 && host[host_end - 1] == '.') {
70 host_end--;
74 if (host_end != host.length()) {
75 host.erase(host_end, host.length() - host_end);
  /external/qemu/
translate-all.c 1868 target_ulong host_start, host_end, addr; local
    [all...]

Completed in 77 milliseconds