Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/src/vbox/
H A Dvbox_tmpl.c1552 char *portUtf8 = NULL; in _vrdeServerGetPorts() local
1577 VBOX_UTF16_TO_UTF8(VRDEPortsValue, &portUtf8); in _vrdeServerGetPorts()
1579 if (portUtf8) { in _vrdeServerGetPorts()
1581 nmatches = virStringSearch(portUtf8, "(^[[:digit:]]+$)", 1, &matches); in _vrdeServerGetPorts()
1593 if (nmatches == 1 && virStrToLong_i(portUtf8, NULL, 10, &port) == 0) in _vrdeServerGetPorts()
1599 VBOX_UTF8_FREE(portUtf8); in _vrdeServerGetPorts()