HomeSort by relevance Sort by last modified time
    Searched defs:port_num (Results 1 - 3 of 3) sorted by null

  /external/chromium/googleurl/src/
url_canon_etc.cc 224 int port_num = url_parse::ParsePort(spec, port); local
225 if (port_num == url_parse::PORT_UNSPECIFIED ||
226 port_num == default_port_for_scheme) {
231 if (port_num == url_parse::PORT_INVALID) {
245 WritePortInt(buf, buf_size, port_num);
  /external/qemu/android/
main-common.c 1071 char* port_num = strchr(console_address, ':'); local
1072 if (port_num == NULL) {
1075 port_num = console_address;
1076 } else if (port_num == console_address) {
1082 *port_num = '\0';
1083 port_num++;
1084 if (*port_num == '\0')
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c 1394 int nlisten_fd = 0, *listen_fd = NULL, res, i, port_num = -1; local
1550 sscanf(_dbus_string_get_const_data(retport), "%d", &port_num); local
    [all...]

Completed in 170 milliseconds