OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activities
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/DSO/
dso.c
146
// Finalize and then free any
activities
.
147
for (ap = dso->
activities
; ap; ap = anext) {
439
for (activity = dso->
activities
; activity != NULL; activity = activity->next) {
499
//
Activities
can be identified either by name or by context
508
// Activity type is expected to be a string constant; all
activities
of the same type must
517
activity->next = dso->
activities
;
518
dso->
activities
= activity;
525
dso_activity_t **app = &dso->
activities
;
dso.h
155
const char *activity_type; // Name of the activity type, must be the same pointer for all
activities
of a type.
205
dso_activity_t *
activities
; // Outstanding DSO
activities
.
member in struct:dso_state
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
dns-push.c
72
if (dso->
activities
== NULL) {
355
// Finish any ongoing
activities
first...
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c
147
// can hold a reference to the comm_t. A disconnect from the comm_t should cancel all
activities
. Otherwise,
148
// the lifecycle of
activities
should not affect the comm_t.
159
// of the
activities
on that object; each activity is a dnssd_query_t object. Consequently, the tracker does
160
// not directly track DSO
activities
.
1027
// If there is a DSO state outstanding on the tracker, cancel any
activities
connected to it.
1029
dso_activity_t *activity = tracker->dso->
activities
;
1031
dso_drop_activity(tracker->dso, tracker->dso->
activities
);
1033
if (tracker->dso->
activities
== activity) {
1036
activity = tracker->dso->
activities
;
3715
if (dso->
activities
!= NULL)
[
all
...]
/src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.c
6513
for (activity = dso->
activities
; activity; activity = activity->next)
6616
// The set of
activities
went to zero, and we set the idle timeout. And it expired without any
6617
// new
activities
starting. So we can disconnect.
7159
// Since we are unsubscribing all questions'
activities
from the DNS push server, and some questions might still
Completed in 46 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026