OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zonelist
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/nsd/dist/
options.c
441
/* insert free entry into
zonelist
free buckets */
531
/*
zonelist
looks like this:
543
opt->
zonelist
= NULL;
547
/* try to open the
zonelist
file, an empty or nonexist file is OK */
548
opt->
zonelist
= fopen(opt->zonelistfile, "r+");
549
if(!opt->
zonelist
) {
558
if(fread(hdr, 1, strlen(ZONELIST_HEADER), opt->
zonelist
) !=
562
fclose(opt->
zonelist
);
563
opt->
zonelist
= NULL;
569
while(fgets(buf, sizeof(buf), opt->
zonelist
)) {
[
all
...]
options.h
57
/* free space in
zonelist
file, contains zonelist_bucket */
59
/* number of free space lines in
zonelist
file */
61
/*
zonelist
file if open */
62
FILE*
zonelist
;
member in struct:nsd_options
370
/* if not part of config, the offset and linesize of
zonelist
entry */
376
/* zone is fixed into the main config, not in
zonelist
, cannot delete */
477
/**
zonelist
free bucket for a particular line length */
559
/* create (potential) catalog producer member entry and add to the
zonelist
*/
562
/* create zone entry and add to the
zonelist
file */
566
/* create
zonelist
entry, do not insert in file (called by _add) *
[
all
...]
Completed in 29 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026