OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:round_num
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/nsd/dist/
xfrd-disk.c
193
uint32_t state, masnum, nextmas,
round_num
, timeout, backoff;
local
220
!xfrd_read_check_str(in, "
round_num
:") ||
221
!xfrd_read_i32(in, &
round_num
) ||
258
zone->
round_num
=
round_num
;
271
zone->
round_num
= 0;
501
fprintf(out, "\tround_num: %d\n", zone->
round_num
);
xfrd.c
1233
zone->
round_num
= 0; /* fresh set of retries after notify */
1237
if(zone->
round_num
!= -1 && zone->master && zone->master->next)
1246
zone->
round_num
++;
1248
if(zone->
round_num
>= XFRD_MAX_ROUNDS) {
1250
zone->
round_num
= -1;
1254
zone->apex_str, zone->
round_num
, zone->master_num, zone->next_master));
1263
zone->
round_num
> 0 &&
1271
zone->
round_num
= -1; /* next try start anew */
1293
zone->apex_str, zone->
round_num
, zone->master_num, zone->next_master));
1552
zone->
round_num
= -1
[
all
...]
xfrd.h
188
int
round_num
;
member in struct:xfrd_zone
xfrd-tcp.c
1108
(zone->state == xfrd_zone_expired && zone->
round_num
!= 0)) {
1661
assert(zone->
round_num
== -1);
remote.c
1139
if(xz->
round_num
!= -1) {
1887
xz->
round_num
= -1; /* fresh set of retries */
Completed in 47 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026