Home
last modified time | relevance | path

Searched refs:hostlen (Results 1 – 1 of 1) sorted by relevance

/qemu/ui/
H A Dvnc.c3742 size_t hostlen; in vnc_display_get_address() local
3749 hostlen = 0; in vnc_display_get_address()
3756 hostlen = port - addrstr; in vnc_display_get_address()
3766 if (hostlen && addrstr[0] == '[' && addrstr[hostlen - 1] == ']') { in vnc_display_get_address()
3767 inet->host = g_strndup(addrstr + 1, hostlen - 2); in vnc_display_get_address()
3769 inet->host = g_strndup(addrstr, hostlen); in vnc_display_get_address()