Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:portname
(Results
1 - 6
of
6
) sorted by relevance
/third_party/curl/tests/server/
H
A
D
tftpd.c
213
static const char *
portname
= NULL; /* none by default */
variable
293
unlink(
portname
);
in timer()
585
portname
= argv[arg++];
in main()
754
if(
portname
) {
in main()
755
wroteportfile = write_portfile(
portname
, port);
in main()
862
unlink(
portname
);
in main()
H
A
D
rtspd.c
1064
const char *
portname
= NULL; /* none by default */
in main()
local
1093
portname
= argv[arg++];
in main()
1272
if(
portname
) {
in main()
1273
wroteportfile = write_portfile(
portname
, port);
in main()
1389
unlink(
portname
);
in main()
H
A
D
socksd.c
964
const char *
portname
= NULL; /* none by default */
in main()
local
993
portname
= argv[arg++];
in main()
1130
if(
portname
) {
in main()
1131
wroteportfile = write_portfile(
portname
, port);
in main()
1159
unlink(
portname
);
in main()
H
A
D
mqttd.c
932
const char *
portname
= ".mqttd.port";
in main()
local
956
portname
= argv[arg++];
in main()
1064
wroteportfile = write_portfile(
portname
, port);
in main()
1084
unlink(
portname
);
in main()
H
A
D
sockfilt.c
1356
const char *
portname
= NULL; /* none by default */
in main()
local
1387
portname
= argv[arg++];
in main()
1553
if(
portname
) {
in main()
1554
wroteportfile = write_portfile(
portname
, port);
in main()
1576
unlink(
portname
);
in main()
H
A
D
sws.c
1961
const char *
portname
= ".http.port";
in main()
local
1996
portname
= argv[arg++];
in main()
2267
wroteportfile = write_portfile(
portname
, port);
in main()
2438
unlink(
portname
);
in main()
Completed in 11 milliseconds