OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:active_update
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-client.c
128
update_context_t *
active_update
;
member in struct:client_state
775
if (client->
active_update
!= NULL) {
776
update_finalize(client->
active_update
);
777
client->
active_update
= NULL;
782
if (client->
active_update
== NULL) {
792
if (client->
active_update
->interface_serial != interface_serial) {
793
client->
active_update
->next_retransmission_time = INITIAL_NEXT_RETRANSMISSION_TIME;
794
client->
active_update
->next_attempt_time = INITIAL_NEXT_ATTEMPT_TIME;
1045
// Remember the server we connected with.
active_update
and
active_update
->server should always b
1557
update_context_t *
active_update
= calloc(1, sizeof(*
active_update
));
local
[
all
...]
Completed in 54 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026