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_pop
(Results
1 - 9
of
9
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
strlist.h
40
pa_strlist*
pa_strlist_pop
(pa_strlist *l, char **s);
H
A
D
strlist.c
105
pa_strlist*
pa_strlist_pop
(pa_strlist *l, char **s) {
in pa_strlist_pop()
function
H
A
D
core-util.c
3074
recorded_env =
pa_strlist_pop
(recorded_env, &s);
in pa_unset_env_recorded()
H
A
D
protocol-native.c
4203
l =
pa_strlist_pop
(l, &z);
in command_remove_proplist()
/third_party/pulseaudio/src/tests/
H
A
D
strlist-test.c
37
l =
pa_strlist_pop
(l, &u);
in START_TEST()
/third_party/pulseaudio/src/daemon/
H
A
D
main.c
856
server_list =
pa_strlist_pop
(server_list, &u);
H
A
D
ohos_pa_main.c
880
server_list =
pa_strlist_pop
(server_list, &u);
in real_main()
/third_party/pulseaudio/src/pulse/
H
A
D
context.c
857
c->server_list =
pa_strlist_pop
(c->server_list, &u);
/third_party/pulseaudio/src/modules/
H
A
D
module-tunnel.c
2259
server_list =
pa_strlist_pop
(server_list, &u->server_name);
in start_connect()
Completed in 20 milliseconds