HomeSort by: relevance | last modified time | path
    Searched refs:ncache (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
good-maxncachettl.conf 15 max-ncache-ttl 0;
18 max-ncache-ttl 86400;
21 max-ncache-ttl 604800;
24 max-ncache-ttl 3600s;
27 max-ncache-ttl 1h;
30 max-ncache-ttl 1d;
33 max-ncache-ttl 1w;
good-minncachettl.conf 15 min-ncache-ttl 0;
18 min-ncache-ttl 30;
21 min-ncache-ttl 60;
24 min-ncache-ttl 90s;
27 min-ncache-ttl 1m;
bad-maxncachettl-3.conf 15 max-ncache-ttl 4000000000;
18 max-ncache-ttl -1;
bad-maxncachettl-2.conf 15 max-ncache-ttl 604801;
bad-maxncachettl-4.conf 15 max-ncache-ttl -1;
bad-maxncachettl-1.conf 15 max-ncache-ttl 1x;
bad-minncachettl.conf 15 min-ncache-ttl 1x;
  /src/external/mpl/bind/dist/bin/tests/system/ttl/ns2/
named.conf.j2 28 min-ncache-ttl 30;
30 max-ncache-ttl 60;
  /src/external/mpl/bind/dist/lib/dns/
ncache.c 1 /* $NetBSD: ncache.c,v 1.10 2025/01/26 16:25:23 christos Exp $ */
26 #include <dns/ncache.h>
35 * The format of an ncache rdata is a sequence of zero or more records
166 * Build an ncache rdatas into buffer.
179 if (name->attributes.ncache) {
439 raw = rdataset->ncache.raw;
442 rdataset->ncache.iter_pos = NULL;
449 rdataset->ncache.iter_pos = raw + 2;
450 rdataset->ncache.iter_count = count - 1;
460 raw = rdataset->ncache.iter_pos
    [all...]
masterdump.c 44 #include <dns/ncache.h>
rdataset.c 31 #include <dns/ncache.h>
  /src/external/mpl/bind/dist/bin/tests/system/serve_stale/ns7/
named.conf.j2 43 max-ncache-ttl 300;
named1.conf.j2 43 max-ncache-ttl 300;
  /src/lib/libc/db/btree/
bt_open.c 101 pgno_t ncache; local
283 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize;
308 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL)
  /src/external/mpl/bind/dist/fuzz/isc_lex_getmastertoken.in/
named.conf 147 max - ncache - ttl 333;
148 min - ncache - ttl 22;
315 max - ncache - ttl 333;
545 * ncache negative caching
  /src/external/mpl/bind/dist/fuzz/isc_lex_gettoken.in/
named.conf 147 max - ncache - ttl 333;
148 min - ncache - ttl 22;
311 max - ncache - ttl 333;
541 * ncache negative caching
  /src/external/mpl/bind/lib/libdns/
Makefile 52 ncache.c nsec.c nsec3.c nta.c order.c peer.c qp.c qpcache.c \
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rdataset.h 175 * An ncache rdataset is a view of memory held elsewhere:
183 } ncache; member in union:dns_rdataset::__anon224
285 * Omit DNSSEC records when rendering ncache records.
name.h 112 bool ncache : 1; /*%< Used by resolver. */ member in struct:dns_name::dns_name_attrs
  /src/external/ibm-public/postfix/dist/src/util/
dict_db.c 588 int ncache; local
594 &cache_size_bytes, &ncache)) != 0)
601 dict_db_cache_size, ncache)) != 0)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdataset.c 31 #include <dns/ncache.h>
ncache.c 1 /* $NetBSD: ncache.c,v 1.1 2024/02/18 20:57:32 christos Exp $ */
26 #include <dns/ncache.h>
35 * The format of an ncache rdata is a sequence of zero or more records of
158 * Build an ncache rdatas into buffer.
  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 5036 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE };
5039 endtype, ncache);
5042 endtype, ncache + 2);
5051 ncache);
5073 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE };
5076 endtype, ncache);
5079 endtype, ncache + 2);
5097 ncache);
5013 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE }; local
5050 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE }; local
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 4992 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE };
4995 endtype, ncache);
4998 endtype, ncache + 2);
5007 ncache);
5028 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE };
5031 endtype, ncache);
5034 endtype, ncache + 2);
5052 ncache);
4969 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE }; local
5005 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE }; local
  /src/external/mpl/bind/dist/tests/dns/
name_test.c 572 attributes.ncache | attributes.chaining | attributes.chase |

Completed in 32 milliseconds

1 2