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:entry_free
(Results
1 - 7
of
7
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-card-restore.c
137
static void
entry_free
(struct entry* e) {
in entry_free()
function
378
entry_free
(e);
in entry_read()
427
entry_free
(entry);
in card_put_hook_callback()
429
entry_free
(old);
in card_put_hook_callback()
481
entry_free
(entry);
in card_profile_changed_callback()
501
entry_free
(entry);
in card_profile_added_callback()
533
entry_free
(entry);
in port_offset_change_callback()
572
entry_free
(e);
in card_new_hook_callback()
613
entry_free
(e);
in card_choose_initial_profile_callback()
640
entry_free
(
in card_preferred_port_changed_callback()
[all...]
H
A
D
module-stream-restore.c
137
static void
entry_free
(struct entry *e);
681
entry_free
(e);
in handle_add_entry()
738
entry_free
(e);
in handle_entry_get_device()
772
entry_free
(e);
in handle_entry_set_device()
794
entry_free
(e);
in handle_entry_get_volume()
830
entry_free
(e);
in handle_entry_set_volume()
848
entry_free
(e);
in handle_entry_get_mute()
881
entry_free
(e);
in handle_entry_set_mute()
927
entry_free
(e);
in handle_entry_get_all()
973
static void
entry_free
(struc
function
[all...]
H
A
D
module-device-manager.c
191
static void
entry_free
(struct entry* e) {
in entry_free()
function
340
entry_free
(e);
in entry_read()
405
entry_free
(e);
in dump_database()
528
entry_free
(e);
in load_or_initialize_entry()
637
entry_free
(e);
in update_highest_priority_device_indexes()
902
entry_free
(old);
in subscribe_callback()
903
entry_free
(entry);
in subscribe_callback()
909
entry_free
(old);
in subscribe_callback()
919
entry_free
(entry);
in subscribe_callback()
939
entry_free
(
in sink_new_hook_callback()
[all...]
H
A
D
module-device-restore.c
176
static void
entry_free
(struct entry* e) {
in entry_free()
function
254
entry_free
(e);
in entry_read()
687
entry_free
(olde);
in subscribe_callback()
688
entry_free
(e);
in subscribe_callback()
691
entry_free
(olde);
in subscribe_callback()
699
entry_free
(e);
in subscribe_callback()
749
entry_free
(e);
in sink_new_hook_callback()
891
entry_free
(e);
in source_new_hook_callback()
/third_party/curl/lib/
H
A
D
dynhds.c
86
static void
entry_free
(struct dynhds_entry *e)
in entry_free()
function
110
entry_free
(dynhds->hds[i]);
in Curl_dynhds_free()
124
entry_free
(dynhds->hds[i]);
in Curl_dynhds_reset()
207
entry_free
(entry);
in Curl_dynhds_add()
246
entry_free
(e);
in Curl_dynhds_h1_add_line()
333
entry_free
(dynhds->hds[i]);
in Curl_dynhds_remove()
/third_party/mesa3d/src/util/tests/hash_table/
H
A
D
collision.c
35
static void
entry_free
(struct hash_entry *entry)
in entry_free()
function
99
_mesa_hash_table_destroy(ht,
entry_free
);
in main()
/third_party/nghttp2/tests/
H
A
D
nghttp2_map_test.c
162
static int
entry_free
(void *data, void *ptr) {
in entry_free()
function
188
nghttp2_map_each_free(&map,
entry_free
, (void *)mem);
in test_nghttp2_map_each_free()
Completed in 9 milliseconds