Home
last modified time | relevance | path

Searched refs:dump_cache (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dunbound_cache.cmd42 %uc% dump_cache>%program_path%\%fname%
58 %uc% dump_cache>%program_path%\%fname%
69 %uc% dump_cache>%arg2%
85 %uc% dump_cache>%arg2%
H A Dunbound_cache.sh91 $UC dump_cache>$CONF/$FNAME
95 $UC dump_cache>$filename
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dcachedump.h84 int dump_cache(RES* ssl, struct worker* worker);
H A Dcachedump.c297 dump_cache(RES* ssl, struct worker* worker) in dump_cache() function
H A Dremote.c3033 (void)dump_cache(ssl, worker); in execute_cmd()
/netbsd-src/external/bsd/unbound/dist/doc/
H A Dcontrol_proto_spec.txt38 dump_cache
42 client sends cache contents (like from dump_cache), which is stored
H A DChangelog9379 - dump_cache and load_cache statements in unbound-control.
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_bogus.tdir/
H A Dfwd_bogus.test25 $PRE/unbound-control -c ub.conf dump_cache > cachedump
/netbsd-src/external/bsd/unbound/dist/testdata/09-unbound-control.tdir/
H A D09-unbound-control.test79 echo "$PRE/unbound-control $@ dump_cache > cache.dump"
80 $PRE/unbound-control $@ dump_cache > cache.dump
/netbsd-src/external/bsd/unbound/dist/testdata/remote-threaded.tdir/
H A Dremote-threaded.test205 echo "$PRE/unbound-control -c ub.conf dump_cache"
206 $PRE/unbound-control -c ub.conf dump_cache > tmp.$$
/netbsd-src/usr.sbin/mrouted/
H A Ddefs.h243 extern void dump_cache(FILE *fp2);
H A Dmain.c543 dump_cache(fp); in cdump()
H A Dprune.c1879 dump_cache(FILE *fp2) in dump_cache() function