OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:port_num
(Results
1 - 5
of
5
) 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/qemu/android/
main-common.c
1068
char*
port_num
= strchr(console_address, ':');
local
1069
if (
port_num
== NULL) {
1072
port_num
= console_address;
1073
} else if (
port_num
== console_address) {
1079
*
port_num
= '\0';
1080
port_num
++;
1081
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 140 milliseconds