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:pa_parsed_address
(Results
1 - 7
of
7
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
parseaddr.h
34
typedef struct
pa_parsed_address
{
struct
38
}
pa_parsed_address
;
typedef
40
int pa_parse_address(const char *a,
pa_parsed_address
*ret_p);
H
A
D
parseaddr.c
78
int pa_parse_address(const char *name,
pa_parsed_address
*ret_p) {
in pa_parse_address()
84
memset(ret_p, 0, sizeof(
pa_parsed_address
));
in pa_parse_address()
H
A
D
socket-client.c
430
pa_parsed_address
a;
/third_party/pulseaudio/src/modules/macosx/
H
A
D
module-bonjour-publish.c
173
pa_parsed_address
a;
in compute_port()
/third_party/pulseaudio/src/modules/
H
A
D
module-zeroconf-publish.c
262
pa_parsed_address
a;
in compute_port()
H
A
D
module-rygel-media-server.c
748
pa_parsed_address
a;
in compute_url()
/third_party/pulseaudio/src/modules/raop/
H
A
D
raop-client.c
1441
pa_parsed_address
a;
in pa_raop_client_new()
Completed in 8 milliseconds