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_strlist
(Results
1 - 20
of
20
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
strlist.c
34
struct
pa_strlist
{
struct
35
pa_strlist
*next;
38
#define ITEM_TO_TEXT(c) ((char*) (c) + PA_ALIGN(sizeof(
pa_strlist
)))
40
pa_strlist
* pa_strlist_prepend(
pa_strlist
*l, const char *s) {
in pa_strlist_prepend()
41
pa_strlist
*n;
in pa_strlist_prepend()
46
n = pa_xmalloc(PA_ALIGN(sizeof(
pa_strlist
)) + size + 1);
in pa_strlist_prepend()
53
char *pa_strlist_to_string(
pa_strlist
*l) {
in pa_strlist_to_string()
68
pa_strlist
* pa_strlist_remove(
pa_strlist
*
[all...]
H
A
D
strlist.h
23
typedef struct
pa_strlist
pa_strlist
;
typedef
26
pa_strlist
* pa_strlist_prepend(
pa_strlist
*l, const char *s);
29
pa_strlist
* pa_strlist_remove(
pa_strlist
*l, const char *s);
32
char *pa_strlist_to_string(
pa_strlist
*l);
35
void pa_strlist_free(
pa_strlist
*l);
40
pa_strlist
* pa_strlist_pop(
pa_strlist
*
[all...]
H
A
D
protocol-http.h
39
pa_strlist
*pa_http_protocol_servers(pa_http_protocol *p);
H
A
D
protocol-native.h
190
pa_strlist
*servers;
267
pa_strlist
*pa_native_protocol_servers(pa_native_protocol *p);
H
A
D
protocol-http.c
106
pa_strlist
*servers;
812
pa_strlist
*pa_http_protocol_servers(pa_http_protocol *p) {
in pa_http_protocol_servers()
H
A
D
core-util.c
146
static
pa_strlist
*recorded_env = NULL;
H
A
D
protocol-native.c
4142
pa_strlist
*l = NULL;
in command_remove_proplist()
5273
pa_strlist
*pa_native_protocol_servers(pa_native_protocol *p) {
in pa_native_protocol_servers()
/third_party/pulseaudio/src/tests/
H
A
D
alsa-mixer-path-test.c
27
static
pa_strlist
*load_makefile() {
in load_makefile()
31
pa_strlist
*result = NULL;
in load_makefile()
67
pa_strlist
*ship = load_makefile();
in START_TEST()
85
pa_strlist
*n;
in START_TEST()
H
A
D
strlist-test.c
15
pa_strlist
*l = NULL;
in START_TEST()
/third_party/pulseaudio/src/modules/x11/
H
A
D
module-x11-publish.c
77
static void publish_servers(struct userdata *u,
pa_strlist
*l) {
in publish_servers()
95
pa_strlist
*servers = call_data;
in servers_changed_cb()
/third_party/pulseaudio/src/pulse/
H
A
D
internal.h
117
pa_strlist
*server_list;
H
A
D
context.c
679
static
pa_strlist
*prepend_per_user(
pa_strlist
*l) {
in prepend_per_user()
/third_party/pulseaudio/src/modules/macosx/
H
A
D
module-bonjour-publish.c
168
pa_strlist
*i;
in compute_port()
/third_party/pulseaudio/src/daemon/
H
A
D
main.c
846
pa_strlist
*server_list;
H
A
D
ohos_pa_main.c
870
pa_strlist
*server_list;
in real_main()
/third_party/pulseaudio/src/modules/
H
A
D
module-zeroconf-publish.c
257
pa_strlist
*i;
in compute_port()
H
A
D
module-combine-sink.c
159
pa_strlist
*unlinked_slaves;
1384
pa_strlist
*l = u->unlinked_slaves;
H
A
D
module-rygel-media-server.c
742
pa_strlist
*i;
in compute_url()
H
A
D
module-equalizer-sink.c
1744
pa_strlist
*head=NULL, *iter;
in get_profiles()
H
A
D
module-tunnel.c
2228
pa_strlist
*server_list = NULL;
in start_connect()
Completed in 32 milliseconds