OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:omr_watcher
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-watcher.h
26
typedef struct
omr_watcher
omr_watcher_t;
62
RELEASE_RETAIN_DECLS(
omr_watcher
);
variable
97
// Adds a callback on the
omr_watcher
object.
184
// Returns the list of prefixes the
omr_watcher
has most recently seen, or NULL if none.
omr-watcher.c
97
struct
omr_watcher
{
struct
238
// a reference to the
omr_watcher
, so we can't get here while these connections are still alive. Hence,
267
RELEASE_HERE(omw,
omr_watcher
);
421
RELEASE_HERE(omw,
omr_watcher
); // We aren't going to get another callback.
461
RETAIN_HERE(omw,
omr_watcher
);
472
RETAIN_HERE(omw,
omr_watcher
);
497
RELEASE_HERE(omw,
omr_watcher
); // we won't get any more callbacks on this connection.
505
RELEASE_HERE(watcher,
omr_watcher
);
536
RETAIN_HERE(watcher,
omr_watcher
); // for wake event
548
RETAIN_HERE(watcher,
omr_watcher
); // For the callbac
799
RELEASE_RETAIN_FUNCS(
omr_watcher
);
variable
[
all
...]
omr-publisher.c
75
omr_watcher_t *
omr_watcher
;
member in struct:omr_publisher
199
publisher->
omr_watcher
= watcher;
200
omr_watcher_retain(publisher->
omr_watcher
);
201
publisher->omr_watcher_callback = omr_watcher_callback_add(publisher->
omr_watcher
,
223
omr_watcher_callback_cancel(publisher->
omr_watcher
, publisher->omr_watcher_callback);
226
if (publisher->
omr_watcher
!= NULL) {
227
omr_watcher_release(publisher->
omr_watcher
);
228
publisher->
omr_watcher
= NULL;
449
if (publisher->
omr_watcher
== NULL) {
450
FAULT("expecting an
omr_watcher
to be on the publisher")
[
all
...]
route.h
33
typedef struct
omr_watcher
omr_watcher_t;
332
omr_watcher_t *NULLABLE
omr_watcher
;
member in struct:route_state
Completed in 47 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026