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:path_or_host
(Results
1 - 7
of
7
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
socket-client.c
436
a.
path_or_host
= NULL;
459
if ((c = pa_socket_client_new_unix(m, a.
path_or_host
)))
493
pa_assert_se(c->asyncns_query = asyncns_getaddrinfo(c->asyncns, a.
path_or_host
, port, &hints));
501
ret = getaddrinfo(a.
path_or_host
, port, &hints, &res);
526
host = gethostbyname(a.
path_or_host
);
528
unsigned int addr = inet_addr(a.
path_or_host
);
550
pa_xfree(a.
path_or_host
);
H
A
D
parseaddr.c
130
ret_p->
path_or_host
= pa_xstrdup(p);
in pa_parse_address()
132
if (!(ret_p->
path_or_host
= parse_host(p, &ret_p->port)))
in pa_parse_address()
H
A
D
parseaddr.h
36
char *
path_or_host
;
member
/third_party/pulseaudio/src/modules/macosx/
H
A
D
module-bonjour-publish.c
181
pa_xfree(a.
path_or_host
);
in compute_port()
185
pa_xfree(a.
path_or_host
);
in compute_port()
/third_party/pulseaudio/src/modules/
H
A
D
module-rygel-media-server.c
758
if (pa_is_ip_address(a.
path_or_host
))
in compute_url()
759
address = a.
path_or_host
;
in compute_url()
768
pa_xfree(a.
path_or_host
);
in compute_url()
772
pa_xfree(a.
path_or_host
);
in compute_url()
H
A
D
module-zeroconf-publish.c
270
pa_xfree(a.
path_or_host
);
in compute_port()
274
pa_xfree(a.
path_or_host
);
in compute_port()
/third_party/pulseaudio/src/modules/raop/
H
A
D
raop-client.c
1452
pa_xfree(a.
path_or_host
);
in pa_raop_client_new()
1458
c->host = a.
path_or_host
; /* Will eventually be freed on destruction of c */
in pa_raop_client_new()
Completed in 7 milliseconds