Searched refs:host_end (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dcrypto_utils.cc67 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/
H A Dexec.c2286 target_ulong host_start, host_end, addr; local
2300 host_end = host_start + qemu_host_page_size;
2303 for(addr = host_start;addr < host_end; addr += TARGET_PAGE_SIZE) {

Completed in 79 milliseconds