OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CompleteDeregistration
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
2387
// Either uDNS_DeregisterRecord will have completed synchronously, and called
CompleteDeregistration
,
2799
//
CompleteDeregistration
guarantees that on exit the record will have been cut from the m->ResourceRecords list
2801
mDNSexport void
CompleteDeregistration
(mDNS *const m, AuthRecord *rr)
2803
LogRedact(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, "
CompleteDeregistration
: called for Resource record " PRI_S, ARDisplayString(m, rr));
2831
CompleteDeregistration
(m, rr); // Don't touch rr after this
3675
// For Unicast, when we get the response from the server, we will call
CompleteDeregistration
3676
if (!AuthRecord_uDNS(rr))
CompleteDeregistration
(m, rr); // Don't touch rr after this
6600
// SendResponses normally calls
CompleteDeregistration
after sending goodbyes.
6602
if (RRLocalOnly(rr))
CompleteDeregistration
(m, rr);
mDNS.c
2387
// Either uDNS_DeregisterRecord will have completed synchronously, and called
CompleteDeregistration
,
2799
//
CompleteDeregistration
guarantees that on exit the record will have been cut from the m->ResourceRecords list
2801
mDNSexport void
CompleteDeregistration
(mDNS *const m, AuthRecord *rr)
2803
LogRedact(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, "
CompleteDeregistration
: called for Resource record " PRI_S, ARDisplayString(m, rr));
2831
CompleteDeregistration
(m, rr); // Don't touch rr after this
3675
// For Unicast, when we get the response from the server, we will call
CompleteDeregistration
3676
if (!AuthRecord_uDNS(rr))
CompleteDeregistration
(m, rr); // Don't touch rr after this
6600
// SendResponses normally calls
CompleteDeregistration
after sending goodbyes.
6602
if (RRLocalOnly(rr))
CompleteDeregistration
(m, rr);
Completed in 59 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026