OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:renew_instances
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.c
794
instance_vec_txns_forget(host->update->
renew_instances
, affected_service_pointer,
877
if (update->
renew_instances
!= NULL) {
878
adv_instance_vec_remove_update(update->
renew_instances
, update);
879
RELEASE_HERE(update->
renew_instances
, adv_instance_vec);
880
update->
renew_instances
= NULL;
1587
if (update->
renew_instances
!= NULL) {
1588
for (i = 0; i < update->
renew_instances
->num; i++) {
1589
adv_instance_t *instance = update->
renew_instances
->vec[i];
2978
if (update->
renew_instances
!= NULL) {
2979
for (i = 0; i < update->
renew_instances
->num; i++)
3121
adv_instance_vec_t *remove_instances = NULL, *
renew_instances
= NULL;
local
[
all
...]
srp-mdns-proxy.h
239
adv_instance_vec_t *NONNULL
renew_instances
;
member in struct:adv_update
Completed in 18 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026