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:node_literal
(Results
1 - 3
of
3
) sorted by relevance
/third_party/alsa-utils/axfer/
H
A
D
xfer-libffado.c
24
char *
node_literal
;
member
87
state->
node_literal
= arg_duplicate_string(optarg, &err);
in xfer_libffado_parse_opt()
130
if (state->
node_literal
!= NULL) {
in xfer_libffado_validate_opts()
311
if (state->
node_literal
!= NULL) {
in open_handle()
313
state->port_literal, state->
node_literal
);
in open_handle()
533
free(state->
node_literal
);
in xfer_libffado_destroy()
536
state->
node_literal
= NULL;
in xfer_libffado_destroy()
H
A
D
xfer-libasound.c
86
state->
node_literal
= arg_duplicate_string(optarg, &err);
in xfer_libasound_parse_opt()
138
if (state->
node_literal
== NULL) {
in xfer_libasound_validate_opts()
139
state->
node_literal
= strdup("default");
in xfer_libasound_validate_opts()
140
if (state->
node_literal
== NULL)
in xfer_libasound_validate_opts()
277
err = snd_pcm_open(&state->handle, state->
node_literal
, xfer->direction,
in open_handle()
282
state->
node_literal
);
in open_handle()
871
free(state->
node_literal
);
in xfer_libasound_destroy()
874
state->
node_literal
= NULL;
in xfer_libasound_destroy()
H
A
D
xfer-libasound.h
38
char *
node_literal
;
member
Completed in 3 milliseconds