/netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
H A D | 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;
|
H A D | 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;
|
H A D | bad-maxncachettl-3.conf | 15 max-ncache-ttl 4000000000; 18 max-ncache-ttl -1;
|
H A D | bad-minncachettl.conf | 15 min-ncache-ttl 1x;
|
H A D | bad-maxncachettl-2.conf | 15 max-ncache-ttl 604801;
|
H A D | bad-maxncachettl-4.conf | 15 max-ncache-ttl -1;
|
H A D | bad-maxncachettl-1.conf | 15 max-ncache-ttl 1x;
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/ttl/ns2/ |
H A D | named.conf.in | 28 min-ncache-ttl 30; 30 max-ncache-ttl 60;
|
/netbsd-src/lib/libc/db/btree/ |
H A D | bt_open.c | 100 pgno_t ncache; in __bt_open() local 282 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize; in __bt_open() 307 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL) in __bt_open()
|
/netbsd-src/external/mpl/bind/dist/fuzz/isc_lex_gettoken.in/ |
H A D | named.conf | 147 max - ncache - ttl 333; 148 min - ncache - ttl 22; 311 max - ncache - ttl 333; 541 * ncache negative caching
|
/netbsd-src/external/mpl/bind/dist/fuzz/isc_lex_getmastertoken.in/ |
H A D | named.conf | 147 max - ncache - ttl 333; 148 min - ncache - ttl 22; 545 * ncache negative caching
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/sfcache/ |
H A D | README | 12 The test setup for the SERVFAIL ncache tests has a secure root.
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | Makefile.in | 71 name.@O@ ncache.@O@ nsec.@O@ nsec3.@O@ nta.@O@ \ 107 name.c ncache.c nsec.c nsec3.c nta.c \
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | Makefile.am | 96 include/dns/ncache.h \ 204 ncache.c \
|
H A D | Makefile.in | 236 include/dns/name.h include/dns/nametree.h include/dns/ncache.h \ 264 message.c name.c nametree.c ncache.c nsec.c nsec3.c nta.c \ 296 libdns_la-nametree.lo libdns_la-ncache.lo libdns_la-nsec.lo \ 385 ./$(DEPDIR)/libdns_la-ncache.Plo \ 805 include/dns/ncache.h \ 871 message.c name.c nametree.c ncache.c nsec.c nsec3.c nta.c \ 1027 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_la-ncache.Plo@am__quote@ # am--include-marker 1405 libdns_la-ncache.lo: ncache.c 1406 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdns_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdns_la-ncache [all...] |
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | dict_db.c | 588 int ncache; in dict_db_new_env() local 594 &cache_size_bytes, &ncache)) != 0) in dict_db_new_env() 601 dict_db_cache_size, ncache)) != 0) in dict_db_new_env()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
H A D | Makefile.in | 29 name.h ncache.h nsec.h nsec3.h nta.h opcode.h order.h \
|
/netbsd-src/external/mpl/bind/lib/libdns/ |
H A D | Makefile | 52 ncache.c nsec.c nsec3.c nta.c order.c peer.c qp.c qpcache.c \
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.spell-proto-html | 179 ncache
|
H A D | stop.spell-cc | 848 ncache
|
/netbsd-src/external/mpl/bind/dist/doc/misc/ |
H A D | options | 185 max-ncache-ttl <duration>; 208 min-ncache-ttl <duration>; 476 max-ncache-ttl <duration>; 496 min-ncache-ttl <duration>;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | varasm.c | 4708 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE }; in initializer_constant_valid_p_1() local 4711 endtype, ncache); in initializer_constant_valid_p_1() 4714 endtype, ncache + 2); in initializer_constant_valid_p_1() 4723 ncache); in initializer_constant_valid_p_1() 4744 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE }; in initializer_constant_valid_p_1() local 4747 endtype, ncache); in initializer_constant_valid_p_1() 4750 endtype, ncache + 2); in initializer_constant_valid_p_1() 4768 ncache); in initializer_constant_valid_p_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | varasm.cc | 4969 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE }; in initializer_constant_valid_p_1() local 4972 endtype, ncache); in initializer_constant_valid_p_1() 4975 endtype, ncache + 2); in initializer_constant_valid_p_1() 4984 ncache); in initializer_constant_valid_p_1() 5005 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE }; in initializer_constant_valid_p_1() local 5008 endtype, ncache); in initializer_constant_valid_p_1() 5011 endtype, ncache + 2); in initializer_constant_valid_p_1() 5029 ncache); in initializer_constant_valid_p_1()
|
/netbsd-src/external/mpl/bind/dist/doc/arm/ |
H A D | reference.rst | 1165 :any:`dnssec-validation`, :any:`max-cache-ttl`, :any:`max-ncache-ttl`, 1167 :any:`min-ncache-ttl`, and :any:`zero-no-soa-ttl`. 4326 .. namedconf:statement:: min-ncache-ttl 4331 negative answers. :any:`min-ncache-ttl` is used to set a minimum 4336 The default :any:`min-ncache-ttl` is ``0`` seconds. :any:`min-ncache-ttl` cannot 4352 .. namedconf:statement:: max-ncache-ttl 4357 negative answers. :any:`max-ncache-ttl` is used to set a maximum retention time 4362 The default :any:`max-ncache-ttl` is 10800 seconds (3 hours). :any:`max-ncache [all...] |