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_group
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-zeroconf-publish.c
115
AvahiEntryGroup *
entry_group
;
member
242
s->
entry_group
= NULL;
in service_entry_group_callback()
299
if (!s->
entry_group
) {
in publish_service()
300
if (!(s->
entry_group
= avahi_entry_group_new(s->userdata->client, service_entry_group_callback, s))) {
in publish_service()
305
avahi_entry_group_reset(s->
entry_group
);
in publish_service()
334
s->
entry_group
,
in publish_service()
349
s->
entry_group
,
in publish_service()
364
s->
entry_group
,
in publish_service()
377
if (avahi_entry_group_commit(s->
entry_group
) < 0) {
in publish_service()
411
s->
entry_group
in get_service()
[all...]
Completed in 2 milliseconds