OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:want_restart
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
lookup.c
148
bool
want_restart
;
local
168
want_restart
= false;
256
want_restart
= true;
285
want_restart
= true;
314
if (
want_restart
&& lookup->restarts == MAX_RESTARTS) {
315
want_restart
= false;
319
} while (
want_restart
);
client.c
737
bool
want_restart
;
local
764
want_restart
= false;
864
want_restart
= true;
908
want_restart
= true;
1049
if (
want_restart
&& rctx->restarts == MAX_RESTARTS) {
1050
want_restart
= false;
1058
if (
want_restart
) {
1071
want_restart
= false;
1075
} while (
want_restart
);
/src/external/mpl/bind/dist/lib/dns/
client.c
493
bool
want_restart
;
local
518
want_restart
= false;
610
want_restart
= true;
654
want_restart
= true;
792
if (
want_restart
&&
795
want_restart
= false;
803
if (
want_restart
) {
816
want_restart
= false;
820
} while (
want_restart
);
/src/external/mpl/bind/dist/lib/ns/include/ns/
query.h
204
bool
want_restart
; /* CNAME chain or other
member in struct:query_ctx
Completed in 24 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026