OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_period
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/nsd/dist/
nsd.h
334
/* Produce statistics dump every
st_period
seconds */
335
int
st_period
;
member in struct:nsd
nsd.c
799
if(!nsd->
st_period
)
1010
nsd.
st_period
= atoi(optarg);
1169
if(nsd.
st_period
== 0) {
1170
nsd.
st_period
= nsd.options->statistics;
server.c
544
if(nsd->
st_period
> 0) /* % by 0 gives divbyzero error */
545
alarm(nsd->
st_period
- (time(NULL) % nsd->
st_period
));
3767
int p = nsd->
st_period
;
3768
nsd->
st_period
= 1; /* force stats printout */
3771
nsd->
st_period
= p;
Completed in 28 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026