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

  /external/chromium/googleurl/src/
url_parse.cc 94 Component* port_num) {
98 port_num->reset();
128 *port_num = MakeRange(colon + 1, serverinfo.end());
132 port_num->reset();
146 Component* port_num) {
152 port_num->reset();
167 hostname, port_num);
172 ParseServerInfo(spec, auth, hostname, port_num);
685 Component* port_num) {
686 DoParseAuthority(spec, auth, username, password, hostname, port_num);
    [all...]
url_parse.h 275 Component* port_num);
281 Component* port_num);
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/libsepol/include/sepol/
port_record.h 47 extern void sepol_port_set_port(sepol_port_t * port, int port_num);
  /external/libsepol/src/
port_record.c 154 void sepol_port_set_port(sepol_port_t * port, int port_num)
157 port->low = port_num;
158 port->high = 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 229 milliseconds