OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state_timeout
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-replication.h
277
wakeup_t *NULLABLE
state_timeout
; // how long the srpl connecton could stay in a state before we assume it's gone.
member in struct:srpl_connection
srp-replication.c
720
if (srpl_connection->
state_timeout
!= NULL) {
721
ioloop_cancel_wake_event(srpl_connection->
state_timeout
);
722
ioloop_wakeup_release(srpl_connection->
state_timeout
);
723
srpl_connection->
state_timeout
= NULL;
1904
if (srpl_connection->
state_timeout
!= NULL) {
1905
ioloop_cancel_wake_event(srpl_connection->
state_timeout
);
1906
ioloop_wakeup_release(srpl_connection->
state_timeout
);
1907
srpl_connection->
state_timeout
= NULL;
4183
if (srpl_connection->
state_timeout
== NULL) {
4184
srpl_connection->
state_timeout
= ioloop_wakeup_create()
[
all
...]
Completed in 21 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026